Is there an API method to return what edition current customer is using?
Tell me more
×
Salesforce Stack Exchange is a question and answer site for
Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.
|
|
You can query the OrganizationType from the Organization object.
Possible values are "Developer Edition", "Team Edition" (Group), "Professional Edition", "Enterprise Edition" and "Unlimited Edition". |
|||||||||||||||
|
|
Use below class to determine the instance and edition of salesforce.
Courtesy : http://www.michaelforce.org/recipeView?id=a0Ga000000Ekp65EAB |
|||
|
|
