- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 07:56 PM
Can someone tell me how to set a default order for the data in the related list on the table form, so that when any user opens it, the order I set is displayed.
I would appreciate it if someone could tell me the answer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:28 PM
You'll want to create a Relationship instead.
System Definition > Relationships
In the "Query with" section, be sure to add in your desired orders.
Once defined, you'll see this as a new option when you go to configure your Related Lists on that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:29 PM
Hi @xiyan_li,
You may follow the following thread.
https://www.servicenow.com/community/developer-forum/related-list-default-ordering/m-p/1782068
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:28 PM
You'll want to create a Relationship instead.
System Definition > Relationships
In the "Query with" section, be sure to add in your desired orders.
Once defined, you'll see this as a new option when you go to configure your Related Lists on that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:37 PM
Because my related list is actually done in the system UI -> Related List, do I need to create another related list in System Definition > Relationship
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:40 PM
Yes, correct. If the ordering is that important, you'll need to make a brand-new Relationship record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:50 PM
After creating the relationship-related list, click the [new] button at the top right of the relevant list. After creating a piece of data, can the data be automatically associated with the Relationship
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 12:25 AM
Thank you very much, I have created a new Relationships and implemented my function