related list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I need a related list on Incident form. It should only list emails that the subject starts with P2 for that incident. if now emails we dont want the list to show at all
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
33m ago
Hi @Gary Larsen,
to add related list, do it from context menu > configure > related tabs:
to hide it, I am not entirely sure, but you can try with onLoad client script and with desired conditions:
g_form.hideRelatedList('name of the list');
Eventually get inspiration from How to hide the Related List based on the field value of the form or How to hide defined related list using script?
Let me know how it's going.
_____
100 % GlideFather experience and 0 % generative AI
100 % GlideFather experience and 0 % generative AI

