- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 07:03 PM
I have 2 catalog items catalog items A and B. Cat item B is autogenerated from cat item A. I need to get Clickable request number for item A in the worknote of cat B. Any Suggestions?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 06:39 AM
Hi @Cindy Sim you need to use below code while updating worknotes to make clickable
[code]New request created: <a href="/sc_request.do?sys_id="+current.sys_id target="_blank">click here</a> <br/>
[/code]
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 05:59 AM
I am doing via workflow activity.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 06:39 AM
Hi @Cindy Sim you need to use below code while updating worknotes to make clickable
[code]New request created: <a href="/sc_request.do?sys_id="+current.sys_id target="_blank">click here</a> <br/>
[/code]
Harish