...
The GetManagerByOrgTree
activity can be used to get the CoreIdentityId of the Organization Unitorganization unit's manager, based on OrganizationUnitId
. This logic uses the organization unit tree structure to resolve the first position in the structure.
Input Data
OrganizationUnitId
...
The CoreIdentityId of the manager of given Organization Unit.organization unit.
The output oft he activity can be fetched as follows:
Code Block | ||
---|---|---|
| ||
var output = ActivityName.CoreIdentityId; |