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

Eclipese
Hi ,I created trigger annd class in Eclipse and I wanted to test it in the saleforce UI.When I try to save Class in Eclipes.On the first line of code ,I see an x red color checkbox which says
Multiple Markets at this line-
-------------------File only saved locally,Not to the server
--------------------------- save erro:-enitity is not org accessible.
The below given line is the first line and It gives me an error on this line,Saying
Multiple Markets at this line-
-------------------File only saved locally,Not to the server
--------------------------- save erro:-enitity is not org accessible.
public class Reservation
{
Can somebody please help how to get rid of this error so that its gets saved to the salesforce from eclipse.?
Multiple Markets at this line-
-------------------File only saved locally,Not to the server
--------------------------- save erro:-enitity is not org accessible.
The below given line is the first line and It gives me an error on this line,Saying
Multiple Markets at this line-
-------------------File only saved locally,Not to the server
--------------------------- save erro:-enitity is not org accessible.
public class Reservation
{
Can somebody please help how to get rid of this error so that its gets saved to the salesforce from eclipse.?
-Entity is not org-accessible at line 1 column 8
Yesterday from eclipse everything saved to salesforce server but not today.Can somebody please help.
public class Reservation
{
Is that your full class? because you should not run into any issues saving:
public class Reservation
{
}
No that wasn't the full class.However,i have been able to solve that issue.