Don’t Miss the Opportunity! Only Limited Seats Available Join Now! ⏰

Our Courses

We Provide 100% Placement Assistance

This Comprehensive Salesforce Certification Training Course will help you to gain in-depth Practical Knowledge on Salesforce CRM to manage your leads, Sales, Services, Customers Tickets and account with Professional trainers.

Salesforce Course Syllabus created by our experts provides individuals with an overview of the entire topics taught during Salesforce course training.

Module 1 : Introduction to Cloud Computing

  • Cloud
  • Cloud Computing
  • Cloud Services

Module 2 : Introduction to Salesforce

  • CRM and its significance
  • Salesforce overview

Module 3: Trailhead & Salesforce Community

  • Salesforce support
  • Salesforce knowledge
  • Ideas
  • Answers
  • Trailblazer community

Module 4: Organisation Setup

  • Company information

Module 5: Data Modelling

  • Overview
  • Object
  • Field
  • Relationships
  • Schema builder

Module 6: User Management

  • User
  • Profile
  • Role

Module 7: Lightning Customization

  • Layouts
  • Record type
  • Buttons, links, and actions
  • List view

Module 8: Lightning Apps & App Manager

  • App launcher
  • App manager
  • App builder
  • User interface

Module 9: Security Model

  • Org level security
  • Object and field level security
  • Record level security
  • Tracking and auditing tools

Module 10: Data Analytics

  • Report
  • Dashboard

Module 11: Data Import & Export

  • Overview
  • Tools
  • Recycle bin

Module 12: Email Management

  • Email template
  • Email alert

Module 13: Automation Process: Basics

  • Formula
  • Automation rules

Module 14: Automation Process: Workflow

  • Overview
  • Actions

Module 15: Automation Process: Process Builder

  • Overview
  • Actions

Module 16: Automation Process: Flows

  • Overview
  • Flow types
  • Debugging
  • Testing
  • Migration tool

Module 17: Automation Process: Approval Process

  • Overview
  • Actions

Module 18: Salesforce Mobile

  • Mobile application
  • Configuration setup

Module 19: Chatter

  • Overview
  • Features of chatter
  • Controlling chatter access

Module 20: Activity Management

  • Overview
  • Task
  • Event
  • Log a call
  • Email

Module 21: App Exchange

  • Overview
  • Package types

Module 22: Standard Process

  • Sales process
  • Service process

Apex

Module 1 : Object-Oriented Programming Language

  • Object and class
  • Access Modifiers
  • Pillars of OOPS

Module 2 : Apex Class

  • Apex architecture
  • Visual studio code configuration

Module 3 : SOQL and SOSL

  • Structured Object Query Language
  • Structured Object Search Language

Module 4 : Operators

  • Overview
  • Types of operators

Module 5 : Data Types

  • Primitive data types
  • Non-primitive data types

Module 6 : Conditional and Looping Statements

  • If statements
  • Switch statement
  • For loop
  • While and do-while
  • Exception handling

Module 7 : Triggers

  • Overview
  • Types of trigger
  • Trigger events
  • Trigger context variables
  • Best practices for writing triggers

Module 8 : Asynchronous Apex

  • Overview
  • Future methods
  • Queueable apex
  • Batch apex
  • Scheduled apex

Module 9 : Test Class

  • Overview
  • Test annotations
  • Test class methods
  • Assertions

Module 10 : Order of Execution

  • Understanding the order of execution in Salesforce

Module 11 : Governor Limits

  • Overview
  • Apex limits

Module 12 : Best Practices

  • Apex best practice methods

Lightning Web Component

Module 1 : Introduction to Lightning Web Components (LWC)

  • Overview
  • MVC architecture

Module 2 : LWC File Structure

  • Overview
  • HTML, CSS, JS, Meta file

Module 3 : Decorators

  • Overview
  • @track
  • @api
  • @wire

Module 4 : Calling Apex from LWC

  • Overview
  • Aura enabled
  • Wire
  • Property
  • Function
  • Imperative method

Module 5 : Life Cycle Hooks

  • Overview
  • Constructor
  • Connected callback
  • Render
  • Rendered callback
  • Disconnected callback
  • Error callback

Module 6 : Conditional Rendering

  • Lwc:if, lwc:elseif and lwc:else
  • Lwc:true, lwc:false

Module 7 : Component Composition

  • Parent to child
  • Child to parent
  • Custom events

Module 8 : Lightning Web Components

  • Buttons, cards, data table, spinner etc…

Module 9 : SLDS CSS Framework

  • Overview
  • Customizing styles with SLDS