Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Item Receipt vs. PO Line Data Formula (Inventory Detail Status)
Have a request in to compare the line data on a PO vs the IR and then go into the inventory detail and filter out each respective quantity on the IR line by a good or bad status.
That, I can get to populate accurately.
Main line is set to false, FYI.
Where I am having trouble is performing a calculation to sum the total PO quantity for the line - the bad quantity to show the difference.
I tried a SUM with {appliedtotransaction.quantity}-(CASE WHEN {inventorydetail.status} = 'Bad' THEN {inventorydetail.quantity} ELSE NULL END)
But it's not close to accurate. I think it's taking the total of all lines on the PO, but I'm not sure.