CustType
Defines customer types, enabling categorization and tailored business processes.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
The name of the customer type. |
| Parent_name | String | False |
The name of the parent customer type. |
| Status | String | False |
The status of the customer type. |
| Recordno | Int64 | False |
The unique identifier for the customer type record. |
| Whencreated | Datetime | False |
The date and time when the customer type was created. |
| Whenmodified | Datetime | False |
The date and time when the customer type was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the customer type. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the customer type. |
| Megaentitykey | Int64 | False |
The internal key for the mega entity associated with the customer type. |
| Megaentityid | String | False |
The ID of the mega entity associated with the customer type. |
| Megaentityname | String | False |
The name of the mega entity associated with the customer type. |
| Record_url | String | False |
The URL link to the customer type record. |