Create Field Service Service Territory
sf_create_service_territoryCreate a Service Territory in Salesforce to define geographic areas for field service operations, with options for activation, operating hours, and address details.
Instructions
Creates a Service Territory for Field Service Lightning. Territories define the geographic areas or organizational divisions where field service resources operate.
isActive: set true to make the territory immediately available for scheduling operatingHoursName: API name of an existing OperatingHours record to set business hours Address fields (street, city, state, country, postalCode): optional location for the territory center
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| label | Yes | ||
| state | No | ||
| street | No | ||
| country | No | ||
| isActive | No | ||
| postalCode | No | ||
| territoryName | Yes | Name of the Service Territory | |
| operatingHoursName | No | Name of the OperatingHours record to link |