Loading

Salesforce Field Service — How to Display Estimated Travel Time (ETA) from Assigned Resource in a Classic Email Template

Publiseringsdato: May 11, 2026
Beskrivelse

In Salesforce Field Service, the Estimated Travel Time field resides on the Assigned Resource (AR) object. Because the SA-to-AR relationship is a master-detail (SA is master, AR is child), AR fields cannot be directly referenced in SA formulas using standard lookup syntax such as AssignedResource.EstimatedTravelTime.

 

 

Løsning

## Option 1 — Roll-Up Summary Field (Recommended)

Create a Roll-Up Summary field on the SA object. Set Summary Type to MAX, Summarized Object to Assigned Resource, Field to Aggregate to Estimated Travel Time (Minutes). The field can then be used in Classic Email Templates as {!ServiceAppointment.YourCustomField__c}. 

## Option 2 — Automation (Flow, Trigger, or Apex)

Use a Flow or Apex trigger to copy the AR Estimated Travel Time value to a custom field on the SA whenever the AR record is created or updated.

## Option 3 — Custom Field + Automation

Same as Option 2 but creates a dedicated display field. 

 

 

Flere ressurser

 

Knowledge-artikkelnummer

004754305

 
Laster
Salesforce Help | Article