1. Do you have a `mainline` filter as well? 1. `...
# suitescript
e
1. Do you have a
mainline
filter as well? 2.
lineuniquekey
is a text field, so the
anyof
operator will not work. You'll need to make multiple filters `OR`'d together or use a formula instead like
{lineuniquekey} IN ("str1", "str2", "str3", "str4", ...)