| AssigneeCopyRefPropertyUserToAssignee Method |
The method copies the value of a reference property on the target object into the assignee on the activity.
The reference property value must refer to a user or a usergroup.
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
Syntaxpublic void CopyRefPropertyUserToAssignee(
CodeMethodInvokeContext context,
string refPropertySysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object - refPropertySysName
- Type: SystemString
System name of a reference property on the target object
See Also