Hi, I am looking to run a search using SuiteScript where I filter the search by a custom body field, however I am getting an SSS_INVALID_SRCH_OPERATOR error, any help is appriciated
filters: [
['mainline', 'is', 'F'],
'AND',
['custbody_expense_id', 'anyof', [body.unique_id]] ],