How can we help?

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.id18.value')]] This variable pulls the value from a custom field on an active bankruptcy. Just replace "id18" with "idXX", for the ID of whatever custom field you want to include.
Insurance Custom Fields [[v('insurance-custom-fields-array.id54.value')]] This variable pulls the value from a custom field on an insurance policy linked to a loan. Just replace "id54" with "idXX", for the ID of whatever custom field you want to include.
Collateral Custom Fields [[v('collateral-custom-fields-array.id21.value')]] This variable pulls the value from a custom field on a collateral item linked to a loan. Just replace "id21" with "idXX", for the ID of whatever custom field you want to include.
Setup Custom Fields [[v('setup-custom-fields-value.id44.value')]] This variable pulls the value from a custom field on the setup terms on a loan. Just replace "id44" with "idXX", for the ID of whatever custom field you want to include.
Settings Custom Fields [[v('settings-custom-fields.id30.value')]] This variable pulls the value from a custom field on a loan's settings. Just replace "id30" with "idXX", for the ID of whatever custom field you want to include.