Search found 239 matches

Go to advanced search

by Jack Bua
Mon Jul 20, 2020 8:22 am
Forum: Issues
Topic: Using JS var as name of LSV in a .get Method
Replies: 2
Views: 564
 
Jump to post

Using JS var as name of LSV in a .get Method

due to the double sets of """". Basically

by Jack Bua
Thu Jan 28, 2016 8:00 pm
Forum: Issues
Topic: Why do you have to input/map 'collName' for every pointer in a service?
Replies: 4
Views: 946
 
Jump to post

Why do you have to input/map 'collName' for every pointer in a service?

My second question didn't get included in this post, my apologies. my understanding is that a pointer value in a collection can only point to one pre-specified collection, but yet the service request for that collection is open-ended. Question 2: Does that mean that there is a way to make a pointer ...
by Jack Bua
Tue Jan 26, 2016 10:58 pm
Forum: Issues
Topic: Seeking to Pay App Developer for a small Job
Replies: 0
Views: 1248
 
Jump to post

Seeking to Pay App Developer for a small Job

If you are interested in making a little money for what should be a quick code modification, please email me at a href="mailto:appdev@jackbua.com" rel="nofollow"appdev@jackbua.com/a with a price and estimated duration. The issue can be seen in detail here: https://getsatisfaction...
by Jack Bua
Tue Jan 26, 2016 10:49 pm
Forum: Issues
Topic: Invoking Service and running a loop on Success Event on Mapping
Replies: 10
Views: 1760
 
Jump to post

Invoking Service and running a loop on Success Event on Mapping

I am an absolute server-side noob. Would it be possible to do this on server-side when a list of items is populated (like so) instead of when the record is created? If so, would you kindly reply in email if you would be interested in doing this, and for how much?

by Jack Bua
Tue Jan 26, 2016 9:33 pm
Forum: Issues
Topic: SUM list service results into page component
Replies: 6
Views: 929
 
Jump to post

SUM list service results into page component

Good to hear.

by Jack Bua
Tue Jan 26, 2016 6:56 pm
Forum: Issues
Topic: Invoking Service and running a loop on Success Event on Mapping
Replies: 10
Views: 1760
 
Jump to post

Invoking Service and running a loop on Success Event on Mapping

Ok, so now that figured out that I need to use the html code tags to insert code into this post, here is my code: code var token = Apperyio.storage.user_session_token.get(); var jli = value. id; var whereObject = {job_lineitem_ptr: {"$inQuery": { id: jli } }...
by Jack Bua
Tue Jan 26, 2016 3:38 am
Forum: Issues
Topic: Invoking Service and running a loop on Success Event on Mapping
Replies: 10
Views: 1760
 
Jump to post

Invoking Service and running a loop on Success Event on Mapping

UPDATE: Issue still exists, but the structure of the collapsible set changed a little. Here are updated pictures of what you requested. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1353037/2016-01-2521_33_55-MobilePreview_inline.png?1453779409 https://d2r1vs3d9006ap.cloudfront.net/s3_images/13530...
by Jack Bua
Mon Jan 25, 2016 11:03 pm
Forum: Issues
Topic: SUM list service results into page component
Replies: 6
Views: 929
 
Jump to post

SUM list service results into page component

Instead of: codesum += points; /code try codesum +=+ points; /code This is what I have on one of my services: codevar tm=0; for (var i=0; i<data&#46;length; i++) { if(data &#46;minutes){ tm+=+data &#46;minutes; } } var th = Number(tm)/60; th = th&#46;toFixed(2); Apperyio&#46;stor...
by Jack Bua
Mon Jan 25, 2016 10:49 pm
Forum: Issues
Topic: SUM list service results into page component
Replies: 6
Views: 929
 
Jump to post

SUM list service results into page component

codeasdasdasd/code

Go to advanced search