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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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