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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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