How OOB short description of RITM is populated

BijoyDeb
Tera Contributor

HI all,

we have one catalog item and if I submit it, the short description of RITM is auto populated with short description of Catalog item.

I want to understand how thats OOB done in backend. Because I need to update this short description of RITM for this catalog item as same as catalog task's short description.

I do not want to write a BR just for this one item, so please let me know how short descriptions of RITM are set OOB

 

Thanks,2

2 ACCEPTED SOLUTIONS

Uncle Rob
Kilo Patron

As a rule, I don't mess with OOB rules....
BUT I DO disagree with them, and override them.

For the past 15 years I just make the first step of my workflows adjust the RITM Short Descriptions.
I do this for each unique case because each item deserves it.
Maximize the info in the short description for each service.
I do that by leveraging the variables unique to each catalog item.


"AppXYZ access for John Doe needed for Jan 15"
"Badge access for ServerRoom123"

View solution in original post

Runjay Patel
Giga Sage

HI @BijoyDeb ,

 

The behavior is typically controlled by the Service Catalog Item’s record producer or catalog item workflows.

In the Service Catalog Item form, the short_description is a field available for customization. When a user selects a catalog item and submits it, a record is created in the sc_req_item table (RITM). The field short_description in the RITM is set to the same value as the short_description in the Catalog Item by default and it is controlled by ServiceNow backend code(Java) which we dont have access to modify. So using configuration it is not possible.

 

In your use case i would suggest you to write flow to set the short description.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@BijoyDeb 

I don't think there is any OOB BR for this

Definitely something custom BR is doing this or workflow or flow configured for your catalog item.

Did you check that?

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

@Ankur Bawiskar I checked all the BRs on requested item table, but didn't found anything which sets the short description of RITM. Seems by default short description of item that you have submitted gets set in short description of RITM. But not sure how that is handeled

@BijoyDeb 

if you wish to set catalog task short description then you can set it via workflow or flow designer

OR

you can use before insert BR on sc_task and handle it for all catalog tasks

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

@BijoyDeb 

I couldn't find any OOB BR etc which sets this.

Seems it comes from platform level.

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