bansaanu
10th October 2016, 12:58
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

ARijke
10th October 2016, 13:27
The idea for this kind of scenarios is to just let the workflow get started. The first action in the workflow is to check this data element and then set the wf result to true.
The ION workflow will auto complete without any user action.

nirav_desai
24th October 2019, 15:45
@bansanu did you get any solution to achieve this? I am asking it because i also have the same requirement. I know there is option for self approval in ION but some how i want to suppress workflow, even i dont want self approval.

nirav_desai
24th October 2019, 15:50
Hi bansaanu, Did you find any solution for this requirement. I am asking this because i also have the same question. And i am aware of the self approval option in ION but even i want to get teh auto complete or self approval.

Thanks in Advance.