Discussions
Listing of POs with applicable Item Receipts
I have a search that lists our purchase orders not yet fully received. The user of the report wants me to list any item receipts for line items and the status of those receipts. When I pull in Applying Transaction, it shows both receipts and bills. I only want it to show receipts. I tried using a formula(text) for the results with this formula:
CASE WHEN {applyingtransaction.type} LIKE 'Item Receipt' THEN {applyingtransaction} ELSE 0 END. Of course, NetSuite considers this an invalid formula. Why can't these CASE formulas work like IF formulas in Excel?? Anyway I absolutely don't know what I am doing wrong. I also don't know if it works to put this kind of formula in the results tab.