Database – Holding Account Sub Status Entity (holding_account_sub_status_entity)
Holds substatus information and settings for holding accounts.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(255) | The name/title of the entity instance | ||
parent_id | int(11) | ID of parent category | ||
display_order | int(11) | Sort order used when displaying on the UI | ||
email_enrollment | tinyint(1) | Whether or not email enrollment is enabled | 1 - yes, 0 - no | |
sms_enrollment | tinyint(1) | Whether or not sms enrollment is enabled | 1 - yes, 0 - no | |
web_access_enrollment | tinyint(1) | Whether or not web access is enabled | 1 - yes, 0 - no | |
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |