Click or drag to resize

AssigneeCopyRefPropertyUserOnTargetRefPropertyToAssignee Method

The method copies the PersonalGroupId from a user referenced by the target object to the assignee field on the activity (action object)
Codemethod usage
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Activity

If the reference property does not contain 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 void CopyRefPropertyUserOnTargetRefPropertyToAssignee(
	CodeMethodInvokeContext context,
	string refPropertySysName,
	string userRefPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
refPropertySysName
Type: SystemString
System name of a reference property, that references a user on the target object
userRefPropertySysName
Type: SystemString
System name of a reference property on the user object
See Also