isOrder Attribute - Is It Functional and Current?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2018 08:53 AM
I am trying to set the default search order for a table (any table, although I specifically need it to work for kb_knowledge) by using the isOrder attribute. Documentation suggests the following:
"An administrator can set the sort order of records displayed for a table in the system dictionary when there is no other sort specified. This is done by adding an attribute called isOrder with a value of true to the dictionary entry of the desired field. This sort is the sort order presented to all users initially. Once a user sorts a list, that user preference is saved, and the list is always sorted for that user based on the previous sorting preference.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 09:24 AM
It is still active. I tested it on a custom table with a new user so I didn't have to worry about user preferences and it appears to work. It's possible there could be something else happening with the extended task table hierarchy and table flattening there that would cause it to work differently in that case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2025 09:53 AM - edited ‎07-09-2025 09:54 AM
I was hoping to use this attribute, but it apparently doesn't exist in my instance. Any suggestions on how to establish a default sort order for the list view of a table? I have a field named "Order" that I intended for this purpose. Thanks!