Click or drag to resize

AssigneeCopyAssigneeUserToRefProperty Method

The method copies the assignee of the activity (which must be a user) to a reference property on the target object.
Codemethod usage
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Activity

If the assignee on the activity is not a user an exception will be thrown.

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CopyAssigneeUserToRefProperty(
	CodeMethodInvokeContext context,
	string refPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
refPropertySysName
Type: SystemString
System name of a reference property on the target object

Return Value

Type: Boolean
true if OK
See Also