2024 April Release

Class FSCORGMGMT@1.1001:OrganizationalPosition Permanent link for this heading

Class to define positions in the organizational structure

Class Hierarchy

Object > AdministrationObject > OrganizationalPosition

Properties Permanent link for this heading

Type

Property

Name

User[]

opallmanagers

All Possible Supervisors

User

opmanager

Responsible Supervisor

boolean

opprimary

Primary Position

Position

optype

Type

User

opuser

User

Group

ougroup

Organizational Unit

boolean

oustaffunit

Staff Unit

Properties Permanent link for this heading


All Possible Supervisors (FSCORGMGMT@1.1001:opallmanagers) Permanent link for this heading

All responsible managers of the organizational position considering the hierarchy of the organization units.

User[] FSCORGMGMT@1.1001:opallmanagers readonly volatile


Responsible Supervisor (FSCORGMGMT@1.1001:opmanager) Permanent link for this heading

The first responsible manager of the organization position identified by action GetManager.

User FSCORGMGMT@1.1001:opmanager readonly volatile


Primary Position (FSCORGMGMT@1.1001:opprimary) Permanent link for this heading

Defines whether the organizational position is used as the primary position of the user.

Explanation:
If an employee is assigned to several positions, one position can be marked as primary. The primary position is used for evaluating the supervisor (e.g. in a workflow context).

boolean FSCORGMGMT@1.1001:opprimary readonly


Type (FSCORGMGMT@1.1001:optype) Permanent link for this heading

Defines the type of the position. Possible values are HeadPos and StaffPos.

Explanation:
Defines whether it is a staff member or a head position.

Position FSCORGMGMT@1.1001:optype not null readonly


User (FSCORGMGMT@1.1001:opuser) Permanent link for this heading

Stores the user who is in the organizational position.

Explanation:
Defines the employee who is assigned to the position.

User FSCORGMGMT@1.1001:opuser readonly

Additional Information


Organizational Unit (FSCORGMGMT@1.1001:ougroup) Permanent link for this heading

Stores the parent organizational unit or group the organizational unit is assigned to.

Explanation:
The position is assigned to the shown organizational unit.

Group FSCORGMGMT@1.1001:ougroup readonly

Additional Information


Staff Unit (FSCORGMGMT@1.1001:oustaffunit) Permanent link for this heading

Stores if the organizational unit is a staff unit.

Explanation:
If an organizational unit or position is not part of the linear hierarchy, it can be marked as a staff unit.

boolean FSCORGMGMT@1.1001:oustaffunit readonly