In Embeded list -records order

beycos
Tera Contributor

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?

1 ACCEPTED SOLUTION

shantanu_patel8
Mega Guru

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

View solution in original post

2 REPLIES 2

shantanu_patel8
Mega Guru

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

Thank you Shantanu