Click or drag to resize

AssigneeReassignTaggedActivities Method

Reassigns activities that has the specified tag value in a property to an existing usergroup named '[tagValue] - [orgValue]', e.g. 'Frontline - MIM'. The orgValue is the value of the organisation property, truncated at the specified length
Codemethod usage
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Process

Was originally created for Miljøministeriet

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public void ReassignTaggedActivities(
	CodeMethodInvokeContext context,
	string tagPropertySysName,
	string tagValue,
	string organisationPropertySysName,
	int orgLength
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
tagPropertySysName
Type: SystemString
System Name for value property (datatype: text) on activity object
tagValue
Type: SystemString
Tag value
organisationPropertySysName
Type: SystemString
System Name for set property on target object
orgLength
Type: SystemInt32
Number of characters to include in orgValue
See Also