nerdexam
Salesforce

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.

Object Manager and Lightning App Builder

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)
  • A
    94% (31)
  • C
    3% (1)
  • D
    3% (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.

AGeolocationCorrect

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.

BGeofence

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.

CCustom address

Custom Address fields store structured postal address components such as street, city, state, and postal code but do not capture precise geographic coordinates.

DExternal lookup

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

#Field Types#Geolocation#Custom Fields#Object Customization

Community Discussion

No community discussion yet for this question.

Full CRT-101 Practice