Forum Discussion

lp's avatar
lp
New Contributor II
3 years ago

Button to Open Data Attachments

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!

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    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.