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
hegde_hegdekhegde_hegdek 

Does flex sdk work in salesforce proffesional edition

Hello Friends,

does flex sdk work in salesforce professional edition.

regards

hegdek

PipelineMetricsPipelineMetrics

Hello,

 

The Professional edition doesn't support webservice calls, which the primary communication medium for the Flex based applications to connect to SalesForce.

 

However, once your package gets certified by SalesForce, they provide you with a Client ID which enables your application to make webservice calls on Professional editions too.

 

So, the  way to develop your package is :

1. Get a developer edition (which is free), and develop your Flex application.

2. Get it certified by SF.

3. Embed the provided client Id in the Flex code and create a new version of the package.

4. Deploy the package in your professional edition.

 

Rgds,

Sandip