Hi,
I am using a list service to retrieve a list of entries from my database and map them to a mobile list. In the response of the service I am mapping the ids of the entries to the counter value property of the list item (maybe not the most elegant solution but I do not want to use labels).
What I would like to know now is what the variable name of the counter value property is so that I can access it via javascript.
Is there an overview of all of the interface elements' properties and variable names available?
I have searched the help section but could not find anything like that.
Many thanks in advance!