| AssigneeCopyAsigneeDataToTargetDataObject Method |
Code method will copy the property values from the
assignee user to the target object of the process.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | Yes |
Action Object (data object type) | Process or Activity |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool CopyAsigneeDataToTargetDataObject(
CodeMethodInvokeContext context,
string propertySysNameList
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
- propertySysNameList
- Type: SystemString
The system name list of the properties to be copied. The properties should be the same in the user object and target object
Return Value
Type:
Booleantrue if OK
See Also