Button to Open Data Attachments

lp
New Contributor II

Hello,

I am wondering if it is possible to open the Data Attachments box by clicking a button on a dashboard instead of right clicking on the cell and selecting Data Attachments for Selected Cell and then clicking the Create Data Attachment button?

Thanks!

1 REPLY 1

JackLacava
Community Manager
Community Manager

I don't think that's supported by public APIs at the moment. However, if you really have to provide that functionality yourself, you can try manipulating the DataAttachment table directly, the format is very simple. Just make sure you create a new guid for each new attachment, you can use System.Guid.NewGuid() for that.