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 

Inserting Apex Classes using Data Loader

Hi ,
 
Thanks Rick . I am new to salesforce . i just want to know whether it is possible to use Data loader to inset Apex classes . can u just give me a breif idea on Visual force IDE.
 
 
Thanks
Bhoovi.
Best Answer chosen by Admin (Salesforce Developers) 
RickyGRickyG
bhoovi -

No, you cannot insert metadata with Data Loader, and Apex classes are metadata.

You should start your exploration of the Force.com IDE at its home page.