Is it possible to control the visibility of tabs when related list records are updated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 05:20 PM
I want to control the display/hide of tabs depending on the value of the related list,
I previously asked a question at this URL.
https://www.servicenow.com/community/developer-forum/i-want-to-control-the-display-hide-of-tabs-depe...
I was able to control the tabs using g_scratchpad in the display BR that I received in the answer.
However, this works when the form is loaded.
Is it possible to change this to control the display/hide of the base record's tab depending on the value when the related list record is updated?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 05:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 06:09 PM
thank you for your reply.
I have checked the link you sent.
What I wanted to implement was to control the show/hide of tabs depending on the values of the records in the related list, rather than controlling the related list depending on the value of the base record.
Therefore, it cannot be achieved by using the linked UI policy.
thank you.