Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Get list of shipping items
I'm in the process of upgrading a Web Services Java app that was written against 2008_2 to 2013_1. I'm having trouble getting a list of Shipping Items. There used to be in the old API a GetSelectValueType.salesOrder_shipMethod that I could use to look up the list with getSelectValue. There doesn't appear to be any equivalent in the new API. I've checked both RecordType and GetAllRecordType. I also tried looking through the various search record types and tried using the generic ItemSearchBasic record but no dice.
Does anyone know how to get a list of Shipping Items using the 2013_1 WS API? I'm really only looking for a RecordRef for a specified Ship Name to populate a new SalesOrder record so I don't even need the the ship item in the form of a record (can't find a class for that either).