CR Overview
This page is the landing page for CR-related business flows.
API Endpoints
No single designated endpoint.
Use child pages for exact routes such as:
POST /data/caution-report/createGET /data/caution-report/allGET /data/caution-report/by-id/:idPUT /data/caution-report/update/:idPUT /data/caution-report/update/status/:idPOST /data/caution-report/trigger/dispatch-tmf
What this section covers
Use the CR subsection when you need to understand:
- how a caution report moves through its lifecycle
- when CR data should be created, updated, or reviewed
- when CR work should continue into TMF-related handling
- which flowchart to open for a specific CR scenario
Best reading order
- start with the main CR diagram: CR Overview PDF
- read CR Lifecycle for the end-to-end flow
- read CR Creation for normal portal create behavior
- read CR GOTH Create for integration-driven GOTH create behavior
- read CR Notes for note read and create behavior
- read CR List Count for diagnose-code summary count behavior
- read CR Update Notes for note edit behavior
- read CR Ticket History for lifecycle and audit history behavior
- read CR NEPS Module for building lookup and polygon support behavior
- read CR to TMF Handoff for downstream TMF-related behavior
- read CR TMF Workorder Lookup for post-dispatch status and activity lookup
Main CR business topics
| Topic | Use it for |
|---|---|
| Lifecycle | understanding create, view, update, notes, and status flow |
| List count | understanding diagnose-code summary cards versus paginated list total |
| GOTH create | understanding the external GOTH-sourced create path and duplicate handling |
| Note update | understanding when an edited note must also succeed in TMF |
| Ticket history | understanding timeline status history versus audit trail history |
| NEPS module | understanding coordinate-to-building lookup in CR create flow |
| TMF handoff | understanding when downstream TMF-related work should begin |
| TMF workorder lookup | understanding live TMF reads versus local CR workorder history |
Related references
Suggested next additions
- CR creation rules
- CR status transition matrix
- note ownership and approval rules