Update Service field on Incident form

sarabjeet
Giga Expert

Hi,

Can anyone please tell me how to Update the Service field on the Incident table to only allow selections of Application Services.

Regards,

Sarabjeet

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@sarabjeet 

That business_service field is at task level.

So you will have to create dictionary override for incident table so that it only affects incident table and not other tables which extend task

I could see already out of the box dictionary override for that field so you can update that

1) Configure dictionary

2) In Related list Select the record for Dictionary Override of incident table

3) Select Override reference qualifier as true

4) give this ref qualifier

This is older ref qualifier -> &sysparm_fixed_query=ORDERBYname&sysparm_order_direction=asc

This is the updated one -> &sysparm_fixed_query=sys_class_name=cmdb_ci_service_discoveredORDERBYname&sysparm_order_direction=asc

5) save

find_real_file.png

find_real_file.png

find_real_file.png

Regards
Ankur

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

View solution in original post

15 REPLIES 15

DirkRedeker
Mega Sage

Hi

You can use a Reference Qualifier on your Dictionary record of the "Service field".

BR

Dirk

Hi Dirk,

Thanks for your help.

Regards,

Sarabjeet

Ankur Bawiskar
Tera Patron
Tera Patron

@sarabjeet 

That business_service field is at task level.

So you will have to create dictionary override for incident table so that it only affects incident table and not other tables which extend task

I could see already out of the box dictionary override for that field so you can update that

1) Configure dictionary

2) In Related list Select the record for Dictionary Override of incident table

3) Select Override reference qualifier as true

4) give this ref qualifier

This is older ref qualifier -> &sysparm_fixed_query=ORDERBYname&sysparm_order_direction=asc

This is the updated one -> &sysparm_fixed_query=sys_class_name=cmdb_ci_service_discoveredORDERBYname&sysparm_order_direction=asc

5) save

find_real_file.png

find_real_file.png

find_real_file.png

Regards
Ankur

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

@sarabjeet 

Hope you are doing good.

Let me know if I have answered your question.

If so, please mark appropriate response as correct & helpful so that this thread can be closed and others can be benefited by this.

Regards
Ankur

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