Customers may notice that the Salesforce IDs assigned to External Object records have recently changed format. This update is a result of the "Access Data Without Limits with Salesforce Connect" enhancement.
Due to this change, any custom Apex logic, SOQL queries, or integrations that depend on hardcoded or previously stored Salesforce External Object IDs (18-character IDs beginning with "x00") may stop working.
Record IDs can change after an org migration, an instance refresh, or because of internal architectural changes.
Previous Format: <keyPrefix> + <ServerId> + 10 digits
Example: x00Ny000012345678S
This format included server-specific identifiers.
New Format: <keyPrefix> + xx + 10 digits
Example: x00xx123445678908G
The "xx" prefix indicates IDs that are no longer tied to a specific server instance.
1.Avoid storing the Salesforce-generated External Object ID (x00...) in custom fields, as these values are not stable and may change.
2.Update your implementation to store the External ID from the source system (the primary key of the external data) instead of relying on the Salesforce-assigned ID.
005232955

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.