Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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.
0