Call :+91 8055223360 

SALES FORCE – ADMIN + DEV+LIGHTNING TRAINING IN BANGALORE

2955 Reviews
4.8/5
3880 Learners

Best Cloud Computing Salesforce Training  by Industry Experts in Bangalore

Duration of the Training: 7 weekends

Trainer is having 9+ years of Industry Experience.

CLOUD COMPUTING

SALES FORCE – ADMIN + DEV+LIGHTNING Overview

Be a Salesforce Expert in just 3 Months Migrate and Implement Cloud Application by your own Be Certified Salesforce Admin And Advanced Admin Get Hands-Own on App Builder – Developer I and Developer II Cert Path Sales Cloud and Service Cloud Consultant Training and Certification JOB Oriented Practicals Make You To Earn 3+ year expertise in Salesforce

Watch
INTRO VIDEO

Why Radical Technologies

Check Batch Schedulings

Benefits

JOB Oriented Practicals Make You To Earn 3+ year expertise in Salesforce

SALES FORCE – ADMIN + DEV+LIGHTNING

Course description

We provide a complete hands-on training that includes 60% practicals and 40% theory. Our training helps students to gain conceptual knowledge and clear certification. We include real-time business scenarios in our practical hands-on training. Covering Administration | Development | Deployment  Topics From the Very Basic to Advanced

Duration: 70hrs

Benefits

  • Be a Salesforce Expert in just 3 Months
  • Migrate and Implement Cloud Application by your own 
  • Be Certified Salesforce Admin And Advanced Admin 
  • Get Hands-Own on App Builder – Developer I and Developer II Cert Path
  • Sales Cloud and Service Cloud Consultant Training and Certi
  • JOB Oriented Practicals  Make You To  Earn 3+ year expertise in Salesforce

Course Content

Introducing the concept of Cloud Computing

    1. Software as a Service (SaaS)

    2. Platform as a Service (PaaS)

    3. Infrastructure as a Service (IaaS)

 
Introducing the CRM (standard) applications
    1. What is CRM ?
    2. Key benefits of using CRM for business
    3. Walk through all CRM applications provided by Salesforce
 
SALESFORCE TECHNICAL TRAINING MODULE
 
Salesforce Administrator ==>
 

Understand relational database

Learn different types of relationships

Learn “Primary Key” – “Foreign Key”

Study Salesforce security of various types

Build custom applications, objects, fields, relationships

Create users and manages their access

Understand standard validations and learn how to apply custom validations

Use Salesforce automation to add business logics

Implement approval process and other business logics with case study

Learn how to manage bulk data request

Use Import-Wizard and Data-Loader to manage bulk data operations

Understand what is security token and how to use it

Learn different Data-Loader commands

Use of “External Id” in Upsert operation (with a real-time example)

Understand importance of analytics for a business

Learn various report formats with report types

Create folders in application and configure different accesses for different users

Create dashboards with different components

Configure dashboard for Home screen

 
Salesforce Development ==>
 

Understand what is apex?

Learn apex basics

Discuss Loops & Collections

Understand SOSL & SOQL

Build various queries for different business scenarios and review the result

Provide detailed information on complex queries

Provide information on trigger events & trigger context variables

Study combinations of trigger events and context variables

Implement triggers, each with a case study

Provide information on test apex and handler classes

Provide guidelines/ best practices of building apex classes

Explain step-by-step or line-by-line the apex logic

Provide details of visualforce (framework)

Use standard and custom controllers to build VF pages

Configure the visualforce pages in application

Build VF pages using Jquery or bootstrap libraries

Explain use of HTML code on VF page

 
Salesforce Lightning==>
 

What is LWC(Lightning Web Component)?

how is LWC differnce than AURA?

Installation of Visual Studio Code for LWC

Lightning Studio for LWC

Life Cycle hooks in LWC

use of CSS in LWC

SOQL in LWC

Use of Apex in LWC

Decorators(@track/@wire/@api) in LWC

