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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
PHP: query a list of open sales order line items for a specific item
I am new to netsuite development, but not new to php. I am trying to use PHP to create a list of open sales order line items for a specific part
I have the php developer tool kit loaded on to my server and have verified that it is working by trying the "get_customer.php" sample.
Is there a list of all of the available functions?
Basically, im going to need to get a list of open sales order lines for an item, and get a list of open purchase order lines for an item, and combine them into an array that i will then output as a table. The goal being to chronologically match the oldest open PO line item with the oldest open SO line item, etc, etc, etc.
0