Click or drag to resize

AssigneeSetAssigneeToConfigItemResponsible Method

Note: This API is now obsolete.

Copy user or usergroup from reference property on a configuration item to assignee on the action object. The configuration item is referenced by the target object
Codemethod usage
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Activity

Can be used in an ITIL scenario. Was created for a service desk demo

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public bool SetAssigneeToConfigItemResponsible(
	CodeMethodInvokeContext context,
	string refConfigItemPropertySysName,
	string refResponsibleSysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
refConfigItemPropertySysName
Type: SystemString
System name of reference property on target object. Must refer to configuration item
refResponsibleSysName
Type: SystemString
System name of reference property on configuration item. Must refer to user or user group

Return Value

Type: Boolean
true if OK
See Also