Skip to Content
0
Former Member
Oct 04, 2005 at 03:56 PM

PO Confirmation Approval Proc.

36 Views

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?