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
bhoovibhoovi 

Urgent - Inserting Apex Classes using Data Loader

Hi,
 
Can we insert apex classes using data loader ? If so , can u send me steps - I am getting following error  - 'Insufficient Access Privileges on Cross Reference ID ' - But I am not using any ID.
 
The following are the feilds in Excel sheet .
 
Name          ApiVersion     LengthWithoutComments            Body
Temp          13                   20                                                  Public void Temp { }
RickyGRickyG
bhoovi -

I think you want to use the Force.com IDE to deploy an Apex class to an organization.  An Apex class pretty much falls on the metadata side of the fence, so the IDE is the way to go.

Hope this helps.