- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 02:55 AM
Hi,
Newbie Developer here, hope you can help me on the script on how I will produce the combined value of Urgency + Short Description after submission of the creation of new request when it saved to Change request table. I'm using a record producer in this form. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:46 AM
Hi @icelazer ,
Assuming that you are storing the concatenated value in short description field of Change Request created and also the fields urgency and short description are variables in the Record Producer.
Please use the below code
Mark this as helpful if it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:49 AM
Hi @icelazer
Glad it works for you...!
Can you please mark my reply as accepted solution.
It will be helpful for future reference.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:29 AM
Here's my screenshot of the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:46 AM
Hi @icelazer ,
Assuming that you are storing the concatenated value in short description field of Change Request created and also the fields urgency and short description are variables in the Record Producer.
Please use the below code
Mark this as helpful if it is