How to set the default sorting in the reference field for all the user in custom scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:11 AM
Hi Community,
I want to set default sorting in the reference list based on ASCENDING order of 'ORDER' field:-
I tried with the solution mentioned on below link:-
Also, tried with the below Business rules:-
1. Before Insert/Update BR with condition- Name is iogc_choice_definitions.db.order
2.Before Insert/Update BR with condition-Name is iogc_choice_definitions.db.order.direction
But neither of the solution is working.
Could someone please help me on this?
Thanks,
Ankita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:25 AM
Might be helpfulhttps://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0725720
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:36 AM
Hi Atul,
Thanks for your reference but it's already configured & still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:49 AM
I tried the same at my end and it is working , may be give a cache.do
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 02:58 AM
@Dr Atul G- LNG Still not working. My requirement is to set default sort order in reference field.
For Example:-
If user opens the reference list then default sort is:-
But when user change the sort order by clicking the choice value column, the sort order changes as below:-
So when user close the reference pop up window & again opens the reference list, then default sort should be applied(see screenshot 1) instead of the sort did by user(screenshot 2).
Thanks,
Ankita