Sales force Development and Admin Online Training

Table of Contents

Salesforce updated

Cloud computing

  • What is the cloud computing?
  • Types of services
  • Types of cloud computings

Salesforce.com Introduction

  • What is Salesforce.com?
  • Why Salesforce.com?
  • Different editions in Salesforce.com
  • How to sign up for Developer Edition

What is the application in Salesforce

  • Types of apps
  •  how to set image to app

Types of Objects

  • Standard Objects
  •  Custom Objects

Types of Fields

  • Standard Fields
  • Custom Fields

Lead convert

Types of Relationships

Different types of tabs

  • Custom Object Tab
  • Web Tab
  • Visualforce Tab

Field Dependency

Formula fields

Validation Rules

Page Layout

Record Types

Action buttons, links

Search Layouts

  • Search Results
  • Lookup Dialogs
  • Lookup Phone Dialogs
  • Accounts Tab
  • Accounts List Vie
  • Search Filter Fields

User creation

Organization Wide Default

Roles

Role Hierarchy

Sharing Rules

Profiles

Permission Sets

manual sharing

Import wizard

Apex dataloader

Different types of Email templates

  • Text
  • HTML (using Letterhead)
  • Custom (without using Letterhead)
  • Visualforce

Workflow rules

  • Email Alert
  • Task
  • Field Update
  • Outbound Message

Approval process

Report Types

Reports and Dashboards

Field Accessibility

Grant Login Access

Session Settings

Field History Tracking in Salesforce

http://boards.developerforce.com

http://trust.salesforce.com

View setup audit trail

Chatter

Queues

Public Groups

Assignment Rules

Auto Response Rule

Email to Case

Web-to-Lead

Web-to-Case

Schema Builder

Renaming Tab Names and Labels

Merge tool

Deployment

Data Management

  •  Analytic Snapshots
  • Import Accounts/Contacts
  • Import Leads
  • Import Solutions Import Custom Objects
  • Data Export
  • Storage Usage
  • mass Transfer Records
  •  Mass Delete Records
  •  Mass Transfer Approval Requests
  •  Mass Update Addresses
  •  Data Loader

Sand Box

Development

Basics of development

What is the Apex class

Oops concept

Access modifiers in apex

Data types supported by apex

Anonymous block

Dml operations

Loops

Collections

Salesforce id’s

MVC pattern

SOQL

SOSL

Naming in apex

Sample apex class

Constructer

How to execute apex class

Key words in apex(static, method override,final,abstract, virtual)

Triggers(at least 3 hrs)

Order of execution of trigger

Batch apex

Schedule apex

Understanding Execution Governors and Limits

Test class

Packages

Annotations

Introduction to visualforce page

How to create vf pages

Vf architected

Sample vf pages

Controllers

Standard controller example

Static resource

How to show data in table format

Java script example

Custom controller

Pagination

Action poller

Action function

Action status

Action support

Wrapper classes

How to create picklist in vfpages

Dynamic apex