Ryan J
02/24/2021, 3:46 PMsearch.createFilter({
name: 'formulanumeric',
formula: 'count(lineuniquekey)',
operator: search.Operator.LESSTHAN,
values: 10000,
})
Any ideas why this formula is returning an error?
Searching on a Sales Order record.battk
02/24/2021, 3:57 PMbattk
02/24/2021, 3:57 PMRyan J
02/24/2021, 4:03 PMRyan J
02/24/2021, 4:08 PMcolumns: [
search.createColumn({
name: 'internalid',
label: 'Internal ID',
summary: search.Summary.GROUP
}),
],
Grouping like so but it doesn't like my formula for some reason.battk
02/24/2021, 4:10 PMbattk
02/24/2021, 4:10 PMbattk
02/24/2021, 4:11 PMRyan J
02/24/2021, 4:15 PM["count(lineuniquekey)","lessthan","10000"]
But I was just trying to convert it into the typed optionsbattk
02/24/2021, 4:18 PMbattk
02/24/2021, 4:18 PMbattk
02/24/2021, 4:18 PM