SCTASK URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 09:34 PM - edited 11-26-2023 10:08 PM
Hi Team ,
only for particular catalog
We want make this SCTASK00001 ( as a url ) if user clicks on that means it has to redirect to that sctask .
In the same SCTASK we are populating this message in worknotes also . in worknotes also it has to be url
can anyone please provide me step by step solution to achieve .
Please provide screenshot for better understandig
thanks in advance
@Community Alums @Ankur Bawiskar please help me here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:20 PM
Hi @nameisnani
We cannot set a hyperlink in the Description field, it's not in HTML field type. However, we can set hyperlink under the work notes and comments.
From where you're generating the catalog task and the work notes, let's try to build a string like below for the SCTASK number.
Sample below.
[code]<a title='SCTASK0022687' href='sc_task.do?sys_id=aa64f958ff633100158bffffffffff7c' >SCTASK0022687</a>[/code]
Cheers,
Tai Vu