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.
Help with Transaction Search and Custom Fields
Hello,
I am hoping someone can help me. I'm trying to search sales orders based on a custom string field not equal to "Yes". I am trying to figure out how to use the SearchCustomFieldList that is in the documentation, but I can't seem to get it to work in VB.NET. I know it is something stupid I'm overlooking, can anyone give me some advice where to look. Here is a snippet for selecting the custom field, I left out where I select the type = _salesOrder, which I have tested and it works great.:
Dim tranSearch As New TransactionSearch
0