How can I check if current user has roles for editing, creating an item in a list in Sequential Workflow ?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
There isn't anything in SDP workflows that allows for that. You'd have to make sure that the lists are permissioned appropriately or that those steps are being run under an impersenation step. |
|||
|
|
|
To check if current user has permissions on item, folder, list or site use DoesUserHavePermission method |
|||
|
|