Click or drag to resize

ActivityAssignmentAssignActivityToIdentity Method

Assignes the activity specified as the action object to the user coresponding to the identity referred in the target of the process trough the specified property.
Codemethod usageDescription
Designed to be used in a process only (Yes/No)Yes
Action Object (data object type)Activity

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void AssignActivityToIdentity(
	CodeMethodInvokeContext context,
	string identityPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
identityPropertySysName
Type: SystemString
The system name of the property that referres the identity.
See Also