Is there a saved search results field on the custo...
# suiteflow
p
Is there a saved search results field on the customer record that tells you total number of sales order for that customer?
j
I’m not sure why you posted in #C2C2JM29M and not #C2A1ZEMF0, but you could do a transaction search and
GROUP
by customer and
COUNT
the results. Be sure to have filters for mainline = ‘T’ and type = salesorder
p
Oops. You are right..not sure why I did that. Thanks for the tip.