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
Again AgainAgain Again 

licenses - s-control / apex

Hi,
 
I'm trying to figure out what I can/can't do without Enterprise Edition. Our users all have Salesforce licenses - no Enterprise licenses.
 
Are S-controls/ajax available to "standard" users, and APEX to Enterprise users?
 
Not sure what the boundaries are.
DevAngelDevAngel
Ajax uses the API.  The API is available on Developer, Enterprise and Unlimited editions.

Apex Code is in developer preview phase and only available during this phase to Developer Editions.
PBS_IC786PBS_IC786
So how would I get people with Professional edition to use my app if I use the Ajax toolkit with references to the API in it?
DevAngelDevAngel
Good question.  Certified partners can use the API in PE because they have been assigned a client id as part of there certification package.  The current unsolved mystery is how to protect that client id in the context of javascript.  JS cannot be compiled or otherwise have the code protected from prying eyes.

We don't currently have a solution for that, but are actively working on it.