Play Games

Search This Blog

Showing posts with label How to know which salesforce Edition the salesforce instance is. Show all posts
Showing posts with label How to know which salesforce Edition the salesforce instance is. Show all posts

Monday, September 28, 2020

How to know which salesforce Edition the salesforce instance is - Salesforce Globe For You

 How to know which salesforce Edition the salesforce instance is  - Salesforce Globe For You 

Solution: The 'OrganizationType' field of the organization object gives the edition of the salesforce.

URL: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_organization.htm

Go to query editor of developer console and use the following query as shown in image

Select id, IsSandbox, OrganizationType from organization

Output: