Configure Dashboard Availability (Mobile)
This configuration controls whether the Dashboard feature is available in iPermits Mobile application. While the feature enablement is configured at the plant level, dashboard visibility and content are governed by user roles/personas, ensuring users only see dashboards relevant to their responsibilities.
These configurations allow you to:
- Enable or disable access to Permit Overview Dashboards and custom dashboards.
- Control whether dashboard entry points are visible in the UI .
- Ensure dashboards are available only to permitted
roles/personas.
Sample Configuration { "_id": { "$oid": "695bb3abe6af25cdab2ccdab" }, "type": "permitFeatureFlags, "config": {, "dashboard": true }, "plant": { "$oid": "681a06b3aab43f5e132ff5c3" }
Configure Session Timeout
Session timeout settings define how long a session remains active during inactivity.
- Session timeout can be configured at Tenant Level or Plant level.
- Default Session Timeout is at tenant level and set for 30 mins.
- All sessions login and logouts are captured in DB for audit purposes.
- The highlighted DB values should be used to manage Session
timeout.
- Session Timeout can be Enabled or Disabled by setting True or False.
- Duration can be set in Million Seconds. Ex 30 mins/ 1800000 Ms
{ "_id": { "$oid": "6788b5dec3ca9a2f538dbc1c" }, "type": "sessionTimeout", "plant": { "$oid": "681a06b3aab43f5e132ff5c3" }, "config": { "enabled": true, "duration": 1800000 } }
| Setting | Default Value | Description |
| dashboard | TRUE | Dashboard is visible in the application |
