Assign a Task to a Manager
- Last UpdatedJun 26, 2024
- 1 minute read
'DistinguishedName' Property
AVEVA Work Tasks returns the 'DistinguishedName' property of a user which uniquely identifies an entry in active directory for the Manager property. The property 'DistinguishedName' is added for active directory providers to query an entity or user with his DistinguishedName.
For example, the DistinguishedName value for a User Bob will be "CN=Bob,OU=HR Team,DC=Domain1,DC=dom (Note:DC will change according to the domain information)
Usage of this property: To assign a task to a manager, use this property in Assign Actor(s) property for all Human Activities as follows:
DistinguishedName = Variable.SubmittedBy.Manager'
