Database – Rules Applied, Customer Tools (rule_applied_customer_tools_entity)
Shows information regarding Customer Tools Rules Applied.
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
Id of the entity |
||
name |
varchar(100) |
Entity name |
||
rule |
text |
Associated Clojure Rule used in entity evaluation |
||
customer_role |
char(100) |
Customer role |
||
validate_mailing_addresses |
tinyint(1) |
Whether to validate mailing address |
1 - yes, 0 - no |
|
validate_primary_addresses |
tinyint(1) |
Whether to validate primary address |
1 - yes, 0 - no |
|
pull_credit |
tinyint(1) |
Whether to pull credit |
1 - yes, 0 - no |
|
pull_ofac |
tinyint(1) |
Whether to pull ofac |
1 - yes, 0 - no |
|
validate_phone_carrier |
tinyint(1) |
Whether to validate phone carrier |
1 - yes, 0 - no |
|
lookup_social_profile |
tinyint(1) |
Whether to lookup social profile |
1 - yes, 0 - no |
|
enroll_new_loans |
tinyint(1) |
Whether or not to enroll new loans |
1 - yes, 0 - no |
|
enroll_existing_loans |
tinyint(1) |
Whether or not to enroll existing loans |
1 - yes, 0 - no |
|
enabled |
tinyint(1) |
Whether or not is enabled |
1 - yes, 0 - no |
|
eval_real_time |
tinyint(1) |
Whether or not to Evaluate in real time |
1 - yes, 0 - no |
|
eval_in_daily_maint |
tinyint(1) |
Whether or not to evaluate this entity during daily maintenance |
1 - yes, 0 - no |
|
exec_pre_activation |
tinyint(1) |
Whether or not to execute prior to account activation |
1 - yes, 0 - no |
|
forcing |
tinyint(1) |
Whether or not to force |
1 - yes, 0 - no |
|
global_order |
int(11) |
Gobal execution order |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |
||
deleted |
tinyint(1) |
Whether or not the entity was deleted |
1 - yes, 0 - no |