| AssigneeLibraryCopyAssigneeUserToRefProperty Method |
Method is to be used on a process event.
An activity from the process must be used as the action object.
The method copies the assignee of the activity (which must be a user)
to a reference property on the target object.
If the assignee on the activity is not a user an exception will be thrown.
Namespace:
Omada.OE.UtilityCodeAssembly.Library
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic static bool CopyAssigneeUserToRefProperty(
CodeMethodInvokeContext context,
int refPropertyId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- refPropertyId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also