How can we help?

Search Results

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:

 

[[v('bankruptcy-custom-fields-array.id123.value')]]

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:

 

[[v('insurance-custom-fields-array.id123.value')]]

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:

 

[[v('collateral-custom-fields-array.id123.value')]]

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:

 

[[v('customer.primary.customer-custom-fields-array.id123.value')]]

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:

 

[[v('setup-custom-fields-value.id123.value')]]

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:

 

[[v('settings-custom-fields.id123.value')]]

 

 

Unclassified Public Data