PurchaseOrderReceiptSerials
Tracks serial numbers available for purchase order receipts, enabling accurate inventory updates.
Columns
Name | Type | Description |
SerialNumber [KEY] | String | This column stores the unique serial number associated with a specific purchase-order receipt serial in the system. It is used to identify and track individual items in the purchase order process. |
BindASNLineFlag | String | This column indicates whether the ASN (Advanced Shipping Notice) line is bound to a specific purchase order receipt serial. It is used to track the status of the ASN during the receiving process. |
BindItemId | Long | This column stores the unique identifier of the item associated with the purchase order receipt serial. It links the serial number to a specific item in the inventory. |
BindOrganizationId | Long | This column represents the unique identifier of the organization associated with the purchase order receipt serial. It helps to identify the organizational unit responsible for the receipt. |
BindSerialNumber | String | This column stores the serial number of the item associated with the purchase order receipt. It is used to track individual items that are received into inventory. |
BindShipmentLineId | Long | This column stores the identifier of the shipment line associated with the purchase order receipt serial. It connects the receipt to a specific shipment in the order process. |
BindTransactionTypeId | Long | This column stores the identifier of the transaction type associated with the purchase order receipt serial. It helps to classify the nature of the transaction, such as whether it's a return, receipt, or adjustment. |
Finder | String | This column is used to store the search term or key used to find purchase order receipt serials in the system. It can be used to query and filter serials based on certain attributes or criteria. |