Used to keep action history information for work order.
Web service access scope - read only.
Inheritance Hierarchy Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class WoActionLog : CorrigoEntity
<SerializableAttribute>
Public Class WoActionLog
Inherits CorrigoEntity
No code example is currently available or this language may not be supported.
The WoActionLog type exposes the following members.
Properties | Name | Description |
---|
 | ActionDate |
Local timestamp of the action
|
 | ActionReasonId |
Link to Action Reason
|
 | Actor |
Link to actor who performed this action.
|
 | Comment |
Comment.
Max Length=3072
|
 | IsBackDate |
True indicates action was backdated by end user; e.g. time when action is recorded is different from time when action was taken, according to the user.
|
 | ObjectId |
Action-specific value referencing object (typically, WO child) linked to this action record. Supported only for some action types.
|
 | Properties |
Additional action information records.
|
 | SystemDateUtc |
UTC timestamp of the action. This value is computed by application rather than provided by user.
|
 | TimeZone | Time zone ID inherited from Work Order.
|
 | TypeId |
Type of the action.
|
 | UiTypeId |
Change was made from: Unknown, Corp, CallCenter, Wireless, Resident, Monitor, System, IVR, Offline, IntegrationWS, WON, OTHER.
Indicates Corrigo Enterprise interface/application where action was recorded;
|
 | WorkOrderId |
Work Order Id
|
Top
See Also