How to generate unique forms from each line in an overview

0
Hi there, I am trying to generate unique forms from each line in an overview. For example: After an inspection round all the results will be filtered and (for example) all the results C and D (with their properties) will be put in an overview. I want to generate order forms from each filtered result in the overview. Do you have a clou?
asked
2 answers
1

Use a helper object for that. Attach all the selected results (C and D) and then show the page with the helper object so that over the reference you can show those selected objects. I would use a list for that. Then you can use a listen to dataviewss to show the properties of object C and D.

Regards,

Ronald

 

answered
0

Many thanks to you Ronald! It worked well!

answered