Click or drag to resize

AssigneeReassignActivityToUserOrUserGroup Method

This code method is used to reassigne an activity to a fixed user or user group.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) Activity

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public void ReassignActivityToUserOrUserGroup(
	CodeMethodInvokeContext context,
	string assigneeUId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
assigneeUId
Type: SystemString
UId of the new assignee
See Also