Mapping for generic service
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?