Appearance
Application detail — Data and Integration tabs
Two main tabs help you inspect what the system knows about an application (Data) and what external systems returned (Integration). They are read-heavy for most users; a subset of variables can be edited when your tenant allows.
Data tab
Select Data in the main tab bar (after Email, before Integration).
Model Data accordion
The tab contains one section: Model Data — all application variables (engine names) and their current values.
Columns
| Column | Description |
|---|---|
| Variable | Engine variable name as a badge; for multi-applicant tenants, may show primary or coborrower_N slot badges |
| Source | Where the value came from: Derived, Integration (with specific provider in filter tree), User Input, System Output |
| Data Type | String, numeric, boolean, date, list, etc. |
| Value | Current value (truncated with tooltip for long text; objects shown as JSON) |
| Role | Applicant role for the variable (multi-applicant; filter available when enabled) |
| Action | Edit icon — only when this variable’s provider is in the tenant’s editable provider list |
Search and filters
| Control | Purpose |
|---|---|
| Search (table search) | Fuzzy search across Variable and Value |
| Role filter | Multi-applicant: filter by primary, coborrower 1, etc. |
| Source filter | Hierarchical: Derived, Integration (per partner), User Input, System Output |
| Data Type filter | Filter by variable type |
Sort: All text columns support sorting.
Pagination: Footer shows page size and navigation when the variable list is long.
Edit a value (Action column)
When the pencil icon appears:
- Click the icon on the row.
- Edit variable modal opens with title showing the variable name.
- Input control matches data type:
- numeric — number field
- boolean — Yes/No radio
- date — calendar picker
- list — dropdown of allowed list values
- other types — text input with hint “can only accept {type}”
- Cancel — closes without saving.
- Update — saves to the application; disabled if value unchanged or invalid; shows loading while saving.
- Success toast: Variable updated; errors show server message.
Important: Editing data can affect underwriting, offers, and rules. After material changes, your process may require re-running underwriting or updating status on the Application tab.
Display rules
- Empty values show as N/A.
- Booleans display as True / False.
- Multi-applicant variable names may strip suffixes in the badge while slot badges show instance.
Loading state
While variables load, you see skeleton placeholders for search and table.
Integration tab
Select Integration after Data.
Integration Calls accordion
Lists each integration HTTP call recorded for this application session.
Columns
| Column | Description |
|---|---|
| Integration | Provider / integration name |
| Request URL | Endpoint called (truncated with tooltip) |
| Timestamp | When the call ran |
| Method | HTTP verb badge (GET, POST, etc.) |
| Status | HTTP status code with color dot and tooltip (success vs error ranges) |
| Action | View (arrow icon) — opens response detail |
Sort: All columns except Action are sortable.
Filter: Global table filter searches visible columns.
View integration response
Click View on a row to open the Integration response side panel:
- Shows integration name, method, URL, status badge.
- Response payload in a read-only code editor (JSON/XML formatted when possible).
- Request payload when available.
- Copy control to copy payload text to clipboard (toast confirmation).
- Close (X) to dismiss.
Use this for troubleshooting credit pulls, identity vendors, custom APIs, and workflow integration steps — without leaving the application.
Empty state
If no calls were logged, the accordion shows the standard empty placeholder: no rows, no View actions.
Data vs Integration — when to use which
| Question | Tab |
|---|---|
| What is the applicant’s income variable set to? | Data |
| Did we get a FICO score from the bureau integration? | Data (value) + Integration (raw response) |
| Why did the API return 500? | Integration → View |
| Can I fix a mistyped employer name stored as user input? | Data → Update (if editable) |
| What did the webhook send at 2:14 PM? | Integration → sort by Timestamp |
Role notes
| Role | Data | Integration |
|---|---|---|
| Auditor | View; typically no Update | |
| Analyst / Underwriter | View; edit only where provider allows | |
| Support / CSR | View for customer questions | |
| Admin | Full view; edit per configuration |
Related topics
- Application detail overview — Underwriting tab for decisions
- Transactions and tasks — bank transaction tagging
- Activity — variable updates and integration events in the timeline
- Workflows — troubleshooting path