Roles/views ignition perspecive

Hello everyone,
assuming I have a factory and I have several customers and I also have the same view for each customer I would like that each time a customer connects will have access to these views but with their own tags and will not have no access to those of other clients?
If someone has an idea.
thank you.

You will need to not use Ignition's built-in tag browser components anywhere. While you can use tag security to prevent operations on tags by various security considerations, you will not be able to prevent users from seeing that the other tags exist.

Instead, you will need to construct your own tools to list/browse (tree view) the tags/views you wish a user to see. You will very likely need to store this information in a database. Or perhaps define custom properties on tags, and use those in a cached browse. (The latter is non-trivial.)

1 Like