SalesForce CRM Development

Description

Salesforce.com company offers Customer Relationship Management (CRM) application on the cloud-based platform. Currently, Salesforce is top rank compared to other cloud service providers. Since the past few years, Salesforce demand is increasing rapidly in the IT industry. This Course is designed from basic to advanced level topics of Administration and declarative development based on IT industry requirement. From this SalesForce CRM Development Online course,  you will learn all the major and demanded elements required for Salesforce like Apex and VisualForce, etc. This SalesForce CRM Development Online Training will help you to change your career in the role of Business Analysts, Salesforce Developers, Techno-Functional Analysts, etc. Enroll today and attend SalesForce CRM Online Training demo by our expert.

SalesForce CRM Development Course Objectives
  • Understanding high-level Architecture of Cloud Platform.
  • Handle the Salesforce Cloud Application development and support activities in the real-time
  • Work independently with implementing Advance concepts.
  • In-depth knowledge of various elements like Data model, Security model, Report, Dashboard, SOAP, REST API’s, etc.
  • Involvement in Business Automation Process.
  • Uses of a built-in testing framework to validate Apex and Visualforce.
  • Business logic customizations.
Who should go for SalesForce CRM Development Course
  • Any IT experienced Professional who are interested to build their career in Cloud environment.
  • Any B.E/ B.Tech/ BSC/ M.C.A/ M.Sc Computers/ M.Tech/ BCA/ BCom College Students in any stream.
  • Fresh Graduates
Pre-Requisites:
  • Computer System
  • Windows/Linux Administration
  • OOPS Concept
  • Customer Relationship Management
Project Related
  • Resolving User Issues In Project
  • Importance of User In Application
  • Real-Time Project Explanation
  • Real-Time Project Business Process
  • Project Development Life Cycle
  • Project Management Tools
  • Sandbox and UAT
  • Change Set
  • Deployment
  • Production
Before Start Development
  • Enable Development Mode
  • MVC Architecture
  • Developer Console Usage
  • Query Editor Usage
  • Execute Anonymous Window
  • Create Class Using Developer Console
  • Create Visualforce Using Developer Console
  • Test and Debug Using Developer Console
  • Installing Eclipse
VisualForce Pages
  • Comparison With HTML Tags
  • Create VF Using URL, Developer Console, Create VF Using Eclipse, Standard Navigation.
Data Sources In VisualForce
  • Apex Class Variables
  • Parameters Using URL
  • Global Standard Objects or Custom Objects
  • Static Data
Pageblock Tags
  • Pageblock
  • PageBlockSection
  • PageBlockSectionItem
  • PageBlockButton and Location
  • CommandButtons and Actions
Input Components
  • InputText
  • InputField
  • InputSecret
  • InputHidden
  • InputFile
Select Components
  • SelectOption
  • SelectOptions
  • SelectCheckBox
  • SelectRadio
Message Tags
  • PageMessage
  • PageMessages
Panel Tags
  • PanelBar
  • PanelBarmItem
  • PanelGrid
  • PanelGroup
Other VF Tags
  • Column
  • CommandLink
  • Detail
  • Facet
  • Form
  • Iframe
  • Image
  • IncludeScript
  • Include Page
  • ListViews
  • Repeat
  • Tab and Tab Panel
  • Render,Rerender,RenderAs
  • Passing parameters
  • Creating VF Tabs
  • Realted List
  • Enhanced List
List Views
  • Creating Views
  • PageBlockTable ListView
  • DataTable
  • DataList
  • Repeat
Action Components In VisualForce
  • ActionSuppot
  • ActionFunction
  • ActionStatus
  • ActionRegion
  • ActionPoller
Real-Time Topics with VisualForce
  • Usage of Static Resource In VF
  • Overriding Buttons, Links and Tabs with VF
  • Dynamic Visualforce Binding
  • Integrating Email with Visualforce
  • VisualforceTemplates
  • Generate Visualforce page as PDF, WordDocument
  • Real-Time Scinarios
Usage of CSS In VisualForce
  • Create CSS Class
  • Internal CSS
  • External CSS
  • StaticResource In ExternalCSS
  • Boostrap Usage in Visualforce
  • Realtime Scinarios
Usage of JavaScript
  • JS Functions, JS Validations Usage in VisualForce, JS DOM, JS Events
  • Internal JavaScript
  • External JavaScript
  • Real-Time Scinarios
