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
lamayclamayc 

Eclipse and sandbox

Getting the following when trying to create salesforce project in eclipse connecting to my sandbox

Unable to create connection to Salesforce:
sObject type 'Project' is not supported.

Does this mean that I can not get a copy of my sandbox stuff as an eclipse project? Or is there another way I can sync up files from a sandbox account?

I have tried this both with an Apex only sandbox and a full sandbox.

Thanks
werewolfwerewolf
Do you have the latest version of the Force.com IDE?  Lots of problems I've had in the past were fixed by just upgrading it to the latest.

Also, you do have admin rights to your Salesforce instance, right?
lamayclamayc
Thanks, that was the issue. Once they granted me admin for the sandbox, I was able to get the project into eclipse.