{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "WorkOrderStatus - Data API", "description": "Represents a possible status of a work order in field service.", "fields_columns": [ "type", "properties", "description" ], "fields": { "ApiName": { "type": "string", "properties": "Filter, Group, idLookup, Sort", "description": "The API name of the status value." }, "IsDefault": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates that the status value is the default status on work orders. Only one status value can be the default." }, "MasterLabel": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The label for the picklist value that appears in the UI." }, "SortOrder": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The value’s position in the drop-down list of values in the UI." }, "StatusCode": { "type": "picklist", "properties": "Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort", "description": "The status category that the value corresponds to. The Status Category field has seven values which are identical to the default Status values." } }, "special_access_rules": "Field Service must be enabled.", "usage": "The Status field on work orders comes with the following values: The WorkOrderStatus object corresponds to the Status field. Adding a value to the Status field—for example, Canceled By Customer—creates a work order status record, and vice versa.\n\nThe Status field on work orders comes with the following values:\n\nNew—Work order was created, but there hasn’t yet been any\n\t\t\t\t\t\tactivity.\n\nIn Progress—Work has begun.\n\nOn Hold—Work is paused.\n\nCompleted—Work is complete.\n\nCannot Complete—Work could not be completed.\n\nClosed—All work and associated activity is complete.\n\nCanceled—Work is canceled, typically before any work began.\n\nThe WorkOrderStatus object corresponds to the Status field. Adding a value to\n\t\t\t\tthe Status field—for example, Canceled By Customer—creates a work\n\t\t\t\torder status record, and vice versa.\n\nWork orders also come with a\n\t\t\t\t\tStatusCategory field whose values are identical to the default Status values. If\n\t\t\t\t\tyou create custom Status values, you must indicate which category it belongs to.\n\t\t\t\t\tFor example, if you create a\n\nCustomer Absent\n\nvalue, you\n\t\t\t\t\tmay decide that it belongs in the\n\nCannot Complete\n\ncategory. To learn which processes reference StatusCategory, see\n\nHow are Status Categories\n\t\t\t\t\t\tUsed?", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "field_reference": { "ApiName": { "field_label": "API Name", "type": "string", "length": "255" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Work Order Status Value ID", "type": "id", "length": "18" }, "IsDefault": { "field_label": "Is Default", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "MasterLabel": { "field_label": "Master Label", "type": "string", "length": "255" }, "SortOrder": { "field_label": "Sort Order", "type": "int", "digits": "9" }, "StatusCode": { "field_label": "Status Code", "type": "picklist", "length": "40" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }