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

Translate the entire conversation x

rename document hyperlink in workflow task

mbrockman
10-Marble

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
20-Turquoise
(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
20-Turquoise
(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