You need to sign in to do that
Don't have an account?

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 { }
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.