Database – Rules Applied, Account Tools (rule_applied_account_tools_entity)
Description
Shows information regarding the Account Tools Rules Applied.
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The Id of the rule applied. |
||
name |
varchar(100) |
The name of the rule applied. |
||
rule |
text |
The specific Clojure rule. |
||
account_activation |
tinyint(1) |
If the account is activated. |
||
account_deactivation |
tinyint(1) |
If the account is deactivated. |
||
account_archive |
tinyint(1) |
If the account is archived. |
||
account_delete |
tinyint(1) |
If the account is deleted. |
||
enroll_new_loans |
tinyint(1) |
If newly created loans are enrolled for the rule. |
||
enroll_existing_loans |
tinyint(1) |
If existing loans are enrolled for the rule. |
||
enabled |
tinyint(1) |
If the rule applied is enabled. |
||
eval_real_time |
tinyint(1) |
If the rule applied is evaluated in real time. |
||
eval_in_daily_maint |
tinyint(1) |
If the rule applied is evaluated during daily maintenance. |
||
exec_pre_activation |
tinyint(1) |
If the rule applied is executed prior to loan activation. |
||
forcing |
tinyint(1) |
Enables forcing of the rule applied. |
||
global_order |
int(11) |
The specific order of the rule applied. |
||
lastUpdated |
timestamp |
When the entity was last updated. |
||
deleted |
tinyint(1) |
If the entity is delted. |