Page 1 of 1

Mapping for generic service

Posted: Fri May 03, 2013 7:23 am
by John5766500

I'm using the generic service and wondering whether I have to write the javascript mapping myself or use the inbuilt mapping provided.

Let me explain further I'm using a list and, on click, populating a hidden _ID tag that I'm setting to a local storage variable. On the mapping screen, request tab, I'm mapping the ID.

Now when I change page I was hoping to populate my grid with the values of the list, however its displaying all items in the list. Debugging the browser I can see the _ID tag is getting populated to the correct clicked item.

So, can I assume the javascript for my generic service needs to do the filtering and not return all the list data?


Mapping for generic service

Posted: Fri May 03, 2013 9:54 am
by Maryna Brodina

Hello! Could you please send us your mapping screenshot?


Mapping for generic service

Posted: Fri May 03, 2013 10:18 am
by John5766500

Mapping for generic service

Posted: Fri May 03, 2013 11:38 am
by Maryna Brodina

Thank you! You would need to define the same mapping to List as for any service. These posts should help

https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...

Please let us know if this helps.


Mapping for generic service

Posted: Fri May 03, 2013 12:10 pm
by John5766500

Ok thanks