Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Need request number of a catalog item in worknote of another catalog item

Cindy Sim
Tera Expert

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?

1 ACCEPTED SOLUTION

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]

Regards
Harish

View solution in original post

6 REPLIES 6

@Harish,

I am doing via workflow activity.

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]

Regards
Harish