Value should be Urgency + Short Description (after submission)

icelazer
Kilo Expert

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!

2 ACCEPTED SOLUTIONS

icelazer
Kilo Expert

Here's my screenshot of the script

icelazer_0-1694687368893.png

 

View solution in original post

Manisha Reddy K
Mega Guru

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

ManishaReddyK_0-1694688168363.png

 

Mark this as helpful if it is

View solution in original post

7 REPLIES 7

Hi @icelazer 

 

Glad it works for you...!

Can you please mark my reply as accepted solution.

It will be helpful for future reference.

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

icelazer
Kilo Expert

Here's my screenshot of the script

icelazer_0-1694687368893.png

 

Manisha Reddy K
Mega Guru

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

ManishaReddyK_0-1694688168363.png

 

Mark this as helpful if it is