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
anishmaanishma 

Clarification for apex classes/web services no GE/PE

Hi,
Can someone please help clarify-


Note: Apex Classes exposed as Web services in an authorized managed package are NOT publicly accessible in Group and Professional Edition, even with the special authorization. However, Apex Classes that make Web service callouts to external services will work in Group and Professional Editions.

found in http://wiki.developerforce.com/index.php/Architecting_a_Commercial_Application

and-

You have a separate hosted app that you want to integrate with Salesforce, so you'll need to make API calls to GE/PE customers. By default, this is not possible, but if you've passed the Security Review, you can request a special API Token that allows your SOAP calls to integrate with GE/PE. You will just need to embed the Client ID in the SOAP header of your external code.

found in http://wiki.developerforce.com/index.php/Designing_an_Application_for_Group_and_Professional_Edition

We're trying to build a simple app that uses custom objects and events/triggers found in all Force.Com and Salesforce CRM editions. I want to make sure that passing security review will mean that it will work with all editions.

Can you please help confirm?

Thanks.
Shah


MohitMMohitM

If you have the security token/client ID than you can access the APIs in Professional edition.

 

Thanks

Mohit Mohan

Developer Support Team

anishmaanishma

Thank you Mohit for your response. What about Group edition?

 

--Anishma