erictgrubaugh
09/17/2020, 3:00 PMcustomersubof
as a valid Filter in the Records Browser, but my guess is that it's a List field, so you should be using ANYOF
, not IS
. Also in case your variable name did not change between versions, you have customerID
in one and customerId
in the other.Dmitry Masanov
09/17/2020, 3:05 PMerictgrubaugh
09/17/2020, 3:06 PMDmitry Masanov
09/17/2020, 3:11 PMerictgrubaugh
09/17/2020, 3:12 PM2020_1
insteaderictgrubaugh
09/17/2020, 3:13 PMDmitry Masanov
09/17/2020, 3:14 PMDmitry Masanov
09/17/2020, 3:16 PMDmitry Masanov
09/17/2020, 3:18 PMerictgrubaugh
09/17/2020, 3:19 PMis not in proper syntax
error:
1. Is your Filter ID valid?
2. Does your Operator match the Field Type? (Help:SuiteScript 1.0 Search Operators
, equally applicable to 2.x)
3. Is your value correct?