When a RITM is created, the close not field is auto filled with text. How?

asd22
Tera Contributor

Hello. 

When i send in a RITM and i go into it in SN i see the closenote field already have text in it, ready to be posted once the ritm is finished. Where is this text set?

1 ACCEPTED SOLUTION

@asd22 

it's picking the default close notes from the catalog item associated to your RITM.

that field should be present on sc_cat_item table and check after opening that dictionary if any default value is added in there

AnkurBawiskar_0-1743684083914.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

17 REPLIES 17

ok thanks i will go and take a deeper look where it might be hidden xD

keep us posted for new learning. Also wired,might be any property for this has been built.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

i found this script in the flow. 

		current.close_notes= current.cat_item.u_default_close_notes;

this must be where it sets the message, where do i find the cat_item.u_default_closenotes

Hi @asd22 

 

Hureeeee....

 

cat_item.u_default_closenotes

It is a custom field. Go to the dictionary and search for this field in the table. By default, you will get a message.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

sadly everythin in the dictionary under  u_default_close_notes was blank, no information