- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 04:48 AM
Hi,
I am trying to find a Related List but I cant. I tried to go to sys_relationship_list and type the name of the related list but nothing come up. I also tried to go sys_ui_related_list but again no result.
How can I find this Related List
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 04:56 AM
Hi @Alon Grod
'sys_relationship' table will only include custom Related List which was development on some conditions.
Related list which are shown in Configure Related List are just list of Reference to field.
For example, on Incident table, you get 'Incident task' related list where there is a field 'Incident' which refer to Incident table record. So it automatically shows all Incident Task where Incident field value is same as current Incident record.
If we want to filter it with more condition, in that scenario we use Relationship to create custom Related list with additional filters.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 04:56 AM
Hi @Alon Grod
'sys_relationship' table will only include custom Related List which was development on some conditions.
Related list which are shown in Configure Related List are just list of Reference to field.
For example, on Incident table, you get 'Incident task' related list where there is a field 'Incident' which refer to Incident table record. So it automatically shows all Incident Task where Incident field value is same as current Incident record.
If we want to filter it with more condition, in that scenario we use Relationship to create custom Related list with additional filters.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 04:58 AM
Hi @Alon Grod ,
1] Right Click on the context menu of any column.
2] Then go to the Configure -->List Control.It automatically redirect to the related list form.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thank you