WorkOrder Custom Fields
The standard fields are documented in the WorkOrder object reference.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
Special Access Rules
Field Service managed package must be installed.
Fields
FSL__IsFillInCandidate__c
- Type: boolean
- Properties: Create, Defaulted on create, Filter, Group, Sort, Update
-
Description: Determines if this work order is considered as a candidate
when filling in a schedule with the Fill-In Schedule feature. If a service
appointment’s parent record is a work order, this field must also be set to true
for the appointment to be a candidate. Alternatively, you can create a custom
checkbox field through the Field Service Settings page, instead of using this
field, to evaluate whether this appointment is considered as a candidate. The
custom checkbox field includes formula fields.
For more info, view the Fill Schedule Gaps Help article.
- Default value: true
FSL__Prevent_Geocoding_For_Chatter_Actions__c
- Type: boolean
- Properties: Create, Defaulted on create, Filter, Group, Sort, Update
- Description: Determines if the work order’s BeforeUpdate trigger disables the Chatter Action’s geolocation cleanup on address change. This field is set to false after the cleanup completes.
- Default value: false
FSL__Scheduling_Priority__c
- Type: double
- Properties: Filter, Nillable, Sort
-
Description: The work order priority. The lower the value, the higher the
priority.
For more info, view the Schedule Appointments Using Priorities Help article.
This is a calculated field.
-
Formula:
1CASE(TEXT(Priority), 'Critical' , 1 , 2'High' ,2,'Medium' ,3 , 3'Low', 4, null)
FSL__VisitingHours__c
- Type: reference
- Properties: Create, Filter, Group, Nillable, Sort, Update
-
Description: The visiting hours that define when service appointments
associated with the work order can be scheduled. The visiting hours are enforced
as long as the Visiting Hours work rule complies with the scheduling policy.
Visiting hours are enforced only if the Visiting Hours work rule is part of the
scheduling policy.
For more info, view the Work Rule Type: Service Appointment Visiting Hours Help article.
This is a relationship field.
- Relationship Name: FSL__VisitingHours__r
- Relationship Type: Lookup
- Refers To: OperatingHours