You create a query for an approval process to check for service purchase orders over 3000 in value. When you test the approval process you get an error from the query. What is wrong with this query?
SELECT distinct 'true' FROM OPOR T0 WHERE $[3.0.0] = 'S' AND $[29.0.number] > 3000
Please choose the correct answer.
Response:
Currently there are no comments in this discussion, be the first to comment!