VendType
Classifies vendors into types, including tax classification, parent relationships, and additional configuration details.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
The name of the vendor type. |
| Parent_name | String | False |
The name of the parent vendor type, if applicable. |
| Status | String | False |
The current status of the vendor type (e.g., active, inactive). |
| Form1099type | String | False |
The type of 1099 form used for reporting payments to vendors of this type. |
| Form1099box | String | False |
The box number on the 1099 form used for reporting payments to vendors of this type. |
| Recordno | Int64 | False |
A unique identifier for the vendor type record. |
| Whencreated | Datetime | False |
The date and time when the vendor type was created. |
| Whenmodified | Datetime | False |
The date and time when the vendor type was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the vendor type. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the vendor type. |
| Megaentitykey | Int64 | False |
The key identifier for the mega entity associated with the vendor type. |
| Megaentityid | String | False |
The unique ID of the mega entity associated with the vendor type. |
| Megaentityname | String | False |
The name of the mega entity associated with the vendor type. |
| Record_url | String | False |
The URL for accessing the vendor type record in the system. |