IssueSerials
Facilitates management of serial numbers for issuing or transferring inventory, ensuring traceability of serialized items.
Columns
Name | Type | Description |
SerialNumber [KEY] | String | The unique serial number assigned to the item being issued. This serial number ensures traceability and accurate tracking of serialized inventory during issue transactions. |
BindItemId | Long | The unique identifier for the inventory item associated with the serial issue transaction. This identifier ensures accurate linkage between serial numbers and their respective items. |
BindLocatorId | Long | The unique identifier for the locator where the serialized item is stored before being issued. This identifier enables precise tracking of serialized inventory at a storage location level. |
BindLotNumber | String | The lot number associated with the serial number being issued. This lot number ensures that serialized inventory is correctly linked to lot-controlled stock. |
BindOrganizationId | Long | The unique identifier for the organization managing the serial issue transaction. This identifier ensures inventory control across multiple business units or warehouses. |
BindRevision | String | A revision code associated with the serialized item. This code ensures that the correct version of a serialized item is issued, supporting engineering and manufacturing controls. |
BindSerialNumber | String | The serial number being bound to the transaction. This serial number ensures that the correct serialized unit is selected for issue, preventing stock discrepancies. |
BindSubinventory | String | The subinventory from which the serialized item is being issued. This information helps manage stock at a more granular level within warehouses and storage locations. |
BindTransactionTypeId | Long | The unique identifier for the transaction type associated with the serial issue. This identifier ensures that the correct inventory movement type is recorded in the system. |
Finder | String | A reference attribute used for searching and retrieving specific serial issue records. This attribute enhances system usability by allowing users to locate transactions based on predefined criteria. |