Sql Query for lot number in Purchase Order Lines for Receiving
Summary:
To fetch the supplier item /lot from Purchase Order Lines
Content (required):
We have a requirement to fetch the lot number/supplier item from the Purchase Order Lines for that we have checked in the INV_TRANSACTION_LOT_NUMBERS table but, there are multiple lot number for single item and organization
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT
*
FROM
inv_transaction_lot_numbers
WHERE
inventory_item_id = 100000009861303
AND organization_id = 300000006687171
Tagged:
0