Usage of jQuery In VisualForce
  • Using Less Code In VisualForce
  • jQuery StaticResorces
  • URL Plugins
  • AutoComplete
Usage of Angular JS In VisualForce
  • Overview of SinglePage Web Application
  • Dependancy Injection
  • Controller, Directives
  • Filters, Model
  • Scope, Service
  • Expressions, Module
Usage Ajax In VisualForce
  • Overview of Connections
  • Ajax SOQL
  • Ajax DML
OOPs-Object Oriented Programming
  • Fundamental and Properties
  • Variables
  • Identifiers
  • Data types
  • Access Modifiers
  • Methods
  • Conditional Statements
  • Exceptional Statements
  • Class syntax writing
  • Constructing Method
  • Reference Variables
  • Setter Method
  • Getter method
  • Constructors
  • Class Properties
  • Return Statements
  • Inheritance
  • Abstraction
  • Polymorphism
  • Encapsulation
  • Creating Wizard Class
  • Wrapper Class
  • Usage Of properties in SFDC

DML Operations

DML Statements VS Database Class Methods
  • Database DML Operations
  • Insert Statement
  • Update Statements
  • Upsert Statement
  • Delete Statements
  • Undelete Statements
  • Merge Statements
  • Rollback operations
  • SavePoint In DML
  • Real-time Project Scenarios
Controllers In APEX
  • Standard Controller
  • Standard Set Controller
  • Custom Controller
  • Controller Extensions
Schema Programming
  • Objects
  • fields
  • Selected Options
Email Service Using APEX Class
  • Overview Of Email Sending
  • Outbound Email Service
  • Inbound Email service
  • Email Service Using Templates
  • Sending PDF Attachments
  • Sending VF Attachments
  • Mass Email Message Sending
  • Creating Methods for Sending Emails
  • Syntax for Send Emails
  • Real-Time Scenarios
Custom Setting
  • List Custom setting
  • Hierarchical Custom Setting
Asynchronous APEX
  • Future Method-Long Running
  • Queueable Apex-Chain Jobs
  • Batch Apex-LargeDataVolumes
  • Scheduled Apex:Run On Schedule
  • Implementation
  • Invoking Future Method from Schedule
  • Schedule Using Point and click
  • Schedule Using Code Customization
Batch APEX
  • Iterable Class
  • QueryLocator
  • GetQueryLocator
  • Start Method
  • Execute Method
  • Finish Mehtod
  • Sending Email From finish Method
  • BatchableContext
  • Debug Batch Apex
  • Creating Future Methods in Batch Apex
  • Implementing Database.AllowCallouts
  • Call Batch In a Batch
  • Serialize Batch By Batch
  • Real-Time Scenarios
APEX Triggers
  • Overview On Triggers
  • Trigger Events
  • Before Triggers
  • After Triggers
  • Insert Triggers
  • Update Triggers
  • Delete Triggers
  • Undelete Triggers
  • New
  • Old
  • NewMap
  • OldMap
  • Recursive Triggers
  • Validation Rule with Trigger
  • Workflow with Trigger
  • Invoking Batch Apex, callouts from trigger
  • Invoking Schedule, Future Methods from Trigger
  • Real-Time Scenarios on Each Topic
Test Class
  • Overview on Test classes
  • StartTest,StopTest
  • Test Class on Apex class, Batch APEX, Schedule Apex, Triggers

APEX

Collections
  • List class-Scenarios
  • Set class-Scenarios
  • Map class-Scenarios
  • Advanced Example Program
SOQL and SOSL
  • Overview on SOQL, SOSL
  • Fetching Records on VF Using SOQL
  • Inserting Records from VF to Salesforce
  • Debug Logs
  • Static SOQL
  • Dynamic SOQL
  • Relational SOQL(p-c,c-p)
  • Functional SOQL(Aggregate,Date)
  • Creating Interfaces Using SOSL
  • GoverningLimits on Apex
  • Real-Time Project Scenarios

Courses Features

  • Language
    English
  • Lectures
    1
  • Certification
    Yes
  • Project
    5 Minor + 1 Major
  • Duration
    64 hrs + 36 hrs
  • Max-Students
    20
DEMO
DROP US A QUERY

© Copyright - 2021 | Cyberaegis . All Rights Reserved.