By using this website, you agree to our Terms of Use (click here)
Hello, I am trying to create a GI that will show Inventory with No Sales/Shipment against the items, what table would I use to do this? I have been working with INTran but wondering if there is a better or different way to get NO SALES Inventory in an GI. Thanks,
Can you take inventoryitem, left join artran, group by inventoryitem.inventoryID, and then do a count on artran entries?
Here is the GI If I do the left join and count on the artran I still only get Sales on Inventory items. what data field on the artran should I be selecting?