Click or drag to resize

AssigneeCopyRefPropertyUserOnUserToAssignee Method

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

Parameters

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