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.
hi tchan report a bug(report a bug of supportcase.priority returns from webservice)
Please provide detailed steps to reproduce the problem:
1. searchPreferences.bodyFieldsOnly = false;
2. just do a search of supportcase, in normal! can return supportcase normal , but just priority 's allway null , the record return I see it in UI have data... why can't be return in webservice??? the status 's also RecordRef It can return data as UI shown me.(I mean that I know how to get a RecordRef via WebService!!)
3. SupportCaseSearch rrefcase = new SupportCaseSearch();
.....
_service.search(rrefcase);
.....
4. It's a bug for return null always!
Result:
priority = supportcase.priority;
if (priority != null) //不知为何 永远都是null 实际有值20080612 200806131133认为是系统bug
{ priorityname = priority.name; } else { priorityname = ""; }
Expected Result: