The CreatorCon Call for Content is officially open! Get started here.

Is it possible to control the visibility of tabs when related list records are updated?

Kurumi
Tera Contributor

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?

2 REPLIES 2

Harish KM
Kilo Patron
Kilo Patron

Hi @Kurumi the answer for your question is here check below thread.

https://www.servicenow.com/community/developer-forum/how-to-hide-a-related-lists-based-on-certain-co...

Regards
Harish

Kurumi
Tera Contributor

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.