Project Server 2016: Missing 'Manage Delegates' Option In PWA Setting

Introduction

In this article, we will be fixing this issue

Missing 'Manage Delegates' option in PWA Setting.

https://gallery.technet.microsoft.com/site/view/file/179987/1/Missing%20Manage%20Delegates%20Option%20In%20PWA%20Setting%206.png

Scenario

In PWA Setting, below the Personal Settings, we can't find **Manage Delegates **options as shown below.

https://gallery.technet.microsoft.com/site/view/file/179988/1/Missing%20Delegation%20Feature%20in%20Project%20Server.gif


Cause

This issue usually occurs because of

  1. The current PWA Instance Permission Mode is SharePoint Permission Mode, and the Manage Delegates option is only available in the Project Permission Mode. Read more at Project Server 2016: SharePoint Permission Mode Vs Project Permission Mode. 
  2. The current user doesn't have sufficient permission to Manage Delegates.

Solution

Cause (1)

To show the Manage Delegates option in PWA settings, you should activate the Project Permission Mode via PowerShell by running Set-SPProjectPermissionMode cmdlet.

Note

Before you decide to switch from one Permission Mode to another, you should be aware of all the current activated Permission Mode configurations settings will be deleted and can't be restored.


Steps

  • Open SharePoint Management Shell as Administrator.
  • Switch to the Project Permission Mode by running the Set-SPProjectPermissionMode cmdlet as the following:
Set-SPPRojectPermissionMode -Url 'PWA URL'  -Mode ProjectServer
  • Go back to the PWA Settings > Personal Settings > The Manage Delegates options should be now shown.

https://gallery.technet.microsoft.com/site/view/file/180000/1/Show%20Delegation%20Feature%20in%20Project%20Server.gif

Cause (2)

If the Project Permission Mode is already activated and the Manage Delegates options is not available so that means it's a **Permission Issue **

https://gallery.technet.microsoft.com/site/view/file/180001/1/Missing%20Manage%20Delegates%20in%20Project%20Server%202016.png

Steps

  • In PWA Setting > Security > Users > Global Permission > Resources.
    • Make sure the following options are not denied.

https://gallery.technet.microsoft.com/site/view/file/180002/1/Manage%20Delegates%20Permission%20in%20Project%20Server%202016.png

Note: it's not recommended to manage the user permission form the Users setting directly, it should be managed from Groups!

  • If the above settings are not allowed or denied, so you should check which groups this user belong to.
  • Check each group > Global Permission > Make sure that the Manage My Delegates and Manage My Resource Delegates are not denied.
  • Once you manage the permissions and adjust it, the Delegation option should be now available as shown below.

https://gallery.technet.microsoft.com/site/view/file/180003/1/Manage%20Delegates%20in%20Project%20Server%202016.png


Applies To

  • Project Server 2013.
  • Project Server 2016.

Reference

Missing delegation feature in Project Server 2013 /2016.

Conclusion

In this article, we have solved the issue of Missing Delegation options in PWA Settings in Project Server 2016 / 2013.

See Also

Back To Top