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.
test
Hi All ,
We tried TransactionSearchAdvanced option that is present in 2008.2 version for our webservices but could not retreive line level details
Here is sample that we used.
TransactionSearchAdvanced tsa1 = new TransactionSearchAdvanced();
tsa1.savedSearchId = "190";[This is internal id of the view we created for Purchase Order]
cnw.search(tsa1);
response object is showing all the Transaction records that are present in the view we created ,but when we would like to view for each records item level details like line num,item name,quantiy it is displaying null and can we know how to retreive details at line level
((com.netsuite.webservices.TransactionSearchRow)(response.searchRowList[0])) is displaying all values as null.