Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-19-2022 12:42 AM
I have a requirement to populate the name of the record producer in the Incident's short description when the incident got created from that record producer.
Solved! Go to Solution.
Labels:
- Labels:
-
Multiple Versions
-
Service Catalog
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-19-2022 12:57 AM
Please use the below code
current.short_description = "Catalogue Name : "+cat_item.name;
Thanks & Regards,
Vasanth
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-19-2022 12:57 AM
Please use the below code
current.short_description = "Catalogue Name : "+cat_item.name;
Thanks & Regards,
Vasanth