• anishma
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

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


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