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.
Specifying Columns on Contact Search
We are having some trouble getting back a result when we attempt to use a ContactSearchAdvanced object. We are using .NET for our development environment.
If we use a ContactSearch object and specify the criteria, we get back the records we want. But if we try to move that ContactSearch object into a ContactSearchAdvanced object so we can specify the columns we want back, we never get a result set.
If we don't specify the .columns of a ContactSearchAdvanced object, we get back the same results as the ContactSearch itself.
We are NOT referencing a saved search ID. We want our code to ultimately call result columns from the base Contact record and a Joined table. Our code will be more portable if we don't reference a saved search.