reptar
09/02/2020, 5:32 PMvar yearFilter = search.createFilter({name: 'postingperiod', operator: search.Operator.CONTAINS, values: [YTDRange.year]});
I'm trying to use this filter for a search on Transactions. The year is "2020". Is there a better way to do this? I also tried name: 'periodname', join: search.Type.ACCCOUNTING_PERIOD. Neither is working.battk
09/02/2020, 5:37 PMreptar
09/02/2020, 5:38 PM["postingperiod","rel","TFYTP"]
Are there enums for the operator/value?reptar
09/02/2020, 5:40 PMbattk
09/02/2020, 5:41 PMreptar
09/02/2020, 5:41 PMbattk
09/02/2020, 5:41 PM