Click or drag to resize

AssigneeLibraryCopyRefPropertyUserToAssignee Method

Method is to be used on a process event. An activity from the process must be used as the action object. The method copies the value of a reference property on the target object into the assignee on the activity (action object). The reference property value must refer a user or a usergroup.

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static void CopyRefPropertyUserToAssignee(
	CodeMethodInvokeContext context,
	int refPropertyId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
refPropertyId
Type: SystemInt32
See Also