Display documents

0
Hello, I have created an entity called Information which is associated with a System.Documents (1 to 1). I want to show some information from the Information object, and links to download the documents on 1 page. I toyed with the idea of using Template grid but it didn't work out as you can't add Data Views to it. Is this possible, if so how?
asked
3 answers
2

If you want to see a list of Information objects, the Template Grid is the way to go. A link to a download can be implemented with a microflow button. The microflow can then just trigger a file download.

answered
1

Steven,

I think you misunderstood Daniel. You must place the microflow button in the template. This microflow get's the Information object as parameter, so you can do a retrieve on the associatied filedocument and do a download action.

This way you have one form with multiple Information objects with each a button that retrieves the filedocument of that object.

Regards,

Ronald

answered
1

You could also try the dataview list from the appstore.

answered