Search found 47 matches

Go to advanced search

by Pete Nellmapius
Thu Sep 03, 2015 1:39 pm
Forum: Issues
Topic: curl Implementation (How to use)
Replies: 4
Views: 959
 
Jump to post

curl Implementation (How to use)

Ok will do
Thanks

by Pete Nellmapius
Thu Sep 03, 2015 1:29 pm
Forum: Issues
Topic: curl Implementation (How to use)
Replies: 4
Views: 959
 
Jump to post

curl Implementation (How to use)

The above 2 Curls are given to me from a third party Shipping Company as samples. From the above I need to run a RestService to execute the curl but don't know how to use it in Appery. I thought I could create a New Rest service and fill in the Settings 'URL', 'Method' etc Request 'Headers', 'Query ...
by Pete Nellmapius
Thu Sep 03, 2015 10:28 am
Forum: Issues
Topic: curl Implementation (How to use)
Replies: 4
Views: 959
 
Jump to post

curl Implementation (How to use)

I want to use these cURL's to access an API from a third party. I don't know how to translate these cUrl's to a RestService in Appery 1) a Simple one: curl https://api.easypost.com/v2/addresses... \ -u {My API KEY}: 2) Slightly more complex: curl -X POST https://api.easypost.com/v2/addresses \ -u {Y...
by Pete Nellmapius
Mon Jul 20, 2015 9:31 am
Forum: Issues
Topic: Get and Set multi level storage model Values using Javascript
Replies: 2
Views: 853
 
Jump to post

Get and Set multi level storage model Values using Javascript

Thank You
I had to play with it but now understand.
The syntax you gave is correct
However svUserType1 is = oTheUser so does not need to mentioned.
so: Apperyio.storage.svUserType1.get("$['oUserDetails']['email']"); works.

Thanks for the help

by Pete Nellmapius
Thu Jul 16, 2015 4:34 pm
Forum: Issues
Topic: Get and Set multi level storage model Values using Javascript
Replies: 2
Views: 853
 
Jump to post

Get and Set multi level storage model Values using Javascript

I have the following Model and Storage structure: Storage Variable: Name Type ---- ---- svUserType1 oTheUser svUserType2 oTheUser oTheUser is a model Item as follows: Name Type ---- ---- oTheUser Object ..oUserID Object ..oUserDetails Object Name Type ---- ---- oUserID Object ..id String ..uniqueNam...
by Pete Nellmapius
Fri Oct 31, 2014 3:17 pm
Forum: Issues
Topic: Using Rest Service Query or Update I want o get only specific fields and not all.
Replies: 2
Views: 636
 
Jump to post

Using Rest Service Query or Update I want o get only specific fields and not all.

With a Query DB Service I delete fields in the Response tab but when I run test I get the full record set returned. I just want specific fields for optomised fetch and gets.

by Pete Nellmapius
Fri Nov 29, 2013 12:22 pm
Forum: Issues
Topic: How to change Icon on a Button using Javascript
Replies: 2
Views: 573
 
Jump to post

How to change Icon on a Button using Javascript

Thanks for prompt Answer
It now works

by Pete Nellmapius
Fri Nov 29, 2013 11:13 am
Forum: Issues
Topic: How to change Icon on a Button using Javascript
Replies: 2
Views: 573
 
Jump to post

How to change Icon on a Button using Javascript

Dynamically change a Button's icon from 'none' to 'check' using javascript

by Pete Nellmapius
Mon Nov 25, 2013 5:09 pm
Forum: Issues
Topic: Dynamically add data to a grid row by row.
Replies: 4
Views: 1108
 
Jump to post

Dynamically add data to a grid row by row.

Thank Max
Will try that,

Go to advanced search