Hi Experts,
Badly needed your expertise on this. I create a formatted search query during approval status. Purchase Order will undergo approval stages when PO is Service Type and Document Total is greater than 25,000.00.
Heres my query:
SELECT CASE WHEN $[OPOR.DocType]='S' AND $[OPOR.DocTotal]>25000.00 THEN 'True'
ELSE
'False'
END
When I Add the PO, got this error
"Could not commit Transaction: Error -1 detected during transaction.
Let me know, what seems to be the problem. Thanks.
Cheers.
Ryan Villarosa