E-ticket-only agencies
Some agencies use Cadmus only for electronic citations, without dispatch CAD or call-for-service workflows. On the agency Settings page:- Turn CAD Module off for that agency.
- Leave E-Ticket Module on.
- Configure citation templates, charge codes, court info, and number blocks as usual.
Traffic Stops Allowed still controls whether traffic-stop and citation workflows are permitted for the agency. E-ticket-only agencies typically leave it enabled.
Citations
The Citation section of the agency settings page contains the citation template configuration and, when the citation module is enabled for your deployment, a PDF designer for customizing the layout of printed citations.Configure citation templates
1
Open agency settings
Navigate to
/agencies/{agencyId}/settings in Web Admin.2
Scroll to Citations
Locate the Citations section on the settings page.
3
Place fields on the form
Upload your blank citation PDF or images, drag fields from the palette onto each page, and adjust position and font size. Save layout when finished.
4
Preview before mobile
Select Preview to fill the template with fictional sample data (driver, vehicle, and violation fields). Court fields use your agency citation settings when configured. Text is clipped at each field box — the same behavior as mobile — and fields outlined in red have text that does not fit (widen the box or reduce font size).
5
Enable on mobile
Turn on Use on mobile when the preview looks correct.
6
Optional: verify on a device
Generate a test citation from the mobile app in training mode if you want a final check on a physical printer or MDT screen.
Import RSMO / statewide charge codes
The Charge Codes (RSMO) card on the agency E-Citation Settings page lets Cadmus administrators import the active statewide charge code catalog from a JMS-format CSV.1
Confirm State code
Set State Code on the e-citation settings (for example
MO) so mobile officers search the correct catalog.2
Upload CSV
Choose the export file and select Import CSV. Only rows with
active = 1 are loaded into the picker.3
Verify count
The card shows how many active codes are loaded and the last import time. Officers should open E-CITATIONS once online to refresh the mobile cache.
chargecodeid, chargename, code, class_name, crime_type, description, statute_code, state, active.
Missouri state template vs custom agency PDF
Missouri agencies can choose Missouri state template (recommended) so officers use the Cadmus-managed Form 37A layout statewide, or Custom agency template to upload and place merge fields in Web Admin. Non-Missouri states use the custom designer only until a state template is published. The template designer palette includes Driver middle initial (DriverMiddleName) for PDF placement. Fine amount is not shown to officers on mobile; do not rely on a fine field in the officer workflow.
For Missouri Form 37A, Cadmus administrators can also place these merge fields on the State E-Ticket Templates page: Officer name, Officer badge, Issue date (CitationDate), Court division, OCN, CDL yes/no (DriverIsCdlYes / DriverIsCdlNo), and Did unlawfully checkboxes (UnlawfulOperateDrive, VehicleIsParked, VehicleIsCmv, VehicleHasHazmat). Officer name, badge, and issue date are autofilled on mobile at ticket creation; division, OCN, CDL, and unlawfully boxes appear on the officer entry form only when placed on the published state template.
RMS report numbers
How Cadmus assigns report numbers depends on a single agency-level toggle:Format tokens
When separate numbering is enabled, build your format string using these tokens:
Example:
{YY}-{NNNN} produces 26-0042.
Sequence seed
During initial go-live, a super admin may set the sequence seed to start numbering at a specific value — for example, to continue from where a legacy RMS left off.Dispatch and mobile impact
- Officers and deputies can generate citations from the call detail view in Dispatch CAD only when Traffic Stops Allowed is enabled for the agency. See Agency Settings for details on that toggle.
- When a dispatcher closes a call with Report to Follow, Cadmus assigns a report number according to the agency’s current numbering configuration. If separate numbering is on, the format string is applied immediately.
Common mistakes
- Editing the citation template after citations have been issued — historical PDFs no longer match the current template, which can create discrepancies in court filings.
- Wrong
{AGENCY}abbreviation in the format string — verify the abbreviation configured in Cadmus matches what your RMS and records system expect. - Enabling separate report numbers without training records staff — the numbering change affects how your RMS vendor receives case numbers; brief records staff before flipping the toggle in production.