Database – Custom Form Entity (custom_form_entity)
Description
This holds information for custom form templates used to generate PDF forms about loans. For information on using custom forms in the API, see API - Custom Forms.
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) | The ID of the file attachment | ||
section_id | int(11) | The ID of the associated section for the entity | ||
name | varchar(100) | This is the name of the entity | ||
page_size | varchar(100) | Encoded page size of PDF output | ||
draft | longtext | Flag draft | ||
docusign | tinyint(1) | Whether or not docusign is enabled | 1 - yes, 0 - no | |
priority | bigint(20) | The priority of the form | 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 | ||
extracted_variables | longtext | {"variables": []} |