Skip to main content

Custom dashboard views

Outcome

You can build a dashboard view that reflects how your team works, save it, share it with the role group, and switch between views with one click.

Prerequisites

ScopeWhat it lets you do
reports.read.financial / .operationalView widgets
reports.dashboard.writeSave / share views

What a view is

A view is a saved combination of:

ElementSaved per view
Selected widgetsWhich tiles, charts, panels.
LayoutPosition and size.
FiltersDate range, facility, payer, program.
Refresh cadencePer-tile or global.
SharingPrivate / role-shared / tenant-shared.

Views are URL-addressable (/dashboard?view=billing-daily), so you can deep-link.

Default views (out of the box)

ViewAudience
Billing — dailyClerks: AR, DAR, denials, timely-filing, exceptions.
Posting — dailyPosters: receivables backlog, exceptions, auto-match rate.
AR analystAnalysts: aging, days-in-AR, payer trend, 276 responses.
SupervisorKPIs + approval queues + team queue lengths.
Patient billingPatient AR, statement runs, bounces.

Building a view

  1. View picker → New view. The platform clones your current view as the starting point.

  2. Add widgets from the picker. Drag to position; resize handles in the corners.

  3. Set filters (top-of-page). Filters cascade to all widgets unless a widget overrides.

  4. Save. Name + sharing scope:

    SharingEffect
    PrivateOnly you.
    Role-sharedEveryone with the same role(s).
    Tenant-sharedEveryone in the tenant.
  5. Pin to your default. The picker has a Default checkbox; the view loads first when you sign in.

Editing a shared view

Tenants typically gate edits on shared views to a supervisor scope. Editing rules:

  • The owner can always edit.
  • Co-owners (added in Sharing) can edit.
  • Read-only sharing is the default for everyone else.

Changes propagate immediately; everyone using the view sees the new shape.

Examples

Supervisor: Approval queue + KPIs

Pin:

  • Pending appeals (queue widget filtered to AWAITING_APPROVAL).
  • Pending write-offs (queue widget).
  • DAR trend.
  • Denial rate trend.
  • Auto-correction success rate.

Posting clerk: Backlog watcher

Pin:

  • Receivables RECEIVED count.
  • Receivables EXCEPTIONS count.
  • Auto-match rate (last 7 days).
  • Manual-match rate.
  • Variance tags trend.

AR analyst: Aging + 276

Pin:

  • AR aging bucket bars.
  • 276 sent today / 276 responses today.
  • Top aged claims by dollar.
  • Timely-filing alerts.

Validation

CheckExpected
New view persists across sessionsYes.
Sharing scope is honoredYes.
Pinned default loads on sign-inYes.
URL ?view= deep-linksYes.

Troubleshooting

SymptomCauseFix
Save fails with permission errorYou lack reports.dashboard.writeAsk admin.
Widget added but blankWidget needs a scope you don't haveDrop it; ask admin to add scope or pick a different widget.
Default doesn't loadBrowser cacheHard refresh; check the picker's Default state.
Co-edit conflictTwo editors saved at onceThe platform shows the conflict; pick the merge.

Where to next