Decoding Salesforce

Decoding Salesforce

The hows and whys of Salesforce.com

Apex Code: What you need to get started…

Following on from my previous post.

Below is what you’ll need to get started developing with Apex.

  1. A salesforce.com Developer Edition Account: sign up from the developer site developer.force.com
  2. Apex Documents: available from the Developer Wiki, Apex and Visualforce Section.
  3. The Force.com IDE: just follow the steps on the site to set it up.
  4. A basic understanding of Object Oriented Programming. Personally I’ve done some C and Visual Basic programming in college but not much since. Its a benefit to understand collections and Loop structures, but not essential. If you don’t have a programming background don’t be too worried.
  5. Willingness to Learn and some Spare time: I put this in here for one simple reason, it takes time to learn this stuff and get to grips with it. Personally I’ve been playing around with Apex for a few months now, which has left me no time for this blog.

Next Section: Setting up your first Apex Project…

If you liked this post, buy me a beer! 3EUR, securely via PayPal

2 Responses to “Apex Code: What you need to get started…”

  1. PK says:

    have you seen the tutorials from the new Force.com Workbook? Check out #3 on Apex Code.

    http://tour.force.com/building

  2. Lucas C says:

    Don’t forget a bookmark to the developer.salesforce.com discussion boards! Here’s the secret backdoor link to the advanced search page for which a hyperlink is no longer provided:

    http://community.salesforce.co.....dex=public

    Lucas ‘Always Thinkin’ C.

Sorry, comments are closed.