Assignee Class | 
Namespace: Omada.OE.UtilityCodeAssembly
public class Assignee
The Assignee type exposes the following members.
| Name | Description | |||||||
|---|---|---|---|---|---|---|---|---|
| CopyAsigneeDataToTargetDataObject | 
            Code method will copy the property values from the
            assignee user to the target object of the process.
             
  | |||||||
| CopyAssigneeUserToRefProperty | 
            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.  | |||||||
| CopyRefPropertyUserOnActiveUserToAssignee | 
            The method copies the PersonalGroupId for a user on a reference property on the active user
            to the assignee field on the activity (action object)
             
 If the reference property does not contain a user an exception will be thrown  | |||||||
| CopyRefPropertyUserOnTargetRefPropertyToAssignee | 
            The method copies the PersonalGroupId from a user referenced by the target object
            to the assignee field on the activity (action object)
             
 If the reference property does not contain a user an exception will be thrown  | |||||||
| CopyRefPropertyUserOnUserToAssignee | 
            The method copies the PersonalGroupId for a user on a reference property on a given user
            to the assignee field on the activity (action object)
             
 If the reference property does not contain a user an exception will be thrown  | |||||||
| CopyRefPropertyUserToAssignee | 
            The method copies the value of a reference property on the target object into the assignee on the activity.
            The reference property value must refer to a user or a usergroup.
             
  | |||||||
| ReassignActivityToUserOrUserGroup | 
            This code method is used to reassigne an activity to a fixed user or user group.
             
  | |||||||
| ReassignTaggedActivities | 
            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
             
 Was originally created for Miljøministeriet  | |||||||
| ReassignTaggedActivitiesByAttributeTags | 
            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
             
  | |||||||
| SetAssigneeToConfigItemResponsible |  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
             
 Can be used in an ITIL scenario. Was created for a service desk demo  | |||||||
| SetAssigneeToRefObjRefUser | 
            The method sets the assignee on the action object to a user or usergroup that
            is selected in a reference property on an object that is referred by the target object.
             
  | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |