How to create NetSuite SuiteTalk search with multiple terms?
问题 How does one create a SuiteTalk (NetSuite web api) search query specifying multiple search terms indicating a logical OR operator? For example, I want to retrieve TimeBill records whose create OR last modified dates are within a particular range. Here's my code that works great for a single search term. Simply adding another search term appears to create a logical AND operation. /// <summary> /// Return the list of time bills whose last modified date is within /// the indicated date range. //