Sort the List By default with updated column only for specific group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Everyone !
I want to configure the List sort for only specific group. Update (column in List) - z to a
It should automatically sort when user opens List.
Your Answer is Highly Appreciated. Thank you in Advance.
Regards,
Swapna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Step 1: Ensure the Group has a Role
Modules are restricted by Roles, not Groups.
-
Identify a role that only this group has (e.g., sn_incident_read or a custom role like service_desk_tier1).
-
If they don't have a unique role, create one (e.g., u_custom_list_viewer) and assign it to the Group.
Step 2: Create the Module
-
Navigate to System Definition > Modules.
-
Click New.
-
Fill in the basic details:
-
Title: e.g., "All Incidents (Sorted)" (or just "All Incidents" if you plan to hide the original).
-
Application Menu: (e.g., Incident).
-
Table: (e.g., Incident incident).
-
-
Visibility Tab:
-
Roles: Add the specific role from Step 1.
-
-
Link Type Tab:
-
Link Type: List of Records.
-
Arguments: Add the following line to the Arguments box:
Plaintext&sysparm_order=sys_updated_on&sysparm_order_direction=desc
Happy to help! If this resolved your issue, kindly mark it as the correct answer and Helpful and close the thread so others can benefit too.Warm Regards,
Deepak Sharma
Community Rising Star 2025
-