We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Attach Existing Attachment to New Record Producer

Ian Brown
Tera Contributor

I am trying to have attachments available for download when a new change request is created. Is it possible to load an existing attachment/document to a record producer?

 
1 ACCEPTED SOLUTION

/sys_attachment.do?sys_id=<sys_id>

replace with sys_id value of actual attachment

 

this is a direct link which downloads the file and will not take you to other site

View solution in original post

4 REPLIES 4

chaithu1489
Kilo Sage

Add directly URL to your attachment (attached to record producer) in the description or any other HTML field

I don't want to send the user to another site, I want the documents available for download from the record producer form

/sys_attachment.do?sys_id=<sys_id>

replace with sys_id value of actual attachment

 

this is a direct link which downloads the file and will not take you to other site

Ian Brown
Tera Contributor

thank you, that will work!