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.
Web service on vb2005
Dear Netsuite team.
What should i do to solve the problem ?
When i run this script i got the error message below
Dim n_Service As New NetSuiteService
Dim n_CustomerSearch As New CustomerSearch
Dim n_customerEntityID As New SearchStringField
n_customerEntityID.operator = SearchStringFieldOperator.contains
n_customerEntityID.operatorSpecified = True
n_customerEntityID.searchValue = Trim(TextBox1.Text)
Dim n_custBasic As New CustomerSearchBasic
n_custBasic.entityId = n_customerEntityID
n_CustomerSearch.basic = n_custBasic
Dim n_searchResult As New SearchResult
n_searchResult = n_Service.search(n_CustomerSearch)
Message error :
{"The AXIS engine could not find a target service to invoke! targetService is NetSuitePort_2_5"}