use of @wire in LWC to call Apex

Imperative Apex Call in LWC

Parent-Child Component call in LWC

Child-Parent Component call in LWC

use of Constructor/ConnectedCallback in LWC

How to Add LWC on Record page

Add LWC on Quick Action

Add LWC as a Tab in Salesforce

CloseQuick action in LWC

Deployment through VS Code

SALESFORCE TRAINING DAY WISE SYLLABUS

Day 1
 
JavaScript Skills for Salesforce Developers
Learn JavaScript Core Concepts
Understand JavaScript in the Browser
Work with Objects, Classes, and Prototypical Inheritance
Take Action with Events and Functions
Learn About Context, Scope, and Closures
Write Asynchronous JavaScript
 
Day 2
 
SALESFORCE – Introduction 
 

Introducing the concept of Cloud Computing
Introduction of cloud vendors (Salesforce)
Overview of each of three building blocks in cloud applications

 SAAS (Salesforce.com)
 PAAS (Force.com)
 IAAS

Day 3

Overview of Database Concepts
Database structure
Normal (Excel based) Database Vs. Relational (Salesforce) Database
Benefits & Use of Relational Database
 

Day-4

Introducing the Force.com Platform
Understanding of Standard Objects
Standard Object Flow (SAAS)
Creation of a Free Developer account :
http://www.developerforce.com/events/regular/registration.php
(This org will be used to develop and test the application during the entire Course)
 
Day-5
Building a Simple App
Becoming familiar with the Force.com Setup Area
Introduction of Standard Objects
Introduction of Custom Objects
Introduction of Tabs, Standard & Custom Fields, Detail Page and Related Lists
 
Day-6
Enhancement of the App
Relationships:
Types of Relationship
Understanding of each Relationship with a use business case
Differentiation between One-to-Many and Many-to-Many
Introduction of Primary-Keys & Foreign-Keys (Conceptual Knowledge)
Roll-up Summery Field
Formula & Cross Object Formula Field:
Guidance & Hand-on with Date, Text and number formulas
QUESTIONS (?):……………..
 
Day-7
Securities in Salesforce App
Object Level Securities
Describe different object-wise permissions and their impact
Difference between Read Vs. View All, Edit Vs. Modify All
Record Level Securities
Describe OWD (Organization-Wide Default)
Record sharing using Roll-Hierarchy
Describe Sharing Rules
Manual Sharing
Field Level Securities
Field Properties
Unique property
External Id (Considered in Data Management)
Required property
QUESTIONS (?)…………
 
Day -8
 
Business Logic Implementation
Rules for Automation:
Validation Rule (Run on highest priority for the App)
Workflow (Time-Dependent & Time-Independent)
Assignment Rule
Auto-Response Rule (Live example with Web-to-Lead functionality)
Escalation Rule
Introduction and use of Record Type
Introduction and use of Different Page-Layouts using Record-Type
 
Day-9
 
Approval Process:
Single-step Approval
Multi-steps Approval
Differentiation between Workflow rule & Approval process
Email to approve the request
Understanding the order of Execution of all these rules
QUESTIONS (?):…………………………………………………………
 
Day-10
 

SOQL & SOSL
Introduction of SOQL & SOSL
Introduction of Queries traversing from Child to Parent Object
Introduction of Queries traversing from Parent to Child Object
Introduction of aggregate Queries
Introduction of Semi-Join & Anti-Join
Field Semi-Join & Anti-Join
Reference Semi-Join & Anti-JoinDay-11

Complex Business Logic Implementation
Introduction of Apex
Introduction of Collection Types, Loops & DML Statements
Understanding of Traditional FOR LOOP & Advance FOR LOOP
Understanding of Loops with SOQLs
Implementation of Apex-Trigger
Understanding & Use of Trigger Context Variables

Day- 12

