Hi All,
Any help with this would be greatly appreciated. I'm on 10.0.16 PU40.
I have extended the VendTable form and created a new tab (using Toolbar and List pattern) which I intend to be accessed by users with a specific role. The role has duties and privileges and I created a specific privilege
On the tab I set the Needed Permission property to Manual.
I then created a privilege where I set the Form Control Permissions to the form:
Form Control Permissions
- VendTable
- Tab Control Name
Grant: Delete
My expected behavior is that whenever the user with the role that I set the privilege is able to see the tab and without it not being able to see the tab. This is not the case and no matter what, the tab is not even visible on the form (the Visible property is set to Yes).
Is there a reason why this would not work?