Asset Control restriction

How can I restrict a certain group of users from seeing some tags on the asset control on fs.9.2.55? For example: I would like to create a user who can only see the tags within the CO2CHEM folder.

You could dynamically change the BranchFilter of the AssetControl according to which user is logged in.
This can be done by using a TextTag in the BranchFilter configuration, and then using a Task or a few lines of code in the display that contains the AssetControl to check which user is currently logged in and update the BranchFilter accordingly.

1 Like