Context Engine Glossary – Basic
General
The context engine is a large database of retrievable variables, available for use throughout LoanPro software. These are the following variables for basic:
Name | Variable | Description |
Stoplight | [[v('status-stoplight')]] | Displays the color of stoplight assigned to the account for which it is generated (i.e., red, yellow, green). |
Modification Count | [[v('loan-modification-count')]] | Displays the number of times a modification has been made on an account. |
Loan Modified | [[v('loan-modified')]] | Generates a 1 if the account for which it is generated has been modified, or a 0 if an account has not. |
Loan Alert | [[v('loan-alert')]] | Displays whatever text has been entered as an alert on the account for which it is generated. |
Archived Status | [[v('loan-archived')]] | Generates a 1 if the account for which it is generated has been archived, or a 0 if an account has not. |
Setup Is Active | [[v('setup-active')]] | Generates a 1 if the account for which it is generated has been activated, or a 0 if an account has not. |
Loan ID | [[v('loan-display-id')]] | Displays the ID of the loan for which it is generated. If the ID has been edited by a user, the updated ID will be displayed |
System Loan ID | [[v('loan-id')]] | Displays the system ID of the loan for which it is generated. |