Newer Version Available

This content describes an older version of this product. View Latest

AppExtension

Represents a connection between the Field Service Lightning mobile app and another app, typically for passing record data to the Salesforce app or other apps. Available in API version 41 and later.

Supported Calls

create()delete()describeLayout()describeSObjects()query()retrieve()update()upsert()

Fields

Field Name Details
AppExtensionLabel
Type
string
Properties
Create, Filter, Group, Sort, Update
Description

The label in the UI for the app extension.

AppExtensionName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The API name of the app extension.
FieldServiceMobileSettingsId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of a set of field service mobile settings.
InstallationUrl
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The URL that takes the user to the app install location, such as the App Store or Google Play.
LaunchValue
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
A value directing the Field Service Lightning app to the appropriate app extension. The Launch Value can be a static URL or a dynamic value that you can represent with certain tokens. These tokens pass field information from the record that the user is currently viewing. The basic format for these tokens is based on the field names; for example: {!$Name}.
ScopedToObjectTypes
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates the types of records from which the app extension can be activated. Scoping an app extension to an object lets users activate the app extension from records of the specified type. For example, to scope to both work orders and service appointments you would use the value WorkOrder,ServiceAppointment.
Type
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
A picklist of types of app extensions: iOS, Android, Flow, and Lightning Apps