2 years ago
#34512
::
Hi Mani,
In general: when transitioning to the detail page, you have to map the clicked image data to the property ‘src’ of the image on the detail page.
An example of displaying the details of a selected list item is shown in the Intermediate Course, Module 4, Lesson 2: https://community.simplifier.io/203-2/
The data of the selected item is fetched via Client-Side Business Object, and then mapped to the image in the detail dialog.
However, it also depends on how you have bound the machine data on your overview page to the list (via Data Source or Global Variable). These different binding contexts are explained in the Advanced Course on Client-Side Business Objects, Module 7, Lesson 1: https://community.simplifier.io/binding-contexts/