Database – Shortcut Set Entity (shortcut_set_entity)
Holds information about which shortcuts are set when viewing a Loan in the UI.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(255) | Entity name | ||
log_payment_enabled | tinyint(1) | Whether or not to log payment | 1 - yes, 0 - no | |
log_charge_enabled | tinyint(1) | Whether or not to log charge | 1 - yes, 0 - no | |
quick_note_enabled | tinyint(1) | Whether or not quick note is enabled | 1 - yes, 0 - no | |
advancement_enabled | tinyint(1) | Whether or not advancement is enabled | 1 - yes, 0 - no | |
promises_enabled | tinyint(1) | Whether or not the promises shortcut is enabled | 1 - yes, 0 - no | |
change_due_date_enabled | tinyint(1) | Whether or not change due date is enabled | 1 - yes, 0 - no | |
custom_forms_enabled | tinyint(1) | Whether or not custom forms are enabled | 1 - yes, 0 - no | |
loan_archive_report_enabled | tinyint(1) | Whether or not loan archive report is enabled | 1 - yes, 0 - no | |
transactions_report_enabled | tinyint(1) | Whether or not transactions report are enabled | 1 - yes, 0 - no | |
credit_enabled | tinyint(1) | Whether or not credit enabled | 1 - yes, 0 - no | |
autopay_enabled | tinyint(1) | Whether or not the autopay shortcut is enabled | 1 - yes, 0 - no | |
post_note_enabled | tinyint(1) | Whether or not the post note shortcut is enabled | 1 - yes, 0 - no | |
settings_enabled | tinyint(1) | Whether or not the settings shortcut is enabled | 1 - yes, 0 - no | |
collateral_enabled | tinyint(1) | Whether or not the collateral shortcut is enabled | 1 - yes, 0 - no | |
insurance_enabled | tinyint(1) | Whether or not the insurance shortcut is enabled | 1 - yes, 0 - no | |
servicing_tools_enabled | tinyint(1) | Whether or not the servicing tools shortcut is enabled | 1 - yes, 0 - no | |
checklist_enabled | tinyint(1) | Whether or not the checklist shortcut is enabled | 1 - yes, 0 - no | |
documents_enabled | tinyint(1) | Whether or not the documents shortcut is enabled | 1 - yes, 0 - no | |
delinquency_report_enabled | tinyint(1) | Whether or not the delinquency report shortcut is enabled | 1 - yes, 0 - no | |
actions_and_results_enabled | tinyint(1) | |||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |