function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VasilShVasilSh 

How to detect Enterprise Edition or Unlimited Edition edition via API ?

Hi All,
Is anybody know the way how to detect the type of SalesForce edition via API ?
I know it is a well know question but unfortunately I didn't find any clear answer on this question.
Sales Force providing a lot of different editions: Enterprise, Unlimited .... but I didn't find any way how to detect type of editions.
I found some advise from Benji Jasik. He suggest to query for an object that is only in Enterprise Edition, and if it fails, assume you are in Professional. So can somebody provide a list of such objects ? During test the following links http://www.salesforce.com/products/comparison.jsp
I didn't find the objects for query.
Can somebody help?
Thank you in advance
Vasil
 
TonkaCruiserTonkaCruiser
VasilSh,
 
Product is an object that is "Normally" only on the Enterprise Edition but an organization can purchase that ability for Professional Edition.  Another object would be Workflow Rules.  I don't believe there is any way to enable this feature on a PE org.  By going here: http://www.salesforce.com/products/comparison.jsp you might be able to find something else that would allow you to do this testing for a fault.
 
Hope this helps, Chris

Message Edited by TonkaCruiser on 10-30-2006 01:21 AM