Instead of using `customer.entityid` as your filte...
# suitescript
e
Instead of using
customer.entityid
as your filter, try just `entity`; also for Select fields like
entity
, you should use
ANYOF
rather than
IS
as your operator
👍 1