
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
In Salesforce Field Service (SFS), when using the Candidates action, the slot grades shown in the Dispatcher Console Gantt differ from the slot grades shown on the Service Appointment (SA) page (the Candidates action directly on the Service Appointment record page).
When comparing API response data using browser developer tools, the raw grade values are identical in both locations. The visual discrepancy appears only in the UI rendering.
This issue occurs because the Service Appointment (SA) is not geocoded. Geocoding is the process of converting a physical address into geographic coordinates (latitude and longitude). The Minimize Travel scheduling objective requires geocoded coordinates to calculate a travel distance grade.
The behavior differs between the two locations by design:
CreateOrUpdateService (which updates Latitude and Longitude) followed by DoFirstStage (which calculates slots and then reverts the geocode changes).This is expected, designed behavior. The SA page allows slot calculation without waiting for a background geocoding update.
Solution:
To get matching slot grades in both the Gantt and the Service Appointment page, the Service Appointment must be geocoded (must have valid Latitude and Longitude field values).
000694750