Copy variable editor data to description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:27 AM
Hi experts,
Can we update description field on case form with variable editor data when record is inserted?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:42 AM
Hello @Community Alums ,
Add the following code in the script section of Record Producer.
new sn_hr_le.hr_ActivityUtils().createCaseFromProducer(current, producer, cat_item.sys_id);
After adding this code to the script section of the Record Producer, all variables and their corresponding values were mapped into the description field.
Thanks,
Pratiksha
✨ServiceNow Rising Start 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 08:26 PM
Hi @Community Alums ,
Please refer to the link :https://medium.com/@servicenowscholar/adding-variables-from-the-variable-editor-into-the-description...
