Skip to main content
Nintex Community Menu Bar

is my manager in group

  • March 12, 2018
  • 3 replies
  • 15 views

Forum|alt.badge.img+5

In my TaksWorkflow I have two assign tasks to my manager: So I have Two cases

1-I need to know if my manager is in the group (Ceo) if yes I skip this tasks and go to the next task.

2- If I don't have a manager ( if mean that I'm the CEO) I also skip this tasks and go to the next step.

Any idea how can get that info using nintexWorkflow enterprise?

Thank you.

3 replies

Forum|alt.badge.img+14
  • Scholar
  • March 12, 2018

is that sharepoint or AD group?


Forum|alt.badge.img+5
  • Author
  • March 12, 2018

hello , its an AD group , but i can create a sharepoint group , the problem is th function isuseringroup() doesnt exist.


Forum|alt.badge.img+14
  • Scholar
  • March 13, 2018

you're right, such a function is missing in workflow. but it miss for both for SP and AD group.

for AD group you will have to make an LDAP query against your AD to check whether an user is member of a specific group

see eg. an xample here https://community.nintex.com/message/70611-re-filter-list-or-collection-based-on-active-directory-group?commentID=70611#…