How to Autopopulate file through Association of other entities?

0
Dear Experts,   We would like to display an uploaded file from one entity's form in another entity's form. Could you please suggest how we can achieve this functionality? Your guidance would be greatly appreciated.   Regards, Team IMTS
asked
1 answers
1

Couple of possibilities:

1) instead of just opening the page that shows that entity use a microflow where you retrieve that filedocument first and then pass both objects as parameters to that page. You are then able to show both objects.

2) On the page use a datasource microflow that retrieves the filedocument.

3) Set a reference between the objects so that you can based on that object retrieved the associated file document.

 

Regards,

Ronald

 

answered