Hello everyone,
I have a BO "Inspections" with an attribute "Inspections.Pictures" , where this attributes has multiple relationship to the BO "Album".
The BO "Album.Photos" contains the actual picture. The pictures are stored in file system.
I also added a "Album.URL" field where the actual path is saved.
In a form of "Inspections" I would like to show in a HTML section the list of all the pictures in "Inspection.Pictures"
I tried already with LIST or LIST_TABLE but no luck.
I wanted to insert HTML tag something like that:
<<LIST(Inspections.Pictures, 'Photo ', 'Title', 'Caption')>>
OR
<<LIST(Inspections.Pictures, '<img src="URL"> ', 'Title', 'Caption')>>
but no luck.
Any suggestion?
Thanks
Sergio