Org Dashboard Operations
Use org dashboards to run daily claim operations with an RPA-first, evidence-backed review loop.
Route map
- Overview:
/app/org-dashboard/{orgKey} - ROI:
/app/org-dashboard/{orgKey}/roi - Queue analytics:
/app/org-dashboard/{orgKey}/analytics - Claim review queue:
/app/org-dashboard/{orgKey}/flagged - Claim history search:
/app/org-dashboard/{orgKey}/patients - Batch drill-down:
/app/org-dashboard/{orgKey}/batches/{id} - Workflow issue list:
/app/org-dashboard/{orgKey}/feedback - Digital workers:
/app/org-dashboard/{orgKey}/workers - Worker detail:
/app/org-dashboard/{orgKey}/workers/{workerKey}
Work the overview page
- Check Automation status to confirm processed count, auto-submitted count, and claims sent to employee review.
- Use Top issues and next steps to focus on the highest-impact blockers first.
- Compare Yesterday versus today before escalating to engineering.
Work the ROI page
- Open
/app/org-dashboard/{orgKey}/roi. - Validate four executive metrics together: total claims processed, time saved, automation value, and net cost savings.
- Treat total claims processed as completed-claim throughput across all Dentrix batches for the org.
- Investigate negative or flat net savings before scaling volume.
Work flagged claims
- Open
/app/org-dashboard/{orgKey}/flagged. - Work the queue as open review only: flagged claims that are still pending review update.
- Use Mark complete when the claim can close.
- Use Mark reviewed after correcting source data and validating the update.
- Use Report feedback when workflow behavior or evidence is incorrect.
- Wait for inline
Saving...state to clear before triggering another queue action on the same claim. - Set queue filters from URL-backed controls:
reasonquery param for issue category filtersortquery param (newestdefault,oldestoptional)
- Share or bookmark the filtered queue URL when handing work between operators.
- Expand each row and validate these structured fields:
- Issue
- Expected
- Found
- Codes
- Action
- Keep
reasonandsortURL filters in place while posting queue actions; claim actions submit inline and return to the same filtered view.
Validate queue health with analytics
Open /app/org-dashboard/{orgKey}/analytics and confirm:
- Error breakdown by issue type
- Error concentration by doctor
- Error concentration by office
Treat this page as your weekly calibration surface for recurring blockers.
Inspect digital worker context
- Open
/app/org-dashboard/{orgKey}/workersand select a worker. - Validate role summary and responsibility blocks against current run behavior.
- Review Linked work sessions for the latest operational context and status progression.
- Treat source workflow content as reference state from process library; edit workflow source through controlled authoring flows, not the worker detail page.