Copy variable editor data to description
Options
- 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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:42 AM
Hello @si21 ,
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.
Please mark correct/helpful if this helps you!
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 08:26 PM
Hi @si21 ,
Please refer to the link :https://medium.com/@servicenowscholar/adding-variables-from-the-variable-editor-into-the-description...
On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.