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.
Strange Error - Sales Order Consumption
Hello,
While using transaction search for downloading salesorders between dates I am getting orders which are existing between only june and july months. For the Sales Order of August and September (as well as pre june06), I am getting the following error
Error code: unexpected_error ,error message: "An unexpected error occurred."
I am using the following code, I know it is strange as the same code is working for June and July but not for remaining months.
SearchDateField sdf = new SearchDateField();
sdf.@operator =SearchDateFieldOperator.within;
sdf.operatorSpecified =true;
sdf.searchValue=Convert.ToDateTime(txtDateFrom.Text); //"9/01/2006"
sdf.searchValueSpecified=true;
sdf.searchValue2=Convert.ToDateTime(txtDateTo.Text); //"9/26/2006"