on 2024 Jul 18 2:19 PM
Dear Team,
We need to trigger approval for PO based on header Level UDF and Price combination we are using below query and its throwing error
Query:
SELECT Distinct 'TRUE' FROM OPOR where $[OPOR."U_EA_Item"]='Y' and $[OPOR."DocTotal"]<10000
Error:
Could not commit transaction: Error -1 detected during transaction
Please provide solution for this we need to have a approval procedure on 2 conditions at header level.
Hi,
Try this query
IF ($[OPOR."U_EA_Item"]='Y' and $[OPOR."DocTotal".Number]<10000)
SELECT DISTINCT 'TRUE'
Hope this helps,
Son Tran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.