Getting Salesforce Organization ID
The Salesforce Organization ID is the unique identifier for your Salesforce Org identity. Use the steps below to find it.
Salesforce Lightning:
You can see the 18-digit organization ID as a result of the query.
Advantage Platform Administration
list_alt
The Salesforce Organization ID is the unique identifier for your Salesforce Org identity. Use the steps below to find it.
Salesforce Lightning:
To get organization's ID (18-digit) and Name |
SELECT Id, Name FROM ORGANIZATION |
You can see the 18-digit organization ID as a result of the query.