| AssigneeReassignTaggedActivitiesByAttributeTags Method |
Activities that have the assignee tag property set are reassigned
to the usergroup with tag value equal to the assignee tag value.
Usergroups are stored in a reference property on department,
which again is referenced by a property on target object
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | Yes |
Action Object (data object type) | Process |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool ReassignTaggedActivitiesByAttributeTags(
CodeMethodInvokeContext context,
string tagPropertySysName,
string departmentPropertySysName,
string usersGroupsPropertySysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
- tagPropertySysName
- Type: SystemString
System name of the assignee tag property
- departmentPropertySysName
- Type: SystemString
System name of property that refers department.
- usersGroupsPropertySysName
- Type: SystemString
System name of property that refers tagged user groups.
Return Value
Type:
Booleantrue if OK
See Also