Click or drag to resize
WoNote Class
Persists user notes during work order flow. Web service access scope - Full access (as a property of WorkOrder)
Inheritance Hierarchy

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

The WoNote type exposes the following members.

Properties
  NameDescription
Public propertyBody
Note text. Max Length=6144. Is required.
Public propertyCreatedBy
Represents the user, provider or other part that created that note.
Public propertyCreatedDate
Note creation date and time in work zone time. Is required.
Public propertyNoteTypeId
Type: Unknown, Completion, Public, Private. Is required.
Public propertyWorkOrderId
Work Order Id. Is required.
Top
See Also