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 customer not sucessful
Can anyone please help me out here? I could create the customer via web services. When I search the same customer I created by providing the customer id and status, it failed. I can't seem to go anywhere. Please take a look at my code and provide your input.
Private Sub SearchCustomer(ByVal sID As String, ByVal sStatusList As String)
' // Instantiate a search object for customers. Note that the search'
' // object is different from the regular record used for add and update.
Try
Dim custSearch As New CustomerSearch
Dim custSearchBasic As New CustomerSearchBasic
'------------------------------------------------
'/ Search the customer entity id which is a string field