how to create the new dictionary entry relation ship?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
i am unable to open the "sys_dictionary_relationship.list". Could you please check .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hey @sajampan ,
There is no such OOTB table. What do you want to open?
There is "sys_relationship.list" to define the relationships to show in Related Lists.
AND
There is "sys_dictionary.list" for dictionary entries.
Thanks,
Bhimashankar H
-------------------------------------------------------------------------------------------------
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @sajampan ,
In ServiceNow, the sys_dictionary_relationship table isn't designed for direct user edits through the list interface, this is why attempting to open sys_dictionary_relationship.list leads to issues. Instead, follow below steps:
Navigate to System Definition → Relationships (use the Application Navigator).
Click New to create a new relationship record.
Fill in the following key fields:
Applies to Table: The Parent table where the related list should appear.
Related Table: The Child table containing the records to relate.
Query: Define the conditions that link the two tables.
Once defined, you can configure the related list to appear on your target form via Form Layout → Related Lists.
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can’t open sys_dictionary_relationship using .LIST
or .lsit
. If you want to create the relationship, you need to open the module from the Navigation bar and then provide the required details
https://www.servicenow.com/community/developer-forum/relationship-between-two-tables/m-p/2184563
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
My query here is
Similar functionality already exists for Incidents; this enhancement aims to provide consistency for RITMs.
The section should display only open (active) RITMs requested by the same caller.
Closed, cancelled, or completed RITMs should be excluded from this view to avoid clutter and improve relevance.