So I think where I got stopped with an item saved ...
# suiteanalytics
n
So I think where I got stopped with an item saved search is our Criteria for the transaction saved search. It is
CASE WHEN {createdfrom} LIKE ('Purchase Order%') AND {type} = 'Item Receipt' THEN 1 ELSE 0 END
where it is equal to 1. Is there a way to replicate that criteria to the item saved search?