Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-06-1211:04 PM
Show or hide objects based on group membership
Hi there,
Dose somebody know how to enable/disable or show/hide an object (e.g. button) on GeoSCADA mimics based on the logged user group membership? I read previous similar threads but they weren't clear and I couldn't make this. Thanks
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-06-1307:16 AM
[Moved from the Ideas list]
First, decide what privilege is to control visibility, such as Control. It depends on what the group members can do to that object or mimic. Then animate the visibility using the CheckAccess(privelige).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-06-1906:35 AM
I'd run with what Steve suggested above if it's doable. This method checks permissions for a user against a specific object which is what people would want to do the majority of the time. If you have to check from the user group level then another option we've found, albeit likely heavier on the system, is to check for the username within the users a particular group returns.
I don't have it in front of me right now but I believe the syntax below is correct.