Click or drag to resize

WoActionLog Class

Used to keep action history information for work order. Web service access scope - read only.
Inheritance Hierarchy
System.Object
  CorrigoService.Entities.CorrigoEntity
    CorrigoService.Entities.WoActionLog

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoActionLog : CorrigoEntity

The WoActionLog type exposes the following members.

Properties
 NameDescription
Public propertyActionDate Local timestamp of the action
Public propertyActionReasonId Link to Action Reason
Public propertyActor Link to actor who performed this action.
Public propertyComment Comment. Max Length=3072
Public propertyIsBackDate 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.
Public propertyObjectId Action-specific value referencing object (typically, WO child) linked to this action record. Supported only for some action types.
Public propertyProperties Additional action information records.
Public propertySystemDateUtc UTC timestamp of the action. This value is computed by application rather than provided by user.
Public propertyTimeZoneTime zone ID inherited from Work Order.
Public propertyTypeId Type of the action.
Public propertyUiTypeId 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;
Public propertyWorkOrderId Work Order Id
Top
See Also