Hi there,
mapping an response array of a service to a listitem is perfectly supported.
I want to show a list with an image per listitem. The images are located on the same server as the webapp. We're not able to load all images as assets to the app during development because they change during runtime.
In our desktop app, we set the src attribute to a field returned by the service.
How can I do this - maybe using javascript...
Thx for your support
Kind Regards
Frank