Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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