AddressCoordinates
Stores geolocation data, including latitude and longitude, for addresses to enable mapping, routing, and proximity-based analytics.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the address coordinate record, typically a system-generated UUID. |
| Address Coordinates Type | String | True |
Specifies the object type classification of the address coordinates, usually used for distinguishing subtypes within the system. |
| Global ID | String | True |
System-wide globally unique identifier for the address coordinate record, used to link data across environments or systems. |
| Link | String | False |
System-generated hyperlink reference to the full address coordinate record within the Veeva Vault UI or API. |
| Address Coordinates Name | String | True |
Human-readable name assigned to the address coordinate record for easy identification and searchability. |
| Status | String | False |
Current lifecycle status of the address coordinates record, such as active, inactive, or archived. |
| Created By | String | True |
User identifier of the individual who originally created the record, capturing the audit trail. |
| Created Date | Datetime | True |
Timestamp indicating when the address coordinate record was initially created in the system. |
| Last Modified By | String | True |
User identifier of the individual who most recently modified the record, ensuring full traceability. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the address coordinate record. |
| GeoCode Fail | Decimal | False |
Indicates the number of failed geocoding attempts when attempting to resolve the physical address to latitude and longitude values. |
| Last GeoCode Date | Datetime | False |
The most recent date on which a geocoding attempt was performed for this record. |
| Latitude | Double | False |
Geographic latitude value for the address, derived from geocoding the provided address. |
| Longitude | Double | False |
Geographic longitude value for the address, derived from geocoding the provided address. |
| Controlling Account | String | False |
Reference to the associated account entity that controls or owns this address coordinate, used for mapping relationships. |
| Address | String | False |
Full street address associated with the coordinates, including any available formatting based on locale or input standards. |
| User Detail | String | False |
Additional user-defined or system-collected detail related to the individual or process associated with this address coordinate. |
| Owner | String | False |
System identifier of the record owner, often mapped to a user, group, or automation process that maintains the data. |
| Legacy CRM Id | String | False |
Identifier from a previous Customer Relationship Management (CRM) system used before migration to Veeva Vault, retained for historical cross-reference. |