Click or drag to resize

ActivityAssignmentAssignActivityToCurrentAssigneeManager Method

The method assigns the action object (which must be an activity) to the managers of the current assignees.
Codemethod usage
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Activity
The method does nothing if the activity is currently assigned to a user group or to a user who doesn't have an identity. The manager is found by looking at the current assignee's (identity's) org. unit. The method is used for escalation.

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 AssignActivityToCurrentAssigneeManager(
	CodeMethodInvokeContext context,
	bool setEscalationToReassigned
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
setEscalationToReassigned
Type: SystemBoolean
if set to true activity escalation property will be set to Reassigned after reassigning
See Also