custom_form_entity - Custom Form Entity
This holds information for custom form templates used to generate PDF forms about loans.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
entity_type | char(100) | Type of the associated entity | ||
file_attachment_id | int(11) | |||
section_id | int(11) | ID of the associated section for the entity | ||
name | varchar(100) | Entity name | ||
page_size | varchar(100) | Encoded paze size of PDF output | ||
draft | longtext | flag draft | ||
docusign | tinyint(1) | Whether or not docusign is enabled | 1 - yes, 0 - no | |
priority | bigint(20) | Form priority | Unused | |
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 | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |