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.
Java stub file 2.6
Is there any way to get JAVA 2.6 stub files as a ZIP.
If there is URL to get this please publish it.
The problem is when I create JAVA stub files using the AXIS WSDL2JAVA it's
not creating some java files like SEARCHENUMMULTISELECTFIELD, PricingMATRIX to name a few.
Also in the TransactionsearchBasic it generated Type field as string array where as in 2.5 it's a seacrh field.
In 2.6
private java.lang.String[] type;
In 2.5
private com.netsuite.webservices.platform.core_2_5.SearchEnumMultiSelectField type;
Becuase of the above problems iam not able to use TransactionSearchBasic with type as search criteria. WheN I do TransactionSearchbasic without this it's returning so many record types which I do not need and so much network traffic.