How to get mandatory approvals from two people in a workflow and until the two of them approve, it should be 'Requested' and once both of them approve then only it should be 'No longer required'.

utkarsha_s
Kilo Expert

Hi Guys,

Let me know how to get mandatory approvals from two people in a workflow and until the two of them approve, it should be 'Requested' and once both of them approve then only it should be 'No longer required'. If the first person has approved, still it should be in Requested state until one more person approves and then no longer required.

How do I achieve this from a workflow ?

Thanks,

Utkarsha Saxena

1 ACCEPTED SOLUTION

Hi,


Try following code in approval activity of your workflow.



find_real_file.png




Raj


View solution in original post

26 REPLIES 26

Hi,


Try following code in approval activity of your workflow.



find_real_file.png




Raj


Hi Raj,



I put this condition in the workflow, and after the first approval still further approval was required but even after approving twice,there was room for further approvals. Let me know what to do so that after two approvals automatically it becomes 'No longer required' for that group approval.



Thanks,


Utkarsha


Please try combining BR and WF Condition and see if that helps.


Okay Shishir, I will combine once and see if that works.


Hi Shishir,



Combining the workflow code and the business rule didn't work. Also, the condition alone with the workflow isn't working as well.