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.
Search for existing customer - SuiteTalk
I just started to write a suitetalk application using C#. Before I create a new customer, I want to check whether the customer already exist in the system by comparing the masterID (from our legacy system) which is a custom field (MasterID – Integer), what would be the best practice to do that? I assume I have to use CustomerBasicSearch but then how can I pass the masterID to compare. Basically I would like to know how to get/search customer by passing a value into the custom fields.
Also, I cannot use externalID since I have other ID needed to be imported from our legacy system.