• Highlander
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Please help,
How all classes and pages export from Sandbox into working base Force.com

Could you please help me with the class:

public class MyController {

   public String getName() {
   return 'MyController';
   }

}

There is a warning message at the first line of the class (I use Eclipse).

Please help,
How all classes and pages export from Sandbox into working base Force.com

Could you please help me with the class:

public class MyController {

   public String getName() {
   return 'MyController';
   }

}

There is a warning message at the first line of the class (I use Eclipse).