Click or drag to resize

AssigneeLibraryCopyAssigneeDataToTargetDataObject Method

Code method is to be used on a process object or an activity object, and will copy the property values from the asignee user to the target object of the process. If the action object is a process, the assignee will taken from the first activity.

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static bool CopyAssigneeDataToTargetDataObject(
	CodeMethodInvokeContext context,
	string propertyIdList
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
propertyIdList
Type: SystemString
The id list of the properties to be copied. The properties should be the same in the user DO and target Do

Return Value

Type: Boolean
See Also