API is not enabled for this organization or partner error
For Professional Edition, API is not allowed. So, kindly upgrade your Salesforce organization.
For Professional Edition, API is not allowed. So, kindly upgrade your Salesforce organization.
1. Check whether you are working in OFFLINE mode. 2. Check whether Build Automatically is selected.
1. Go to Help --> Install New Software. 2. Click "Add" button to add a local repository. 3. Give the name as "Force.com IDE" and URL as "http://media.developerforce.com/force-ide/eclipse42". 4. Select ....
In order to allow DML operations in apex:component, allowDML attribute should be made true. Sample Code: <apex:component controller="TearPagesController" allowDML="true">
DML operations are not allowed 1. Inside the constructor. 2. Method which is called from the constructor. 3. Check whether allowDML="true" is set in your apex:Component. Cheers!!!
The different deployment ways in Salesforce are Changeset Workbench ANT Force.com IDE
Kindly use the below link for Exception handling in Salesforce https://developer.salesforce.com/page/An_Introduction_to_Exception_Handling Cheers!!!
ConnectionReceivedId is the ID of the PartnerNetworkConnection that shared record with your organization. So, write a trigger on before insert that owner should be changed to default owner, when ConnectionReceivedId is ....
If you want to learn SOQL advance concepts, make use of the below link http://www.packtpub.com/getting-started-with-soql/book This book will be very helpful for DEV 501 certification preparation. Note: Kindly refer this to ....
If you want to learn SOQL advance concepts, make use of the below link http://www.packtpub.com/getting-started-with-soql/book This book will be very helpful for DEV 501 certification preparation. Note: Kindly refer this ....