Database – Rules Applied Customer Tools (loan__rule_applied_customer_tools)
Description
The Customer Tools rules application lets you use customer tools based on rules you enter. This includes things like pulling credit, social profile lookup, address verification, and OFAC compliance testing.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
loan_id | int(11) | The ID of the associated loan. | |
rule_applied_id | int(11) | The ID of the specific rule applied. | |
enabled | tinyint(1) | Specifies if the rule applied is enabled or not. | 1 - yes, 0 - no |
lastUpdated | timestamp | Specifies when the rule applied was last updated. | |
deleted | tinyint(1) | Determines whether the rule applied is delted or not. | 1 - yes, 0 - no |