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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

rename document hyperlink in workflow task

mbrockman
7-Bedrock

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.

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>

 

Announcements
Top Tags