entityListType
Defines the different types of entity lists, helping to organize and categorize entities for better management.
Columns
| Name | Type | References | Description |
| defaultname | String | The default name associated with the record, typically used to identify the entity or item in its default state. | |
| entitytype | String | The type of entity associated with the record, such as 'Customer', 'Employee', or 'Vendor', used to classify the record within the system. | |
| key | Integer | The unique identifier key for the record, used to track and reference it within the system, ensuring proper management and organization. |