Click or drag to resize

OnboardingEmployeeLaunchOnBoardingProcess2 Method

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.

Codemethod usageDescription
Designed to be used in a process onlyNo
Action Object (data object type) Identity
Security The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public bool LaunchOnBoardingProcess2(
	CodeMethodInvokeContext context,
	string configuration
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
configuration
Type: SystemString
Currently no parameters are supported.

Return Value

Type: Boolean
The method always returns true.
See Also