Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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"
Solved! Go to Solution.
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>
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>