0 votes

Hello

If a user manager is on vacation, how can I delegate approval tasks to the managers manager ?

Delegation can for example be timebased (not answered within 2 days) or based on a custom attribute value.

Just guide me to documentation on this issue. Do not describe a solution.

by (2.6k points)

1 Answer

0 votes
by (11.1k points)

Hello,

Unfortunately, there is no documentation regarding delegation of approval requests. To delegate approvals to a user manager a PowerShell script executed in a Custom Command or Scheduled Task can be used. For example of the script, have a look at the following page from our repository: https://www.adaxes.com/script-repository/delegate-approvals-to-assistants-and-secretaries-s389.htm.

For example, to delegate all pending approval requests to a manager of a user manager if a custom Boolean attribute is set to True, you can create a Scheduled Task executing the mentioned above script. The script will be executed if the target user is a manager (the Direct Reports property is not empty), the user has a manager (the Manager property is not empty) and the CustomAttributeBoolean1 property is set to True. Finally, the Scheduled Task configuration will look like the following: image.png Should you have any questions or need clarifications, please, provide us with all the possible details regarding the desired behavior and we will get back to you with instructions.

Related questions

0 votes
1 answer

I've got the following script so far using the SDK but running into an error: You cannot call a method on a null-valued expression. At line:1 char:1 + ... .BindToObjectByDN("$object.SearchResult.AdsPath.DN") $Context.Items.Add($item, $columnValues) } } } }

asked May 19, 2021 by richarddewis (260 points)
0 votes
1 answer

Is there a way to use the "Super Manager" role and only allow the execution of certain Custom Commands? Right now I think if I want to do that I need to create ... 't want to Deny individual actions. Can you restrict access to a container or custom commands?

asked Aug 17, 2020 by ComputerHabit (790 points)
0 votes
1 answer

Using the built in 'Deprovision' Custom Command, I would like the person that is trying to Deprovision a user (Help Desk member) be asked who (from a list of existing active ... to leave the question 'blank', which means that no one gets access to the mailbox.

asked Apr 22, 2020 by RayBilyk (230 points)
0 votes
1 answer

There is a Powershell, but can this be displayed as a GUI? Get-MailboxFolderPermission John:\contacts | Select FolderName, user, AccessRights Then be able to set permissions ... permissions but to be able to edit contact, task etc would be wondreful.

asked Oct 29, 2019 by nzamora (30 points)
0 votes
1 answer

Hi, I'm wondering if I can implement a delegate system in Adaxes for approvals? What I was thinking was using the "seealso" property to set another user as your assigned delegate ... have the idea but not the skills.......... Is anything like this possible?

asked Mar 5, 2015 by bistromath (840 points)
3,351 questions
3,052 answers
7,791 comments
545,079 users