Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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