Context engine glossary – basic
The context engine is a large database of retrievable variables, available for use throughout LoanPro software. These are the variables for basic:
| Name | Variable | Description |
| Setup ID | [[v('setup-id')]] | Displays the ID of the loan setup entity. |
| Settings ID | [[v('settings-id')]] | Displays the ID of the loan settings entity. |
| 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 Creation Date | [[companyFormatDateTime('loan-create-time')]] | Displays the date when the loan was created in LMS. |
| 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. |
Was this article helpful?
Unclassified Public Data
