Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The GetManagerByOrgTree activity can be used to get the CoreIdentityId of the organization 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 ID of the organization unit that needs to have the manager selected.

Output Data

CoreIdentityId

The CoreIdentityId of the manager of given organization unit.

The output oft he activity can be fetched as follows:

Code Block
languagejs
var output = ActivityName.CoreIdentityId;