rename document hyperlink in workflow task
Mar 01, 2023
09:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 01, 2023
09:37 AM
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"
Solved! Go to Solution.
Labels:
- Labels:
-
General Customization
ACCEPTED SOLUTION
Accepted Solutions
Mar 01, 2023
09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 01, 2023
09:59 AM
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 1
Mar 01, 2023
09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 01, 2023
09:59 AM
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>
