Dear All,
We are using Ad hoc workflow. By default all users from AD are visible to select in aproval workflow. In our requirement we have different groups and want only few groups should be visible at selection time in user deropdown.
Any help would be much appriciated.
Thanks
Ashwini Pal
Hi Ashwini,
You need to modify the workflow markup. If for example you were using our "Simple Approval Workflow", you want to change:
{state:In Progress|approved=Approved|taskable=true} {approval:Review|assignable=true} {state}
to:
{state:In Progress|approved=Approved|taskable=true} {approval:Review|assignable=true|group=group1, group2} {state}
this will limit assigning the approval to users from those groups.
Thanks
Miguel
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.