- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 03:49 AM - edited 11-21-2023 07:17 AM
Hi All,
I have created a few relationships on the Demand form and I can able to hide them by using the below
syntax: g_form.hideRelatedList('REL:sys_id');
For example, to hide the "Incidents by Same Caller" related list on the incident form.
Use the script below:
g_form.hideRelatedList('REL:70e80f390a0a0b1b0035a51d8bbfd32c');
I wanted to know how to hide OOB-related lists highlighted in the Demand form along with custom relationships
Kindly help me on this scenario, thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 10:14 AM
Hi @Shantharao ,
try this
g_form.hideRelatedList("pm_project.demand");
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 10:14 AM
Hi @Shantharao ,
try this
g_form.hideRelatedList("pm_project.demand");
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025