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
tSoudritSoudri 

API calls in professional edition

Hello all!
 
I'm a little confused as to which Ajax calls use the API, and therefore can not be used in Professional Edition. I have an app that includes an s-control with comands such as:
sforce.connection.create,sforce.connection.query, new sforce.SObject()
 
Are any of these considered API calls that can not be executed in Professional Edition?
 
I would be very grateful if someone could clear this up for me.
 
 
Thanks.
tSoudri
SuperfellSuperfell
They all are. The Ajax toolkit, it a javascript wrapper for the Salesforce.com Web services API, so you need API access for the ajax toolkit to do anything useful.
Theikos_AppDevTheikos_AppDev

But is it possible to enable API calls in PE edition thru the TOKEN, same as we do in custom application development for Professional Edition?

Prompt reply will be great help.

SuperfellSuperfell
If you get your app certified, then i believe you can get api access.