Special Query expression in Workflow Process Property
Hi pals I try to use the Query Operation BS in workflow in the Search Spec Tab I try to do something like that
'[Quote Id] = "' + [&Object Id] + '" AND ([Product Id] = "' + [&Special] + '") '
where:
&Special is a process property that has the following value
1-3BFOYA' OR PROD_ID = '1-3BFPR9' OR PROD_ID = '1-3BJHDB
Its like an IN operator but when I execute the WF doesnt return any records, can you help me with the explanation why this is not working?