Database – Rules Applied Checklist Entity (rule_applied_checklist_entity)
Holds information for checklist rules applied. These rules applied affect checklist on loans.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(100) | Entity name | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
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_in_daily_maint | tinyint(1) | Whether or not to evaluate this entity during daily maintenance | 1 - yes, 0 - no | |
eval_real_time | tinyint(1) | Whether or not to Evaluate in real-time | 1 - yes, 0 - no | |
exec_pre_activation | tinyint(1) | Execute pre loan activation | ||
forcing | tinyint(1) | Whether or not to force | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
global_order | int(11) | Global execution order | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |