| WoActionLog Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class WoActionLog : CorrigoEntity
The WoActionLog type exposes the following members.
 Properties
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
             | 
 See Also
See Also