Data Management
Introduction Import-Wizard
Few Standard Objects and All Custom Objects will be supported
De-Duplication as default behavior
Use of External IDs
Introduction & Use of Apex Data-Loader
Use of different actions (Call) like Import, Update, Upsert, etc.
Also Supported by CLI
Difference between Import-Wizard & Data-Loader
QUESTIONS (?):

Day-13

Introduction of MVC Architecture:
Data Model
View
Controller
 
Day-14
Report & Dashboard
REPORT:
Introduction of Report Types (Standard Report Type & Custom Report Type)
Introduction of Types of Report
Tabular Report
Summary Report
Matrix Report
Join Report
Feature of the SFDC Report
Custom Summary Formula field
Bucket Filed
Condition High-lighting
Scheduling report for future run
DASHBOARD:
Introduction of different dashboard components and their usage
Selection of the Component to meet the given requirement
Dashboard Settings
Formatting of the Different Graphs (Components)
Drill down to the source report while click on the graphs
Dashboard Running User concept
 
Day- 15
Building a Visualforce (Custom) Page for the App:
Introduction of Visualforce Pages
Difference between Standard Controller & (Custom) Controller
Hands-on to Create a List-view, Detail-Page, Copy the page as PDF when click a Button or Link
Hands-on to display data in Table format, enabling pagination, calling action on a Button or Link, etc.
Use of JavaScript in VF-pages. (Adding dependencies, etc.)
 
Day-16
Overview of other force.com capabilities
Different type of Sandboxes and their usage
Enable Web-to-Lead (or Web-to-Case) for the org
Introduction of Site.Com and creation of site using it
Introduction of Debug Logs
 
Day-17
Learning Apex & Deployment Tools
Introduction of Apex Classes
Invoke a class or its method via Triggers
Use as a Controller for a VF page
Difference between Controller & Extension
Introduction of test class & methods to cover Apex
Deployment Tools:
Force.com IDE (Eclipse Plugin)
Force.com Migration Tool (Ant Based)
One live Force.com Project:- (Two weeks)
 
20 hours
 
Fundamentals of Salesforce Lightning
 
Introduction to Salesforce Lightning Component
Salesforce Lightning Components Basics
Create and Edit Lightning Components
Attributes and Expressions
Handle Actions with Controllers
Input Data Using Forms
Connect to Salesforce with Server-Side Controllers
Connect Components with Events
    1.  

Training Options

Live Online Training

  • Highly practical oriented training
  • Installation of Software On your System
  • 24/7 Email and Phone Support
  • 100% Placement Assistance until you get placed
  • Global Certification Preparation
  • Trainer Student Interactive Portal
  • Assignments and Projects Guided by Mentors
  • And Many More Features

Course completion certificate and Global Certifications are part of our all Master Program

Live Classroom Training

  • Weekend / Weekdays / Morning / Evening Batches
  • 80:20 Practical and Theory Ratio
  • Real-life Case Studies
  • Easy Coverup if you missed any sessions
  • PSI | Kryterion | Redhat Test Centers
  • Life Time Video Classroom Access ( coming soon )
  • Resume Preparations and Mock Interviews
  • And Many More Features

Course completion certificate and Global Certifications are part of our all Master Program

SALES FORCE – ADMIN + DEV+LIGHTNING Exam & Certification

Course Reviews

Why we are the best Radical Technologies

Radical Technologies is truly progressing and offer best possible services. And recognition towards Radical Technologies is increasing steeply as the demand is growing rapidly.

Creative

0%

Innovative

0%

Student Friendly

0%

Practical Oriented

0%

Valued Certification

0%

SALES FORCE – ADMIN + DEV+LIGHTNING Training FAQs

Similar Courses

SALES FORCE – ADMIN + DEV+LIGHTNING TRAINING IN BANGALORE

Very interesting course. Heather presents at just right level of abstraction to my taste and her presentation is very lively so it is easy to stay focused.

Course Provider: Organization

Course Provider Name: Radicals Technologies

Course Provider URL: https://radicals.in/

Editor's Rating:
5

ENQUIRE NOW











    [recaptcha]