Sort the Class to have the Services at the Top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 07:12 AM
Trying to sort the classes in the Service Field so that the Service class shows at the top. I would like to do this by sorting by the actual name some how and not asc or dec order right now the only classes available are Service and Application Service Group, so sorting desc order would work since s > a , but if a service is added later where it starts with X then that will show first so is there a way to sort by the actual value???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 08:27 AM
See:
ControlTheListSortSequence.html
Or
add a custom integer field on the table to sort on and set the desired value of the new field on each record.