Is there a way to hide /show certain shapes based on which user is looking at the Visio.
Example: In a DMS cluster if user A logs in to DMA A user A sees part of Visio X and when user B logs in to DMA B User B sees other part of Visio X.
José Spetebroodt [SLC] [DevOps Advocate] Edited question 31st July 2020
Besides the default DataMiner security settings, which also apply to Visio shapes, we have the possibility to perform shape actions based on the logged in user name, user group or client MAC address.
You can include the following session variables in a condition:
[thisMAC]: All MAC addresses of the client machine, separated by pipe characters (“|”). [firstMAC]: The first MAC address in the list of active MAC addresses on the client machine. [thisusername]: The name of the current user. [thisuserfullname]: The full name of the current user. [ThisGroup]: This placeholder can be used from DataMiner 9.5.1 onwards. It is replaced with all the security groups that the currently logged-in user is part of. Multiple groups will be concatenated with a pipe ("|") character.Ruben Vandepitte [SLC] [DevOps Advocate] Edited answer 17th July 2020