Click or drag to resize

AssigneeCopyRefPropertyUserOnActiveUserToAssignee Method

The method copies the PersonalGroupId for a user on a reference property on the active user 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 CopyRefPropertyUserOnActiveUserToAssignee(
	CodeMethodInvokeContext context,
	string refPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
refPropertySysName
Type: SystemString
System name of a reference property on the active user
See Also