0% found this document useful (0 votes)
3K views1 page

Salesforce Developer Guide

This document provides resources for Salesforce developers, including guides on standard objects, the Apex programming language, Visualforce for building user interfaces, administering Salesforce, and references for developing on the Force.com platform. It also includes links for registering as a developer and information on certification for the Salesforce Developer exam.

Uploaded by

rahul240486
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views1 page

Salesforce Developer Guide

This document provides resources for Salesforce developers, including guides on standard objects, the Apex programming language, Visualforce for building user interfaces, administering Salesforce, and references for developing on the Force.com platform. It also includes links for registering as a developer and information on certification for the Salesforce Developer exam.

Uploaded by

rahul240486
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Salesforce Developer Guide

Getting Started Understanding the standard objects used in Salesforce is the core for
CRM development.
http://www.salesforce.com/us/developer/docs/api/
Apex Language Force.com Apex Code is a strongly-typed programming language that
executes on the Force.com platform. Apex is used to add business logic to applications, to
write database triggers, and to program controllers in the user interface layer. It has a
tight integration with the database and query language, good web services support, and
includes features such as futures and governors for execution in a multi-tenant
environment.
http://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_refere
nce.pdf
VisualForce You can build user interfaces on Force.com: Use Visualforce, a complete
component-based framework for building and deploying custom user interfaces.
http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.
pdf
Salesforce Bible A complete guide on Standard Objects, Administering Salesforce,
Building and Extending Apps, Analytics, Salesforce for Google Adwords and much more.
https://ap1.salesforce.com/help/doc/en/sf.pdf
Creating your developer Account Register for free to the develop apps on Force.com.
http://developer.force.com/
Salesforce Developer DEV 401 Certification - The Salesforce.com Certified Force.com
Developer exam is intended for an individual who has experience developing custom
applications on the Force.com platform, including practical application of the skills and
concepts noted in the exam objectives in the study guide.
http://www.salesforce.com/assets/pdf/misc/SG_CertifiedDeveloper.pdf

You might also like