Aisle
Represents aisles in warehouse or storage systems, enabling organization and location tracking within facilities.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
A unique identifier for the aisle record. |
| Aisleid [KEY] | String | False |
The unique identifier for the aisle. |
| Aisledesc | String | False |
A description of the aisle. |
| Whencreated | Datetime | False |
The timestamp indicating when the aisle record was created. |
| Whenmodified | Datetime | False |
The timestamp indicating when the aisle record was last modified. |
| Createdby | Int64 | False |
The identifier of the user or process that created the aisle record. |
| Modifiedby | Int64 | False |
The identifier of the user or process that last modified the aisle record. |
| Record_url | String | False |
The URL linking to the detailed record of the aisle. |