InspectionStatuses
Manages status values for inspection activities within the warehouse.
Columns
Name | Type | Description |
TransactionType [KEY] | String | The type of transaction associated with the inspection status. This transaction type indicates the nature of the inspection event, such as receiving, quality control, or stock movement. |
InspectionStatus | String | The current status of the inspection, representing whether an item has passed, failed, or is pending review. This status is used to determine the next steps in the inspection or quality control process. |
Finder | String | The searchable reference value used for identifying specific inspection status records in the system. This value assists in querying and retrieving inspection data quickly for operational reporting. |