Skip to Content
0
Nov 13, 2012 at 04:09 PM

Approval Procedures using Query

25 Views

Hi,

I am using Approval Procedures and I would like to trigger an Approval in Sales Order when the customer is 'C001'.

The below is the syntax that I have in the query, but the Approval is not triggering.

if (select $[$22.0.0]) > '100000'

select 'true'

Any ideas?

Thanks!