Manager can not change manager of his direct Reporties

Hi All,

When manager select identity from  "My Direct Reports" in web portal he is not able to change manager, field is non editable.

When I look for column permissions it looks fine.

Do anyone have idea what can be the issue, and how to allow manager  to edit this.

Portal is angular portal version 9.1

Thank you.

Parents
  • The manager needs to click on the 3-dots icon next to the Save botton and select: Assign to new manager.
    The edit premission on UID_PersonHead is set to read-only by the API server for persons loaded from the database.
    Because changing the manager is implemented using an multi request resource (New manager assignment).
    This allows you to handle the process of the assignment of a new manager with all the bells and whistles of a service item:
    approval, mails, set on future date, etc…
    I guess you could change this read-only overwrite on UID_PersonHead by the API server using ModifyCrudMethod/ModifyQueryMethod.

Reply
  • The manager needs to click on the 3-dots icon next to the Save botton and select: Assign to new manager.
    The edit premission on UID_PersonHead is set to read-only by the API server for persons loaded from the database.
    Because changing the manager is implemented using an multi request resource (New manager assignment).
    This allows you to handle the process of the assignment of a new manager with all the bells and whistles of a service item:
    approval, mails, set on future date, etc…
    I guess you could change this read-only overwrite on UID_PersonHead by the API server using ModifyCrudMethod/ModifyQueryMethod.

Children
No Data