ec
03/05/2020, 7:36 PMcustomer record for a dynamic group using noneof or anyof, I get the correct results in client (or in the browser console directly) but not in the Script Debugger or a UE Script
var restrictedSalesResults = nlapiSearchRecord('customer', null, [['internalid', 'anyof', filterEntity], 'AND', ['group', 'anyof', restrictedSalesGroupId]], null);