Check Out condition and Root Filter
Hi,
I want to start workflow only when I write "workflow" in reference A field of purchase order header. To achieve the same I tried following options:
1. Check out conditions = (hdst= tdpur.hdst.approved and rcd_prst <> tdpur.hdst.approved) and refa = "workflow"
2. Check out conditions = (hdst= tdpur.hdst.approved and rcd_prst <> tdpur.hdst.approved)
Root Filter = tdpur400.refa = "workflow"
Action is "Custom" APPROV.
It seems none of these are working and workflow is getting triggered in every condition.
Any thought?
Thanks,
Anubhav
|