| TransferLaunchTransferProcess2 Method |
Launches a transfer process for an identity.
Action object must be an Identity.
The single activity in the transfer process is assigned to the manager(s) of the identity.
This can, however, be overridden by stating a FixedAssignee in the configuration string.
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
Syntaxpublic void LaunchTransferProcess2(
CodeMethodInvokeContext context,
string configuration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- configuration
- Type: SystemString
Must be a semicolon delimited list of parameters and values.
Parameters and values must be separated by '='.
Parameter names are case-insensitive.
Supported parameters are:
- FixedAssignee - can hold the uid of a user or non-personal usergroup.
If FixedAssignee is stated then the single activity in the process is assigned to this user/group instead of the manager(s).
See Also