Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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.
0