Enable or Disable Modules

The Bottom Navigation, Dashboard Availability modules can be enabled or disabled at the tenant level. These settings determine whether the modules are visible and accessible across the web and mobile applications.

  • Use the tenantLevel flag to turn a module on or off globally for all plants.

  1. tenantLevel Flag
      • Purpose: Controls module access at the Tenant level.

    • Options:
      • true: Enables the configured iPermits feature (for example, AI Agents) for all plants under the tenant.
      • false: Disables the configured iPermits feature globally across all plants.
      • Default Value: true
    • Set as true if you want all plants to access the EHS Module.
    • Set as false to completely disable the EHS Module across the tenant.
      Sample Configuration
      Sample Configuration
      {
        "_id": {
          "$oid": "6811d64e10cbda7d4d979883"
        },
        "type": "issueConfig", //Type would change for WorkOrder and Timesheet modules
        "config": {
          "tenantLevel": true,
          
        }
      }
Note:
When a module is disabled, both their creation and any related features will be hidden and inaccessible across the Mobile and Web applications.