Database – Custom Field Backup Entity (custom_field__entity_backup)
Description
This allows the mapping of custom fields to other entities, such as loans, customers, collateral, etc. For information on using custom fields in the API, see API - Custom Fields and API - Custom Field Collections.
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID of the entity. | |
entity_id | int(11) | ID of the associated entity. | |
entity_type | char(100) | Type of the associated entity. | |
custom_field_id | int(11) | ID of associated custom field. | |
custom_field_value | varchar(255) | Value of associated custom field. | |
custom_field_value_setting | char(100) | ||
deleted | tinyint(1) | Whether or not the entity was deleted. | 1 - yes, 0 - no |
lastUpdated | timestamp | Timestamp of when the entity was last updated. |