We have a MS Word document that contains hyperlinks to all the source documents that make up our Design History File (DHF). Kind of like a table of contents. Currently, the source documents are stored on a web-based server similar to MS SharePoint. We want to move the source documents into EPDM. Is there a way to define hyperlink pointers to documents once they are in EPDM?
Thank you,
Dave
Add the variable 'FileHyperlink' to your file cards. Add the attached add-in. Upon checkin, the add-in will write the string you're looking for to the variable. You can then use the Hyperlink() function in Excel to format the cell. (It would nice if Dispatch or EPDM gave access to the file and folder id's natively, but unless I am missing something, an add-in is the only way to do this.)