ItemStatuses
Contains available status values for inventory items.
Columns
| Name | Type | Description |
| InventoryItemStatusCode | String | Uniquely identifies the item status. |
| InventoryItemStatusName | String | Name of the status. |
| Description | String | Description of the item status. |
| DisableDate | Date | Disable date of the item status. |
| LastUpdateDate | Datetime | Date and time when the user updated the item status. |
| LastUpdatedBy | String | Name of the user who last updated the item status. |
| CreationDate | Datetime | Date and time when the user created the item status. |
| CreatedBy | String | Indicates the user that created the item status. |
| LastUpdateLogin | String | Uniquely identifies the user who last updated the item status. |
| InventoryItemStatusId [KEY] | Long | Value that uniquely identifies the status. |
| Finder | String | Finder attribute for the item status. |