v_field_creator
Stores metadata about field creation, including associated tables and data types.
Columns
| Name | Type | ReadOnly | References | Description |
| label | String | False |
Specifies the display label assigned to the field when it appears in the user interface. | |
| sys_created_by | String | False |
Identifies the user who originally created the field record. | |
| sys_class_name | String | False |
Defines the system class of the record, indicating the data model or structure it belongs to. | |
| sys_updated_by | String | False |
Indicates the user who most recently updated the field record. | |
| table_creator | String | False |
References the user or process that created the table containing this field. | |
| length | String | False |
Specifies the maximum length allowed for the field value, typically relevant for text-based data types. | |
| sys_mod_count | String | False |
Tracks how many times the field record has been modified since creation. | |
| name | String | False |
Specifies the internal system name of the field used for data referencing and configuration. | |
| sys_updated_on | Datetime | False |
Records the date and time when the field record was last updated. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the field record. | |
| type | String | False |
Defines the data type of the field, such as string, integer, or date. | |
| sys_created_on | Datetime | False |
Records the date and time when the field record was created. |