I wolud like to create a Approvl Procedure everytime a user create a PO Confirmation from the Sales Order, so far I has this query
SELECT 'TRUE' WHEN $[ORDR.PoPrss] = 'Y'
but it give an error ,
Any ideas?