Override hierarchy
When Cadmus determines what a user can do, it evaluates settings in the following order:- Agency default — the setting value configured on the agency’s Settings page.
- User override — an explicit exception set for this user in this agency.
- Effective setting — the value that actually controls field behavior.
Open the overrides panel
In Web Admin, open the user’s agency settings or navigate to the dedicated overrides screen if your deployment provides one.The per-user override screen may not be linked directly from the Users list in
all deployments. If you cannot locate it, contact your Cadmus administrator.
The underlying API endpoints are
GET /agencies/{agencyId}/users/{userId} /settings (read current overrides) and POST /agencies/{agencyId}/users/ {userId}/settings (create or update an override).Overridable settings
Only settings that are explicitly marked as overridable can be changed at the user level. Settings that are agency-wide (such as Separate RMS Report Numbers) cannot be overridden for individual users.
Required fields for an override
Every override requires:- Reason text — a written justification stored in the audit log.
- AgencyAdmin role or higher to save the override.
- The target setting must be overridable at the user level.
Unit-login override values
The Require unit login by dispatch override is tri-state:
Unlike NCIC access, a user override of Yes works even when the agency default is No. Use Clear override to return the user to Inherit.
Audit trail
Cadmus records the following information for every override created or modified:- Who made the change (user account).
- When the change occurred (timestamp).
- Reason provided at the time of the change.
Dispatch and mobile impact
For information on the query commands available when NCIC access is enabled, see the Dispatch CAD Query commands documentation.
Common mistakes
- Override without a documented reason — always enter a meaningful justification; vague entries such as “requested” are difficult to defend during audits.
- Leaving an override after the user transfers agencies — review and clean up overrides whenever a user moves to a different agency or leaves the organization.
- Enabling NCIC without verifying CJIS routing — confirm org-level CJIS configuration before granting NCIC access to any user.