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.
Saved Case Search Results does not include Service Issue related Columns
I have a saved Support Case Search which includes both "Case fields" and "Service Issue Fields..." in the Results Columns.
When I execute the saved search (via a soap call using c#) - my results do not contain any of the "service issue" fields
~ SupportCaseSearchAdvanced searchRecord = new SupportCaseSearchAdvanced();
searchRecord.savedSearchId = "26708";
Here's the request in fiddler
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><searchPreferences xmlns="urn:messages_2013_1.platform.webservices.ne tsuite.com"><bodyFieldsOnly>false</bodyFieldsOnly><pageSize>100</pageSize></searchPreferences></soap:Header><soap:Body><search xmlns="urn:messages_2013_1.platform.webservices.ne tsuite.com"><searchRecord xmlns:q1="urn:support_2013_1.lists.webservices.net suite.com" xsi:type="q1:SupportCaseSearchAdvanced" savedSearchId="26708" /></search></soap:Body></soap:Envelope>