Warehouse
Manages warehouse data, capturing addresses, operational details, and inventory controls for each storage facility.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
The unique identifier for the warehouse record. |
| Locationid [KEY] | String | False |
The unique identifier for the warehouse location. |
| Name | String | False |
The name of the warehouse location. |
| Parent_locationid | String | False |
The ID of the parent warehouse location, if applicable. |
| Manager_name | String | False |
The name of the warehouse manager. |
| Managerid | String | False |
The unique identifier for the warehouse manager. |
| Contactinfo_contactname | String | False |
The contact name for the warehouse. |
| Shipto_contactname | String | False |
The shipping contact name for the warehouse. |
| Usedingl | Boolean | False |
Indicates whether the warehouse is using a designated general ledger. |
| Status | String | False |
The operational status of the warehouse (e.g., active, inactive). |
| Whencreated | Datetime | False |
The date and time when the warehouse record was created. |
| Whenmodified | Datetime | False |
The date and time when the warehouse record was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the warehouse record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the warehouse record. |
| Megaentitykey | Int64 | False |
The key identifier for the mega entity associated with the warehouse. |
| Megaentityid | String | False |
The unique ID of the mega entity associated with the warehouse. |
| Megaentityname | String | False |
The name of the mega entity associated with the warehouse. |
| Record_url | String | False |
The URL for accessing the warehouse record in the system. |