The CreatorCon Call for Content is officially open! Get started here.

Urgency auto populate on Problem

shabbir9
Tera Contributor

Hi Team

on problem module if user selects the configuration item from configuration item field we need to auto populate "urgency" we have the field called business criticality ( choice field )field on configuration item table that field have the values "low" "medium' "high' i have to map this field values to problem urgency field based on configuration item can anyone help me in the script

3 REPLIES 3

Mark Manders
Mega Patron

Are you doing this through flow or through script? If it is a script, you can just use 'if / els if / else' to map the fields. If business criticality is high, set urgency to high, etc.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Ankur Bawiskar
Tera Patron
Tera Patron

@shabbir9 

what help is required for this?

If this is required on client side then use onChange client script and use IF else

If this is required on server side you can use either BR or flow designer

where are you stuck?

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

Runjay Patel
Giga Sage

Hi @shabbir9 ,

 

Are you looking this functionality at form level meaning changing configuration item should set the urgency or just you want to set it from backend?

 

If from backend then you can write Business rule like below

RunjayPatel_0-1730729849750.pngRunjayPatel_1-1730729874594.png

 

 

Do dot walking of Configuration item. Business Critical .

 

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

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

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