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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
2008.2 How to set anyOf operator for TransactionSearchBasic.setType?
In the 2006 WSDL, TransactionSearchBasic.setType took an instance of SearchEnumMultiSelectField. One of the parameters of the SearchEnumMultiSelectField was SearchEnumMultiSelectFieldOperator which had an anyOf contant.
In the 2008.2 WSDL, TransactionSearchBasic.setType() takes an array of String. I can put record types in the array, but how do I set it to have an anyOf operator?
I am using Java. I created the WSDL classes using Apache Axis.
0