Document toolboxDocument toolbox

Work Order TechNotes Object

The work order tech notes object will contain properties indicating the mobile worker notes for a specific work order.


Work Order Tech Notes Object Formats

JSON Format
{
	"OrderNum": "",  
    "TechNotes": [{
        "ID": "",
        "Author": "",
        "Date": "",
        "Text": "",
        "Delete": false
    }]
}

Work Order Tech Notes Object Properties

(info) Required properties are in bold

PropertyTypeDescription
OrderNumstring

The order number associated with the work order.

TechNotescollection

The Tech Notes object contains an optional collection of notes associated with the work order. These can be recorded by a mobile worker.

  • Notes are internal and not meant to be displayed to the Customer
  • Notes are not included on any estimate or invoice. Use Remarks for free form text to be provided to the Customer.