- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 03:37 AM
Hello Community,
In an embedded table, a Business Rule creates 5 new records. These records can be sorted using the column header options. However, since users might sort the records differently, the order can become inconsistent and confusing.
How can I ensure that these records always appear in the same order for all users. Also, is it possible to pin this order to prevent users from accidentally changing it by sorting the columns?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 04:36 AM
Hi @beycos ,
Please refer to the following link https://www.servicenow.com/community/developer-forum/possible-to-prevent-but-still-set-sorting-on-em...
Here the user is using query business rule for implementing the sort in embedded table. You can try the same.
Please mark the answer helpful and correct if it helps the issue. Happy scripting 🙂
-Shantanu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 04:36 AM
Hi @beycos ,
Please refer to the following link https://www.servicenow.com/community/developer-forum/possible-to-prevent-but-still-set-sorting-on-em...
Here the user is using query business rule for implementing the sort in embedded table. You can try the same.
Please mark the answer helpful and correct if it helps the issue. Happy scripting 🙂
-Shantanu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 07:13 AM
Thank you Shantanu