Radical Technologies

SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT

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

google
0 +

Google Reviews

0 +

JustDial Reviews

The Syllabus

Curriculum Designed by Experts

Introduction

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 Daywise  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-Join

Day-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

Enquire Now

    Why Radical Technologies

    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

    Self Paced Training

    Self Paced Learning
    Learn 300+ Courses at Your Own Time
    50000+ Satisfied Learners
    Course Completion Certificate
    Practical Labs Available
    Mentor Support Available
    Doubt Clearing Session Available
    Attend Our Virtual Job Fair
    10% Discounted Global Certification
    Course completion certificate and Global Certifications are part of our all Master Program

    Skills Covered

    • Salesforce Administrator Skills

    • Salesforce Developer Skills

    • Certification and Career Preparation

    • Lightning Platform Skills

    • JavaScript Skills

    • Integration and API Skills

    • Salesforce Best Practices

    tool covered

    Like the Curriculum ? Let's Get Started

    Why Enroll for Sales Force – Admin + Dev + Lightning Advanced + Javascript ?

    In-Demand Skills

    Enhance your career with our SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT Course Training. Learn essential skills like Salesforce administration, advanced Lightning, and JavaScript for dynamic development. Get certified and stay ahead in the fast-growing Salesforce ecosystem.

    Career Opportunities

    Career opportunities for Salesforce – Admin + Dev + Lightning Advanced + JavaScript Course Training are vast. This certification equips you with in-demand skills, opening doors to roles in Salesforce development, admin, and architecture. Enroll now to advance your career in the Salesforce ecosystem.

    Cloud Adoption

    Boost your cloud adoption skills with our SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT Course Training. Master cloud-based Salesforce solutions, advanced Lightning components, and JavaScript for efficient development. Gain certification to excel in cloud transformation and drive business success.

    Scalability and Flexibility

    Enroll in SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training to gain unmatched scalability and flexibility in managing enterprise solutions. Master admin, development, advanced JavaScript, and Lightning skills for building dynamic apps. Achieve certification and excel in Salesforce.

    Cost Management

    Optimize cost management by enrolling in SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Learn to build efficient, scalable solutions while reducing development costs. Master admin, dev, and Lightning skills to enhance your Salesforce expertise and earn certification.

    Security and Compliance

    Enhance Security and Compliance with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Learn to secure data, meet compliance standards, and build reliable apps. Master admin, dev, and Lightning to ensure your Salesforce solutions are secure, certified, and future-ready.

    Course benefits

    • Comprehensive Salesforce Knowledge

    • Administrative Skills

    • Development Skills

    • Advanced Lightning Components

    • JavaScript Integration

    • Data Integration and API Mastery

    • Hands-on Projects

    • Platform Optimization

    • Problem-Solving and Troubleshooting

    • Career Opportunities

    • Salesforce Best Practices

    • Preparation for Certification Exams

    • Increased Productivity

    • Networking and Community Access

    Who Can Apply for Red Hat Linux

    Why Sales Force – Admin + Dev + Lightning Advanced + Javascript ?

    Scalability

    Achieve seamless scalability with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Build dynamic, scalable apps while mastering admin, development, and advanced Lightning skills. This certification boosts your ability to manage growing demands in Salesforce environments.

    Flexibility

    Unlock flexibility with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Adapt quickly to business needs by mastering admin, dev, and Lightning tools. This certification empowers you to build customizable, effective Salesforce solutions and further your professional development.

    Cost-Effectiveness

    Achieve cost-effectiveness with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Learn to optimize Salesforce solutions while reducing costs. Master admin, dev, and Lightning skills to build efficient apps, making this certification a smart investment for career growth.

    Security and Compliance

    Ensure robust Security and Compliance with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Gain expertise in safeguarding data, enforcing compliance, and building secure apps. This certification equips you to protect Salesforce environments and meet industry standards confidently.

    Hybrid Capabilities

    Master hybrid capabilities with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Blend admin, dev, and Lightning skills to create versatile solutions that work across platforms. This certification empowers you to build integrated Salesforce apps for diverse business needs.

    Innovation

    Drive innovation with SALES FORCE – ADMIN + DEV + LIGHTNING ADVANCED + JAVASCRIPT course training. Unlock creative solutions by mastering advanced admin, dev, and Lightning skills. This certification empowers you to design cutting-edge apps, leading to greater efficiency and breakthroughs in Salesforce environments.

    Global Certification

    • Salesforce Administrator Certifications

    • Salesforce Developer Certifications

    • Salesforce Lightning Certifications

    • Integration & Architecture Certifications

    • Salesforce Consultant Certifications

    • Salesforce Architect Certifications

    • Other Relevant Certifications

    course certificate

    Red Hat Linux Fees in Bangalore

    Online Classroom PREFERRED

    16 jul

    TUE - FRI
    07.00AM TO 09.00
    AM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    10.00AM TO 01.00
    PM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    08.00PM TO 11.00
    PM LST (GMT +5:30)
    Radical

    ₹ 85,044

    Online Classroom PREFERRED

    Offline

    18 Oct

    Weekday

    07:26 PM TO 08:27 AM IST (GMT +5:30)

    Location: Hinjewadi

    Offline

    02 Nov

    Weekday

    07:00 PM TO 08:00 AM IST (GMT +5:30)

    Location: MG Road

    Offline

    22 Nov

    Weekday

    11:35 AM TO 12:36 PM IST (GMT +5:30)

    Location: Electronic City

    Sales Force Admin Dev Lightning Javascript
    Highly Experienced Certified Trainer with 10+ yrs Exp. in Industry
    ENROLL NOW

    Discount Voucher

    "Register Now to Secure Your Spot in Our Featured Course !"

    BOOK HERE

    career services

    About Us

    At Radical Technologies, we are committed to your success beyond the classroom. Our 100% Job Assistance program ensures that you are not only equipped with industry-relevant skills but also guided through the job placement process. With personalized resume building, interview preparation, and access to our extensive network of hiring partners, we help you take the next step confidently into your IT career. Join us and let your journey to a successful future begin with the right support.

    At Radical Technologies, we ensure you’re ready to shine in any interview. Our comprehensive Interview Preparation program includes mock interviews, expert feedback, and tailored coaching sessions to build your confidence. Learn how to effectively communicate your skills, handle technical questions, and make a lasting impression on potential employers. With our guidance, you’ll walk into your interviews prepared and poised for success.

    At Radical Technologies, we believe that a strong professional profile is key to standing out in the competitive IT industry. Our Profile Building services are designed to highlight your unique skills and experiences, crafting a resume and LinkedIn profile that resonate with employers. From tailored advice on showcasing your strengths to tips on optimizing your online presence, we provide the tools you need to make a lasting impression. Let us help you build a profile that opens doors to your dream career.

    Red Hat Linux Course Projects

    Infrastructure Provisioning

    And Configuration Management

    Implementing automated infrastructure provisioning and configuration management using Ansible. This may include setting up servers, networking devices, and other infrastructure components using playbooks and roles. 

    software-developer

    Applications Deployment

    And Orchestration

    Automating the deployment and orchestration of applications across development, testing, and production environments. This could involve deploying web servers, databases. middleware, and other application components using Ansible

    Continuous Integration

    And Continuous Deployment

    Integrating Ansible into CI/CD pipelines to automate software. build, test, and deployment processes. This may include automating the creation of build artifacts, running tests, and deploying applications to various environments.