Skip to content
Last updated

View borrower details

The borrower detail page is where agents manage a specific borrower's cases, notes, interactions, and contact information. It is a two-column layout with a navigation sidebar (NavColumn) on the left and a content area on the right. You reach this page by selecting View more on a borrower's contact card, or by accepting a task that links to a borrower.

Availability: All clients Required permissions: None required to view the borrower detail page. Individual actions may require additional permissions (noted below).

The NavColumn sidebar

The NavColumn is the persistent left sidebar on the borrower detail page. It provides borrower context and navigation across cases and interactions.

The header at the top of the NavColumn displays:

  • Borrower name, state, country, and live local time (derived from the borrower's primary address timezone)
  • Verification status — A green checkmark with agent name and timestamp if the borrower has been verified in the current session. No indicator if unverified.
  • Borrower portal link — Opens the agent-view borrower portal in a new browser tab. See Navigate to the borrower portal.
  • View notes link — Navigates to the borrower hub (notes and contact details).
  • Quick action buttons — Start a new email, phone call, text message, or mail interaction directly from the header.

Cases section

Below the header, the NavColumn lists all cases for this borrower. Each case card shows the case ID, creation date, case name, and indicator icons for things like scheduled calls, snoozes, escalations, and do-not-interact flags.

  • Select a case card to load the case detail view in the content area.
  • Select Add to create a new case (see Create a case below).

Interactions section

Below cases, the NavColumn displays the borrower's interaction history with search and filter controls.

The content area

By default, the content area displays two sections:

  • Notes section — All borrower-level notes, sorted with pinned notes first, then newest. See Manage borrower notes for creating, pinning, flagging, and archiving notes.
  • Contact card details — The borrower's phone numbers (mobile, home, company), email address, location (city, state, country), and active loan accounts (up to 5).

When you select a case from the NavColumn, the content area switches to the case detail view.

Create a case

  1. In the NavColumn cases section, select Add.
  2. Select a Case type from the dropdown.
  3. If the selected case type is a generic type, enter a Case name.
  4. Select Create new case.

After creation, the CRM navigates to the new case detail page at /crm/borrowers/:borrowerId/cases/:caseId.

Note: Only one active collection case is allowed per borrower. If an active collection case already exists (with status initiated, processing, or reopened), the form displays an alert and prevents creating a duplicate.

Case types are company-specific — your administrator configures which types are available.

Case type field

FieldDescriptionRequiredValues / Format
Case typeThe type of case to create. Determines the case detail fields and workflow.YesDropdown of available case types
Case nameA custom name for generic case types. Only shown when the selected type supports custom naming.ConditionalText

View case details

Select a case from the NavColumn to view its details in the content area. The case detail page includes these sections:

SectionWhat it shows
Case headerCase ID, status, created-by metadata. Status dropdown and options menu.
Case detailsType-specific fields. Supported types include: Bankruptcy, Collection, Cease Communication, Credit Bureau Dispute, Debt Validation, Deceased, Dispute of Debt, Dispute of Purchase, Identity Theft, Legal Action, Military Duty, and OFAC Sanctioned.
AccountsLoan accounts associated with the case. Add or remove account associations.
DocumentsDocuments attached to the case. Upload or attach documents from loan groups.
EventsPaginated timeline of case events (10 per page). System events (DNI changes, escalations, status updates, snoozes) are filtered out.
WorkflowWorkflow steps with completion checkboxes, closing steps, and final outcome selection.
NotesCase-specific notes (separate from borrower-level notes). Same features as borrower notes: pin, flag, lock, archive.
SummaryAI-generated case summary with thumbs up/down feedback.

Case actions

The case header provides a status dropdown and an options menu with these actions:

ActionWhat it doesRequired permission
Change statusUpdate the case status via the status dropdown.case:update
Assign ownerAssign an agent as case owner. Only available when case ownership is enabled in company config.case:update
EscalateEscalate the case to a team or individual agent, with an optional urgent flag.case:update
SnoozeTemporarily defer the case until a specified date.case:update
Schedule callSchedule a future call with the borrower, specifying date, time range, reason, and contact.case:update
Do not interactSet a do-not-interact flag on the borrower or case.case:update
RenameUpdate the case name.case:update

All case actions are disabled when the case status is completed or canceled, or when you lack the case:update permission.