Page 2 of 4

Update and store

Posted: Tue Oct 29, 2013 3:09 pm
by maxkatz

Have you changed any other services? Please post or share the app public link.


Update and store

Posted: Tue Oct 29, 2013 3:28 pm
by Johnny

Hi my app is shared. Thank you for the help!


Update and store

Posted: Tue Oct 29, 2013 6:16 pm
by Maryna Brodina

Hello! Sorry, could you remind your app name?


Update and store

Posted: Wed Oct 30, 2013 5:37 am
by Johnny

Personator :)


Update and store

Posted: Wed Oct 30, 2013 8:20 am
by Kateryna Grynko

Hi Johnny,

In the service that reads the data, you would need to add a request parameter "where" and pass there the user id from the login service.


Update and store

Posted: Wed Oct 30, 2013 8:47 am
by Johnny

Ok thank you, let me try this.


Update and store

Posted: Wed Oct 30, 2013 10:12 am
by Johnny

Ok in my "List service"? Because I do not have the "Read service". This is what I did, but not working.Image


Update and store

Posted: Wed Oct 30, 2013 10:59 am
by Kateryna Grynko

Johnny,

On what page and in what service did you make changes?


Update and store

Posted: Wed Oct 30, 2013 11:00 am
by Johnny

InsuranceDetails


Update and store

Posted: Wed Oct 30, 2013 3:02 pm
by Kateryna Grynko

Johnny,

Create mapping as in the above screenshot and add the following JS code to 'where' parameter:

codereturn '{"_id":"' + value + '"}';/code