Skip to main content
10-Marble
March 1, 2023
Solved

rename document hyperlink in workflow task

  • March 1, 2023
  • 1 reply
  • 969 views

I have a workflow task where I added a document link which the assignee clicks to download.  The link is the exact url as shown.  How can I rename this link to something a little simpler? eg. "CAF Form"

 

http://alexandria.windsormachine.com/Windchill/servlet/AttachmentsDownloadDirectionServlet?oid=OR:wt.doc.

Best answer by RandyJones

If you are constructing the html this is a 'a' tag with an href like this:

<a href="http://alexandria.windsormachine.com/Windchill/servlet/AttachmentsDownloadDirectionServlet?oid=OR:wt....">CAF Form</a>

 

1 reply

20-Turquoise
March 1, 2023

If you are constructing the html this is a 'a' tag with an href like this:

<a href="http://alexandria.windsormachine.com/Windchill/servlet/AttachmentsDownloadDirectionServlet?oid=OR:wt....">CAF Form</a>