Hi all expert,
I was created 2 PO Approval Process with 2 different condition in system. Scenario as below:
a) PO Approval Template for Project PO - when there is a PO with project code,the PO will send to manager A.
b) PO Approval Template for Non-Project - when there is a PO without project code, the PO will send to manager B.
For the query term based, i used query below:
The project code is in the PO row. The form id : 141, item 38, pane 1, column 31, row 1, variable 11(POR1,Project), thus i create 2 query for 2 PO Approval template as below:
For project PO
IF $[$38.31.0] is NOT NULL
SELECT 'TRUE'
It mean when the project code in PO not blank. The 1st PO Approval template trigger.
For non-project PO
IF $[$38.31.0] is NULL
SELECT 'TRUE'
It mean when the project code in PO is blank,then the 2nd approval template trigger.
However,i had test few time with the PO Approval it doesn't work.Any idea from you all?
Thanks for help.
Regards,
Eric Tan