Field Service Developer Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
Spring '20 (API version 48.0)
Winter '20 (API version 47.0)
Summer '19 (API version 46.0)
Spring '19 (API version 45.0)
Winter '19 (API version 44.0)
Summer '18 (API version 43.0)
Spring '18 (API version 42.0)
Get Ready to Develop with Field Service
API End-of-Life Policy
Field Service Custom Triggers
Create a Service Report with Apex
Generate Work Orders on Maintenance Plans with Apex
Code Examples: Dispatcher Console Custom Actions
Create Service Appointment Lists in the Dispatcher Console
Newer Version Available
Field Service Code Examples
Use these code examples to get started working programmatically with Field Service
features.
-
Create a Service Report with Apex
The Create Service Report action on work orders, work order line items, and service appointments can also be called using Apex code. The code example shown creates a service report with two signatures by making an Apex callout to the createServiceReport action REST API resource. -
Generate Work Orders on Maintenance Plans with Apex
The Generate Work Orders action on maintenance plans can also be called using Apex code. The following code sample creates work order records by making an Apex callout to the generateWorkOrder action REST API resource. -
Code Examples: Dispatcher Console Custom Actions
Learn how to configure Apex classes or Visualforce pages that you want to link to a custom action in the dispatcher console. -
Create Service Appointment Lists in the Dispatcher Console
You can create user-specific temporary appointment lists by adding the Create Temporary Service Appointment List custom permission in Field Service managed package. If the custom permission is enabled, the Field Service app creates a connection to the CreateFilterEvent__e platform event channel and subscribes to related messages.