Processing Override Management provides administrators with a centralized interface for managing user processing overrides within NIM. The application allows authorized users to view, create, modify, and remove override flags that influence how automated provisioning and lifecycle processes are executed.
Common use cases include applying skip flags to temporarily exclude users from specific automation workflows, preventing updates during investigations, exceptions, migrations, or other business-driven scenarios. By centralizing override management, the application improves visibility, enhances operational control, and ensures processing exceptions are managed consistently and efficiently across the NIM platform.
- Download app.json source file
- Within NIM
- Go to Apps
- Click Import
- Select app.json
- Create each missing audit query
- Complete Import
- Under Apps, Uncheck "Exportable" if checked
- Configure Lookup table
- Create "OverrideFlags" using provided "OverrideFlags.csv"
- Key (auto-guid)
- ID
- Type
- Global
- Update
- Disable
- Delete
- Enable
- NameChange
- Groups
- Change the Type from "string" to "boolean" for all flags
- Add Table to Internal System
- Set Table Key to "Key"
- Create Inter-System relation
- System A
- System: internal
- Table: OverrideFlags
- Column: ID
- System B
- System: AD
- Table: Users
- Column: employeeID
- System A