Allows to assign Work Order to some user.
Requires ChangeAssigmentMode (if a Workorder is not assigned to anyone - use Primary mode),
Employee.Id of user for an assignment
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class WoAssignCommand : BaseWoActionCommand
<SerializableAttribute>
Public Class WoAssignCommand
Inherits BaseWoActionCommand
No code example is currently available or this language may not be supported.
The WoAssignCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | Assignees |
Employee.Ids of users for an assignment
|
 | Mode |
How Assignees parameter is treated. Four modes supported: Primary, AddSecondary, RemoveSecondary and Snapshot.
In Snapshot mode, Assignees collection is treated as new list of assignees for WO;
and first item in that list is treated as primary assignee.
In all modes Assignees can be empty.
|
Top
See Also