Tagged Questions
0
votes
0answers
610 views
Why does a workflow cancel with “access denied” for all but users with Full Control accesse?
I am working with an existing SharePoint deployment that has a convoluted security structure. After cleaning up permissions a bit, an approval workflow for absence requests is somehow not working for ...
2
votes
2answers
310 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 = ...