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.
Access HTTP POST data from SuiteScript
Is there a way to access fields in the body of an HTTP post request?
For example, from the Bill Purchase Orders screen, I select one or more POs to build. Clicking submit takes me to the New Bill screen.
I want to identify the PO Numbers that were selected and display them on the new bill screen, but the only place I can find a reference to them is in the 'orderdata' field of the POST body:
F 80126 1/5/2012 /app/accounting/transactions/purchord.nl 700131 2 15214 VendBill T 81791 1/6/2012 /app/accounting/transactions/purchord.nl 700134 2 3176 VendBill T 84239 1/10/2012 /app/accounting/transactions/purchord.nl 700141 2 3176 VendBill F 83722 1/10/2012 /app/accounting/transactions/purchord.nl 700139 2 3267 VendBill
0