Module security access configuration - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

System administrators can restrict access to modules displaying in the Dashboard by using access groups. A new client API is delivered with a method for each module installed. By relating an access group to this method, access is provided to the module. When module access is restricted to an access group, the application module is hidden from other access groups in the Dashboard.

The ModuleAccess client API has been created to provide the function to restrict access to modules by setting a property using a single string parameter, Module. A method is delivered for each module where a single argument is set to the modules name, for example, SPFClientModule. Access is granted when the access group is related to the modules method. You can add other access groups to restrict or increase access to a module.

  • Switching the active role on the current user triggers the access rights to the module to be updated.

  • If an access group is not specified, access is granted to all users.