Page 1 of 1

Tab Permissions

Posted: 2022-10-13 00:15
by angus
Does anyone know if its possible to restrict access to a tab to certain users?

Re: Tab Permissions

Posted: 2022-10-13 10:42
by AhmedBR
By a tab you mean Child tab?
if yes, just use no view permission for this user.

Re: Tab Permissions

Posted: 2022-10-14 13:26
by angus
no not the child tab, the ones we create with the AppGiniHelper file

Re: Tab Permissions

Posted: 2022-10-14 13:31
by jsetzer
You can get the current user name in javascript, then decide if your current user shall see the tab or not. If not, just don't create the tab but hide the fields.

Re: Tab Permissions

Posted: 2022-10-14 14:35
by angus
Jan, this is so simple I did not even think of this, I will test it and feed back on here, thank you!