cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

rename document hyperlink in workflow task

mbrockman
6-Contributor

rename document hyperlink in workflow task

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.

1 ACCEPTED SOLUTION

Accepted Solutions
RandyJones
19-Tanzanite
(To:mbrockman)

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>

 

View solution in original post

1 REPLY 1
RandyJones
19-Tanzanite
(To:mbrockman)

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>

 

Top Tags