Hi,
I'd like to make a approval procedure query - watching the DocStatus. It should check if the staff is trying to close a document.
I tried: SELECT Distinct 'True' FROM ORDR T0 WHERE $[ordr.DocStatus] = 'C'
But it won't work.
thank you