I'm currently working on a project in Ignition Vision, and I'm looking for a solution to disable certain tabs in a Tab Strip component based on the user's security and roles.
Ex.
I want to disable the user management tab for users that do not have a specific role.
Create a custom property on the tab strip we'll call it showUserManagement. Create and expression binding on this property with an expression. Something like:
hasRole("Administrator)
Create a Cell Update binding on Tab Data property of the dataset on the HIDDEN column of the row for the tab you want to hide, and set the value equal to the custom property that you just added.