Click or drag to resize

AssigneeLibraryCopyRefPropertyUserOnTargetRefPropertyToAssignee 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 PersonalGroupId for a user on a reference property on a user, which is specified on the reference property (userRefPropertyId) to the assignee field on the activity (action object). If the reference property does not contain a user an exception will be thrown.

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

Parameters

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