Skip to Content
0
Former Member
Apr 17, 2012 at 07:11 AM

approval procedure query - DocStatus

48 Views

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