Hide tab using ui permission

Hi all,

I’m trying to hide a TabSheet tab using ui permission. The content of tab is correctly hidden, but the tab is still shown. Is there a way to hide also the tab?

hide_tab tab_hide_ui_permission

Thanks to all for helping

Hi @mnemonik83 ,

here a picture with a solution:

2021-03-11 14_39_57-aKSM Anwendung und 12 weitere Seiten - Persönlich – Microsoft​ Edge

Greetings
Andreas

1 Like

Hi!
Check the Screen component permissions section in Permissions docs for a more detailed explanation.

Regards,
Natalia

Hi, thanks for answer. I found the error: in onBeforeShow method there was a control showing or hiding that tab. I moved it in onInit method and all works well.

Thanks