In a suitescript search, how do you write a filter...
# suitescript
k
In a suitescript search, how do you write a filter for options selected in a multiple select where all of a set of values are selected?
["custrecord_order_item_combo","allof",[...itemsInFulfillment]]
returns no results
["custrecord_order_item_combo","anyof",[...itemsInFulfillment]]
returns all that have any of the items
Nevermind, I realized right after I posted it, if the logic is right, the data is wrong, so I went back and sure enough the data was wrong. :D
👍 2
👍🏻 1