Search found 12 matches

Go to advanced search

by DanR
Wed Oct 15, 2014 8:35 pm
Forum: Issues
Topic: Master Detail - Query via local Storage - Correct Syntax?
Replies: 6
Views: 580
 
Jump to post

Master Detail - Query via local Storage - Correct Syntax?

Hi Yurii The issue was that the value was being passed as a string but I needed it in a number format. I had to add parseInt() in order to get a number value this is the final piece of code if anyone else looks up this topic: var Store_Id = localStorage.getItem('Store_Id'); var Store_Id2 = parseInt(...
by DanR
Fri Oct 10, 2014 10:48 pm
Forum: Issues
Topic: Master Detail - Query via local Storage - Correct Syntax?
Replies: 6
Views: 580
 
Jump to post

Master Detail - Query via local Storage - Correct Syntax?

Hi Yurii I am just struggling with this last item and maybe you can advise a syntax cheat sheet that I can refer to. Basically no matter what I do to change the text identifier the query is come through with quotes like below. {"Store_List":"1"} However I need it to come through ...
by DanR
Thu Oct 09, 2014 10:31 pm
Forum: Issues
Topic: Master Detail - Query via local Storage - Correct Syntax?
Replies: 6
Views: 580
 
Jump to post

Master Detail - Query via local Storage - Correct Syntax?

Hi I'm moving from using a hidden label in a master detail page to using local storage because I need to query the DB with an AND query that has two separate variables. I can confirm that the values are being passed to local storage as I can see them change in the Dev Tools / local storage area sect...
by DanR
Fri Oct 03, 2014 7:54 pm
Forum: Issues
Topic: Master Detail Using POST
Replies: 7
Views: 427
 
Jump to post

Master Detail Using POST

Hi Yurii The app has the following structure StoresCategoriesMenu items Create Master detail page from store list below https://d2r1vs3d9006ap.cloudfront.net/s3_images/1105439/stores_inline.PNG?1412365620 Based on the users choice we then determine what are the potential categories based on the stor...
by DanR
Wed Oct 01, 2014 8:22 pm
Forum: Issues
Topic: Master Detail Using POST
Replies: 7
Views: 427
 
Jump to post

Master Detail Using POST

Hi Yurii Please find public link here: http://appery.io/app14/mobile-frame?s... The reason I ask about this is that at it's root the POST function only seems to return one value, so there is no ID to determine which value the user chose which can they be passed onto filter the next page. Thanks for ...
by DanR
Sat Sep 27, 2014 11:50 am
Forum: Issues
Topic: master detail using POST
Replies: 3
Views: 249
 
Jump to post

master detail using POST

Any update on this? I would like to move forward with my app

by DanR
Fri Sep 26, 2014 12:15 pm
Forum: Issues
Topic: master detail using POST
Replies: 3
Views: 249
 
Jump to post

master detail using POST

Hi I raised this issue in the post below, I have added more detail, can you're team please review.

Thanks

https://c.getsatisfaction.com/apperyi...

by DanR
Thu Sep 25, 2014 9:23 pm
Forum: Issues
Topic: Master Detail Using POST
Replies: 7
Views: 427
 
Jump to post

Master Detail Using POST

Hi Yurii I have the POST response below https://d2r1vs3d9006ap.cloudfront.net/s3_images/1102622/response_inline.PNG?1411679636 Going to the list below https://d2r1vs3d9006ap.cloudfront.net/s3_images/1102624/categorylist_inline.PNG?1411679736 I am using this as a detail page where I want to know whic...
by DanR
Tue Sep 23, 2014 9:39 pm
Forum: Issues
Topic: Master Detail Using POST
Replies: 7
Views: 427
 
Jump to post

Master Detail Using POST

Is it possible to use the output of REST POST (i.e. distinct values) in master detail page scenario? Because the master detail page requires an ID to pass along to the next page and POST only provides one field from the DB (i.e. no ID field in the output) is it type of setup possible? If this is not...

Go to advanced search