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.
searching for a sales order by PO
I am trying to search to see if a sales order exists for a given PO (otherRefNum) but when the search it gives me an error back in the Search result with the message "You need to provide a valid search criteria". Any idea of what the code should look like to keep this from being in error? The part it doesnt seem to like is the final block where I do the search for the otherRefNum. In the end I also am going to put some other restrictions of the search which is why a TransactionSearchAdvanced was chosen.
private void DoSearchWithPO()
0