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.
SuiteQL: Missing Customer Invoices from the transaction table in NetSuite2.com
The SO has the following transactions in the related records
When attempting to get the data via a REST Query, we get no results for INV3353 and INV3421
{"q": "select id, tranid from transaction where tranid in ('INV3421', 'INV3353')"}
{"q": "select id, tranid from transaction where id in (40898, 41434)"} // INV3353 and INV3421
Any thoughts on why that would be the case?
Appreciate in advance for any help/pointers.
0