Configure Bottom Navigation (Mobile)

The Bottom Navigation configuration controls which tabs are visible in the iPermits mobile application for each persona. This allows administrators navigation based on user roles and responsibilities.

These configurations allow you to:

  • Define persona-based navigation menus.
  • Control access to the tabs.
  • Simplify navigation for approval-focused roles.
These configurations ensure a smooth, predictable user experience while aligning iMaintenance with your organization’s compliance and collaboration needs.
Sample Configuration{
  "_id": {
    "$oid": "68a2f38824677585ffab4b0f"
  },
  "type": "permitNavigation",
  "config": {
    "personaNavigation": {
      "Requester": [
        "Home",
        "Permits",
        "JHA",
        "Work Orders",
        "Issues",
        "Alerts",
        "More"
      ],
      "Default Developer Role": [
        "Home",
        "Permits",
        "JHA",
        "Work Orders",
        "Issues",
        "Alerts",
        "More"
      ],
      "Reviewer": [
        "Home",
        "Permits",
        "Work Orders",
        "JHA",
        "Issues",
        "Alerts",
        "More"
      ],
      "Authorizer": [
        "Home",
        "Permits",
        "More"
      ],
      "Issuer": [
        "Home",
        "Permits",
        "More"
      ],
      "Supervisor": [
        "Home",
        "Work Orders",
        "Issues",
        "Alerts",
        "More"
      ],
      "Permit": [
        "Home",
        "Permits",
        "JHA",
        "Work Orders",
        "More"
      ]
    }
  },
  "status": 1,
  "plant": {
    "$oid": "682319d8c23c1557532a3944"
  }
}
Table 1. Default Settings
Setting Default Value Description
personaNavigation.Requester As configured Bottom navigation tabs visible for the Requester persona
personaNavigation.Default Developer Role As configured Bottom navigation tabs visible for the Default Developer Role persona
personaNavigation.Reviewer As configured Bottom navigation tabs visible for the Reviewer persona
personaNavigation.Authorizer As configured Bottom navigation tabs visible for the Authorizer persona
personaNavigation.Issuer As configured Bottom navigation tabs visible for the Issuer persona
personaNavigation.Supervisor As configured Bottom navigation tabs visible for the Supervisor persona
personaNavigation.Permit As configured Bottom navigation tabs visible for the Permit persona