Hi All,
We have a custom entity called Documents which is used to store attachments of various formats (PDF, Word, txt, etc.). There is a custom iFrame on our Dashboard which displays grid of these document records. Now we need to allow the user to download the document attachments directly from this grid without opening the individual Document record and then click on the attachment file. The custom iFrame grid will have a Download button, clicking on which should download the attachment directly in browser.
My initial thought was that this implementation would be similar to how we open any form, view, dialog or report in CRM (by generating a dynamics URL) but it doesn't look that easy for attachments. Kindly provide your inputs on this.
Note:
1. I found this article on MSDN which discusses downloading attachment via plugin code. One option I can think of is to have similar logic written in a custom Action via code and call this Action when the Download button is clicked.
*This post is locked for comments
I have the same question (0)