search for sales order using external id
Hi every one,
when i search for sales orders i usually using this formula text in criteria
CASE WHEN {NUMBER} IN (‘SOR004312623‘) THEN ‘1’ ELSE ‘0’ END
but if i have sheet with external number instead of sales order number how i can modifiey it to find the sales order ?
Just change NUMBER to whatever the field for external id is?
Thanks it is work