- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020 06:42 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020 07:00 AM
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
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2021 01:08 AM
Hi
Any other solution is possible for this query ?
this is not working
This is the updated one -> &sysparm_fixed_query=sys_class_name=cmdb_ci_service_discoveredORDERBYname&sysparm_order_direction=asc
its shows all the selections rather than Application Service.
Thanks,
Tanya Rathor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2021 01:27 PM
Same for me... this is not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 08:02 AM
This is it. Thanks!