| AssigneeLibraryCopyRefPropertyUserOnUserToAssignee 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 PersonalGroupId for a user on a reference property on a given user (userId)
to the assignee field on the activity (action object).
If the reference property does not contain 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 void CopyRefPropertyUserOnUserToAssignee(
CodeMethodInvokeContext context,
int refPropertyId,
int userId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- refPropertyId
- Type: SystemInt32
- userId
- Type: SystemInt32
See Also