externalid
External ID, short for external identifier, is an identifier used by external systems to reference a record in another system. It is separate from the internal identifiers assigned by the receiving system, and it serves as a stable linkage point for data exchange, synchronization, and integration.
The primary purpose of an external ID is to enable upsert and deduplication operations. When data is
External IDs can take various forms, including text strings, numbers, or GUIDs. The choice depends on the
Common considerations include ensuring the external ID is stable over time, avoiding sensitive information, and maintaining
Salesforce, for example, supports External ID fields of types such as Text, Number, or Email, with options
See also: upsert, data mapping, deduplication, data integration.