0
votes
0answers
17 views

How to mark a group task as complete if any member of the group completes it?

I created a group in SharePoint of three people who can publish documents. Then I created a workflow that assigns a task to that group when a document needs to be published. If any of those three ...
0
votes
1answer
69 views

Check SP group permissions in Designer Workflow

Is it possible to check if a particular user is in a Site Group from within a SharePoint Designer Workflow? For example, if the status column of my list item is set to "Approved", it will kick off a ...
2
votes
2answers
307 views

Get Approvers Group - C#

I'm working on a workflow project, where I have to get all the users in the Approvers group. In order to get the approvals group, I run the following code: SPGroup approvals = ...
1
vote
2answers
871 views

Use workflow to remove/add group permissions

I want to use a workflow to remove permissions on a calendar event/list item (with a category RPL) for all groups except group 'B' when the calendar event is created. Here is what i have so far but ...
1
vote
1answer
1k views

InofPath Workflow; GroupID, Error Message: Group cannot be found

I have created an InfoPath form workflow in designer. It is a simple workflow which uses the "Collect data from user" task. It requires that the user supply a choice: "Approve" or "Reject", and select ...
1
vote
1answer
125 views

Sort users in sharepoint group

I have several groups of users that have either Create or Approve permissions, each group with Create permissions has a matching Approve group, so that anytime User1 in CreateGroup1 creates an item ...
2
votes
2answers
496 views

Is it possible to only allow people in a particular SharePoint group to be selected in a workflow?

Is it possible to set up the Page Approval workflow so that only people in the Approvers group can be selected in the "Assign To" field?