Click or drag to resize

MainCopyAssigneeToRefProperty Method

An activity from the process is used as the action object.

The method copies the activity's assignees to a reference property on the target object.

Used for a process event.

Codemethod usage
Designed to be used in a process only (Yes/No)Yes
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 bool CopyAssigneeToRefProperty(
	CodeMethodInvokeContext context,
	string refPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
refPropertySysName
Type: SystemString
The activity's assignees are copied to this Reference property system name on the target object

Return Value

Type: Boolean
See Also