ericbirdsall
09/04/2020, 3:50 PMNElliott
09/04/2020, 3:52 PMSandii
09/04/2020, 3:53 PMsearch.create({
type: "salesorder",
filters:
[
["type","anyof","SalesOrd"]
],
columns:ericbirdsall
09/04/2020, 3:54 PMSandii
09/04/2020, 3:54 PMtype anyof SalesOrd if you change the type property of the searchericbirdsall
09/04/2020, 3:56 PMSandii
09/04/2020, 4:02 PMtransaction and putting the type criteria in personally.MTNathan
09/04/2020, 4:11 PMtype option in search.create() (e.g. search.Type.SALES_ORDER) rather than the type filter with the more generic search.Type.TRANSACTION and I've never had any issues, but I'd be curious to know if anyone has anything more concrete on whether or not there's a difference between them.erictgrubaugh
09/04/2020, 4:12 PMtype of transaction and a type Filter