KB-47382: Disabling buttons only for certain groups of users.
Question: How can I disable a button only for certain groups of users (for example, to keep users not belonging to Administrators group from accessing it when they are logged…
Question: How can I disable a button only for certain groups of users (for example, to keep users not belonging to Administrators group from accessing it when they are logged…
Autor
Paula Eneas
Question:How can I implement Viewer logout due to inactivity? Solution: To do so, follow these procedures: Via E3Studio, access the Viewer’s properties, and set up Inactivity time (minutes) option on…
Question: How can set up the E3 application to block users after n failed attempts to log in? Solution: To do so, right-click the E3Admin and select Domain–Options. Then, access…
Question: How can I limit the access of a certain user group to a certain screen object? Solution: This can be done via a script that, executed preferably at Viewer‘s…
Question: How can the information from one domain (users and permissions) be transferred to another one? Solution: You cannot perform this directly. So, you must copy the file with the…
Question: Is there a maximum number of users by domain? Solution: No, there is no such limit. Therefore, you can create as many users as you want.
Question: How can I make it impossible for any alarms to be acknowledged in my application when no user is logged on? Solution: E3’s default setting is to have all…
Question: How can I retrieve, via scripts, both user name and user group to which this user belongs? Solution: Username is retrieved by Viewer‘s User property. Example: dim user user…