Order by attribute for list field in workspace, any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:52 AM
Hello,
I have a customer where we have built a custom workspace for their application. We use the "ref_ac_order_by" attribute to sort the results, however this does not work for a list field. This means that list fields can't present the different options in an ordered manner, which is a problem.
See comparison between the list field and reference field:
Reference field: (Sorts automatically 1-6)
List field: (Does not sort)
Any creative ideas for a solution?
//AB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 07:40 AM
ServiceNow has a solution for dropdown list choices, you could configure dictionary for the field, go to advanced View in the related links and add 'ref_sequence=u_field', 'ref_ac_order_by=u_field' will not work (works for record producer).
Refer to KB0535733.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 07:41 AM
ServiceNow has a solution for dropdown list choices, you could configure dictionary for the field, go to advanced View in the related links and add 'ref_sequence=u_field', to the attributes 'ref_ac_order_by=u_field' will not work (works for record producer).
Refer to KB0535733.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 05:43 AM
This does not work for a List field sadly, only for a reference field with choices