CRT-101 · Question #198
Cloud Kicks is working on a better way to track its product shipments utilizing Salesforce. Which field type should an administrator use to capture coordinates?
The correct answer is A. Geolocation. The Geolocation field type stores latitude and longitude coordinate pairs on a Salesforce record, making it the correct choice for tracking shipment locations.
Question
Cloud Kicks is working on a better way to track its product shipments utilizing Salesforce. Which field type should an administrator use to capture coordinates?
Options
- AGeolocation
- BGeofence
- CCustom address
- DExternal lookup
How the community answered
(33 responses)- A94% (31)
- C3% (1)
- D3% (1)
Why each option
The Geolocation field type stores latitude and longitude coordinate pairs on a Salesforce record, making it the correct choice for tracking shipment locations.
The Geolocation custom field type stores a pair of latitude and longitude decimal values directly on a record, enabling precise coordinate capture and supporting distance-based calculations using the native DISTANCE() and GEOLOCATION() formula functions.
Geofence is not a Salesforce field type - it is a geographic boundary concept used in external mapping applications but does not exist as a native Salesforce custom field.
Custom Address fields store structured postal address components such as street, city, state, and postal code but do not capture precise geographic coordinates.
External Lookup fields establish a relationship to an external object via Salesforce Connect for data federation purposes and are not used to store geographic coordinate data.
Concept tested: Geolocation field type for coordinate capture
Source: https://help.salesforce.com/s/articleView?id=sf.custom_field_types.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.