Access Field Mapping in Encompass
Several sections on this page configure Truv through Encompass’s Field Mapping panel for the Truv service. Here’s how to reach it — each section below tells you exactly which mapping to add once you’re there. Log into Encompass LO Connect as an administrator. Navigate to Company/User Setup > Services > Services Management.

White Labeling with Truv Templates
Templates let you customize every borrower-facing touchpoint: branding, notifications, the verification widget, returned documents, and fallback behavior. Templates can be scoped to specific business units or branches. What you can customize:Company branding
Company branding
- Logo, accent color, button colors, and background
- Custom text and messaging throughout the flow
- Privacy policy link
Notifications
Notifications
- Email and SMS content for initial invite, reminder, and completion messages
- Notification recipients (see Status Update Recipients below)
- Link expiration window (default: 72 hours)
- Per-loan personalization via the
{custom_field}placeholder (see Wholesale and Correspondent Lender Support below)
Truv Bridge experience
Truv Bridge experience
- Employer search configuration and pre-populated employer lists
- Success screen messaging
- Fallback to document upload when payroll connection is unavailable
Documents returned
Documents returned
- Default: 6 most recent paystubs, 3 most recent W-2s, 3 YTD paystubs
- Configurable per product type within the template
eFolder Document Mapping
Control exactly where each Truv document is routed in the Encompass eFolder.Access document mapping in Encompass
Configure document routing
- Enter the Document Type on the left (must match exactly, see table below)
- Select the eFolder destination on the right
- Click Add Another to create additional mappings
- Click Save when complete


Status update recipients
Configure which team members receive status notifications at each step of the verification process. Four routing options:Mapping a custom role email field
You can map any Encompass field containing an email address to automatically populate the Status updates field. Up to 5 CC recipients are supported — each uses its own provider field name:Choose or create the source field
- Use an existing field: any standard, custom, or LR field in your Encompass instance that already contains an email address.
- Use a dedicated Truv field: the field-creation payload in Write order statuses to custom fields includes
CX.TruvCustomEmailFieldthroughCX.TruvCustomEmailField5— purpose-built fields you can type a CC email address into directly. Using these lets you bulk-import all 5 mappings via the CSV import in that section, instead of mapping each one by hand below.
Add the field mapping
- Encompass Field ID: the field chosen or created in step 1
- Mapping Type: Maps To
- Provider Field Name: the recipient slot’s provider field name from the table above
Write order statuses to custom fields
Truv writes order status data for each borrower and product directly into your Encompass loan file, giving your team real-time visibility into verification progress without leaving Encompass.Field Structure
For each borrower and product combination, Truv populates two custom fields:- Connections: a pipe-delimited list of employers or financial institutions and their current statuses, in the format:
[Employer]: [Status] | [Employer2]: [Status] - Last Updated: the timestamp the Connections field was last updated, in the format
YYYY-MM-DD HH:MM UTC
Which product populates which field
Income verification always includes employment data — there’s no way to order income without it. Employment, on its own, can be ordered separately without income. The field name reflects that:Field reference
Each per-borrower field name follows the patternTRUV_B{slot}_{PRODUCT}_CONNECTIONS / TRUV_B{slot}_{PRODUCT}_UPDATED_AT, where {PRODUCT} is VOI, VOE, or VOA per the mapping above:
TRUV_B2_VOA_CONNECTIONS and TRUV_B2_VOA_UPDATED_AT.
View the full field list (all 48 fields)
View the full field list (all 48 fields)
Setup
Open Field Mapping in Encompass
Create the custom fields
- Bulk, one API call: download the payload below and send it to ICE’s Encompass Developer Connect API in a single request — see Automate custom field setup below.
- Individually: in Encompass SmartClient, go to Settings > Loan Setup > Loan Custom Fields and add each field by hand.
Download field-creation payload
Map the fields
-
Bulk, one import: download the CSV below, then in the Field Mapping panel you opened in step 1, click the import icon (the downward-arrow icon next to the search bar, to the right of the export icon) to load every mapping at once.

-
Individually: for each field, create a new mapping with a Maps From or Maps Between relationship (per the Field reference tables above):
- Encompass Field ID (left, shown in green): select an unused Encompass custom field ID
- Mapping Type: matches the table above (
Maps FromorMaps Between) - Provider Field Name (right, shown in red): enter the Truv field name exactly as shown above (e.g.,
TRUV_B1_VOI_CONNECTIONS)
Download field mapping CSV
CX.TruvCustomEmailField fields created in the previous step — see Mapping a custom role email field. template_name and custom_field still depend on which of your existing Encompass fields hold the source data, so map those manually.Add to pipeline views (optional)


Automate custom field setup with the Encompass API [Server-side]
ICE’s Encompass Developer Connect (EDC) API creates every Truv custom field — the per-borrower fields plustruv_user_ids, partnerStatus, aim_check_available, template_name, custom_field, and the five email CC fields — in a single call, instead of adding each one by hand.
Get an EDC access token
Review the field payload
Create the fields via the Manage Custom Fields API
action=add with the downloaded payload as the request body — one call creates every field:aim_check_available, for example), open Settings > Loan Setup > Loan Custom Fields in Encompass SmartClient after creation and adjust Max Length manually.Map the fields
Wholesale and Correspondent Lender Support
Wholesale and correspondent lenders can map an Encompass field (such as the loan officer’s name) to a custom field in Truv’s template, enabling personalized borrower-facing notifications. This builds on the templates covered in White Labeling with Truv Templates above.Map the Encompass field to Truv's custom field
- Encompass Field ID:
1612(Loan Originator Name) or any other Encompass field - Mapping Type: Maps To
- Provider Field Name:
custom_field
Add the custom field placeholder to your template
{custom_field} placeholder to notification content, including:- Email First
- Email Reminder
- SMS First
- SMS Reminder
- Landing Page variations
- Manual orders: Select the configured template before creating the order
- ASO orders: Copy the Template ID from the Truv Dashboard and paste it into the ASO configuration