OnboardingEmployee Methods |
The OnboardingEmployee type exposes the following members.
Name | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() | CreateEmployeeUser | This code method is intended specifically for the OIM Packaged Solution. The code method is almost identical to"CreateEmployeeUser2" except it doesn't accept a configuration parameter. Please refer to "CreateEmployeeUser2" for details. | ||||||||
![]() | CreateEmployeeUser2 | This code method is intended specifically for the OIM Packaged Solution. The code method is used in the "On-board employee" process template. It modifies the identity referred by the action object (an "On-boarding employee") The identity is always classified as an employee in the IDENTITYCATEGORY property. The identity is always classified as primary in the IDENTITYTYPE property. An IdentityID is generated and assigned to the identity. The identityID is however only generated if the current value is empty or AUTO Afterwards a user is created for the identity. The user is then added to the "Employees" user group. The identity is set to status "Inactive", "Active" or "Terminated" depending on the stated validity period.
| ||||||||
![]() | LaunchOnBoardingProcess | This code method is intended specifically for the OIM Packaged Solution. The code method is almost identical to "LaunchOnBoardingProcess2" except it doesn't accept a configuration parameter. Please refer to "LaunchOnBoardingProcess2" for details. | ||||||||
![]() | LaunchOnBoardingProcess2 | This code method is intended specifically for the OIM Packaged Solution. The code method is used for launching an "On-board employee" process for a newly created (imported) identity data object. The first activity is assigned to the manager(s) of the new employee. The manager(s) are notified of this by email.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |