maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Update and store

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

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Update and store

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Update and store

Hello! Sorry, could you remind your app name?

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Update and store

Personator :)

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update and store

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.

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Update and store

Ok thank you, let me try this.

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Update and store

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update and store

Johnny,

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

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Update and store

InsuranceDetails

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update and store

Johnny,

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

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

Return to “Issues”