Context engine glossary – custom fields
The context engine is a large database of retrievable variables, available for use throughout LoanPro software. These are the variables for custom fields:
Name | Example Variable | Description |
Bankruptcy Custom Fields | [[v('bankruptcy-custom-fields-array.id{ID}.value')]] |
This variable pulls the value from a custom field on an active bankruptcy. Replace {ID} with the ID of the custom field:
|
Insurance Custom Fields | [[v('insurance-custom-fields-array.id{ID}.value')]] |
This variable pulls the value from a custom field on an insurance policy linked to a loan. Replace {ID} with the ID of the custom field:
|
Collateral Custom Fields | [[v('collateral-custom-fields-array.id{ID}.value')]] |
This variable pulls the value from a custom field on a collateral item linked to a loan. Replace {ID} with the ID of the custom field:
|
Customer Custom Fields | [[v('customer.primary.customer-custom-fields-array.id{ID}.value')]] |
This variable pulls the value from a custom field for a customer profile. Replace {ID} with the ID of the custom field:
|
Setup Custom Fields | [[v('setup-custom-fields-value.id{ID}.value')]] |
This variable pulls the value from a custom field on the setup terms on a loan. Replace {ID} with the ID of the custom field:
|
Settings Custom Fields | [[v('settings-custom-fields.id{ID}.value')]] |
This variable pulls the value from a custom field on a loan's settings. Replace {ID} with the ID of the custom field:
|
Was this article helpful?
Unclassified Public Data