Hi everyone, what would be the best criteria formula to us to generate a saved search with a list of specific sales orders?
i.e only show me sales orders with transid of 00060977 or 00060978 or 00060979
m
michoel
09/16/2022, 5:39 AM
A formula field, e.g.
CASE WHEN {tranid} IN ('00060977', '0060978', '00060979') THEN 1 END