Have a question?
Message sent Close

Salesforce

salesforce

Course content:

Salesforce CRM [Customer Relationship Management]

  • What is Cloud Computing
  • Main Objectives for Cloud
  • Benefits and features of Cloud Services
  • Overview of types of Clouds
  • Overview of cloud services – IAAS, PAAS and SAAS
  • Advantages of Cloud
  • Architecture of Cloud Computing
  • Comparison with other computing services

 

  • What is Salesforce.com
  • Difference between Salesforce.com & Force.com
  • Different Environment
  • Types of Editions
    – Enterprise
    – Professional
    – Unlimited
    – Group etc.
  • Comparison of Editions
  • Salesforce Releases
  • What is Force.com platform
  • Different type of sandbox environment
  • What is the difference b/w sandbox and production
  • Creation of Salesforce Account
  • Declarative Vs Programmatic customization
  • Salesforce App Exchange
  • Trailhead
  • Salesforce Certifications
  • What is Salesforce CRM
  • Comparison with other CRM applications
  • Type of clouds available in CRM
  • Sales Cloud
    -Salesforce sales cloud life cycle
    -Different sales objects in salesforce
    -Campaign Management
    -Lead Management
    -Lead conversion
    -Account Management
    -Contact Management
    -Opportunity Management
    -Product Management
    -Quote Management
  • Service Cloud
    -Salesforce service cloud life cycle
    -Different service objects in salesforce
    -Case Management
    -Audit Trail

Salesforce Administration

  • creating Company Profile
  • Setting Fiscal Year
  • Setting Business Hours
  • Setting Holidays
  • Setting Language
  • Identifying Edition
  • Organization and Data Access Overview
  • Login Hours, IP Restrictions, and Session Settings
  • Password Policies
  • Salesforce Auditing
  • Salesforce Identity and MFA
  • SFDC Application – How to start
  • Different Apps in salesforce
  • Custom Application creation
  • Different Tabs in salesforce
  • Custom Tab creation and various ways
  • Different type of objects in salesforce.
  • What is the difference b/w standard and custom Object.
  • Customize standard objects
  • Custom Object creation
  • Fields creation with different field types
  • Field Dependencies
  • Global value set
  • Field History Tracking
  • Different Logical Operators, Formula Fields and Cross Object Formula.
  • Validation Rules.
  • Date, String & conditional Functions.
  • Understanding of Relationship
  • Create Relationship
  • Adding Fields
  • Lookup Relationship
  • Master-detail Relationship
  • External lookup Relationship
  • Self-Relationship
  • Rollup summary fields
  • Many-to-Many Relationship
  • Hierarchical Relationship
  • Record Types
  • Picklists
  • Validation Rules
  •  
  • Different type of salesforce licenses
  • Creation of
    • Users
    • Role Hierarchy
    • Profiles and Permission Set
  • Delegated Administrator Setup
  • Difference between Profile & Role
  • Organization Wide Default [Sharing Settings]
  • Sharing Rules
  • Manual Sharing
  • Different type of record sharing
  • Profile & Role Level Security
  • Public Groups
  • Queues
  • What is Workflow
  • Types of workflows
  • Different actions in workflow
  • Time-triggered workflow
  • What is Email Template
  • Type of Email Templates
  • Creation of Email Templates
  • What is Process Builder
  • Type of actions in process Builder
  • Difference b/w workflow and Process builder.
  • What is flows
  • Type of Flows
  • Different type of actions in flows
  •  
  • Install Data loader
  • Data Loader actions
    • Insert
    • Update
    • Upsert
    • Delete
    • Hard Delete
    • Export
    • Export All
  • DataLoader.io
  • Working with Workbench
  • Working with Import Wizard
  • Introducing Reports
    • Build a Report
    • Run and Then Read a Report
    • Share a Report
    • Report Limits etc.
  • Working with Different Types of Report
    • Summary Report,
    • Tabular Report,
    • Joined Report and
    • Matrix Report
  • Report Types
  • Introducing Dashboards Component Types
    • Chart
    • Gauge
    • Metric
    • Table
  • Introducing Custom Report Types
  • AppExchange Overview
  • Finding and Selecting an App
  • Installing an App
  • What is Package
  • What is Managed Package
  • What is Unmanaged Package
  • Diff. b/w Managed and Unmanaged Package
  • How to Create package in Salesforce
  • How to add components to Package etc.
  • Overview of deployment
  • Various ways of Deployment steps
  • What is package.xml
  • Inbound and Outbound Change Set
  • ANT Tool
  • Workbench
  • GIT
  • Flosum etc.
  •  
  • Chatter
  • Feed Tracking
  • Public, Private, Broadcast Group

Apex Development

  • Overview of Salesforce Development & Concepts
  • Understanding Salesforce Architecture
  • Declarative vs. Programmatic Changes and Customizations
  • Application Development Tools in Salesforce
  • Install Visual Studio Code
  •  
  • Introduction to Apex
  • Apex Development Process
  • OOP’s concepts
  • Create Apex Class
  • Access Modifiers 
  • Data Types
  • Apex Class Variables and Methods
  • Class Constructors
  • System Classes and Methods  Date, String, Database etc..
  •  
  • Force.com in Query language
  • Understanding Salesforce Object Query Language (SOQL)
  • Understanding Salesforce Object Search Language (SOSL)
  • Relationship Queries
    • Child-to-Parent Relationship
    • Parent-to-Child Relationship Joins
  • Aggregate Functions
    • GROUP BY ()
    • HAVING () …etc.
  • Dynamic SOQL and SOSL
  • System Classes and Methods
  • Bulk Data Operations with Apex
  •  
  • Overview of Salesforce Collections
  • Typs of Collections
  • Understanding Of List
  • Understanding Of Set
  • Understanding Of Map
  • Apex Data Manipulation Operations (DML)
    • Insert Statement
    • Update Statement
    • Upsert Statement
    • Delete Statement
    • Undelete Statement
    • Merge Statement
  • System Class and Methods
  • Understanding of Database.SaveResult
  • Overview of Triggers
  • Types of Trigger
    • Before Triggers
    • After Triggers
  • Understanding Trigger Events
  • Type Of Trigger Context Variables
  • Handling Recursion in Triggers
  • Diff. b/w Trigger.new vs Trigger.newmap
  • Diff. b/w Trigger.old vs Trigger.oldmap
  • Handling Recursion in Triggers
  • Restrict Save Operations with addError()
  • Trigger Helper Class Pattern
  • Apex Trigger Best ractices
  • Bulkified Triggers
  • Exceptions
  • Exception Statements
  • System-Defined Exception
  • Exception Methods
  • Catching Different Exception Types
  • Custom or User-Defined Exception Handling
  • Debugging Using Debug Logs
  • Anonymous Blocks – Another Debugging Tool
  • Overview of Apex Governor limits
  • Understanding of Governor Limit Issues
  • Apex code best practices 
  • How to overcome the Governor limit issues
  • Understanding of Apex Annotations
  • Different type of Annotation
  • Uses of each annotation
  • Understanding Of Asynchronous Apex
  • Overview of @Future
  • Batch Apex:
    • Overview of Batch Apex
    • Batch Class Methods
    • How to run Batch class
    • Diff b/w Stateful and Stateless
    • Batch class Interfaces and uses
  • Schedule Apex:
    • Overview of Schedule Apex
    • Types of Scheduling
      • Salesforce User Interface
      • Using Apex Code
  • Apex Jobs
  • What is Cron variable
  • Understanding of Code Coverage
  • Overview on Test classes
  • Test class Best Practices
  • StartTest and StopTest
  • Test Class on Apex class
  • Test Class on Batch APEX
  • Test Class On Schedule Apex
  • Test Class on Triggers
  • Apex Email Services
  • Inboud Messaging
  • Use of Developer Console

Visualforce Page

  • Create VF Using URL
  • Create VF Using Developer Console
  • Create VF Using Standard Navigation
  • Create VF Using VS Code
  • Purpose of Visualforce
  • Visualforce Concepts
  • Visualforce Components
  •  Overriding Buttons, Links and Tabs with Visualforce Page
  • Create Static Resources and Using in Visualforce page
  • Comparison with HTML
  • Standard Controllers
  • Cascading Style Sheets
  • Custom Controller
  • Controller Extensions
  • Controller Methods
    • Action
    • Getter
    • Setter
  • Hide and Show in Visualforce page
  • Error message in Visualforce page
  • Try Catch block
  • Usage of CSS in Visualforce page
  • Usage of Javascript in Visualforce page
  •  
  • Introduction to Lightning Experience
  • Lightning Component Framework
  • Lightning component across salesforce Ecosystem
  • Introduction to Aura framework
  • Why should go for salesforce Lightning
  • Out-Of-The-Box Components
  • What is Domain Management?
  • Creating Custom Domain for the organization
  • Configuring Custom Domain
  • Configuring Authentication Setting for your Domain
  • Debugging Lightning Components
  • Creating Namespace for your organization
  • Lightning App Builder
  • Steps of creating new Lightning Page
  • Adding Lightning Components to Lightning Page
  • Compact Layouts
  • Object Manager
  • Lightning Component
  • Lightning Interface
  • Lightning Application
  • Lightning Event
  • Steps for creating Lightning Component
  • Component Bundle
  • Component
  • Controller
  • Helper
  • Style
  • Documentation
  • Re-render
  • Design
  • SVG File
  • What is CSS?
  • Types of CSS
  • Applying CSS to Lighting Component
  • Introduction of SLDS
  • SLDS Classes
  • Describe about the Component Attribute
  • Different type of Attribute
  • Configuration Scope
  • Value Providers
  • Expressions in Lightning Component
  • Condition Markup
  • Lightning Looping
  • Steps of calling server side controller in Lightning Component
  • Apex Controller & method Structure
  • Different Types of Lightning Component Interfaces
  • Advantages of each Interface
  • Steps for creating Lightning Application
  • Application
  • Controller
  • Helper
  • Style
  • Documentation
  • Renderer
  • SVG
  • Adding of SVG resource to Component Bundle
  • Adding Lightning Component to application
  • Adding of lightning components to custom tab (lightning tab)
  • Adding of lightning page to custom tab (lightning page tab)
  • Adding of lightning components to app launcher
  • Local IDs
  • Global IDs
  • Value Providers
  • Global Providers
  • Global ID
  • $Browser
  • $Label
  • $Locale
  • $Resource
  • What is Event?
  • Component Event
  • Application Event
  • Creating Custom Component& Application Event
  • Registering an Event
  • Handling Component Event
  • Get Started with Lightning Data Service
  • Manipulate Records (lightning page tab)
  • Handle Record Changes and Errors
  • Introduction Lightning Out
  • Lightning Out in action
  • Building script for Lighting out
  • Adding Visualforce page into Lightning Component

Lightning (AURA)

  • What is LWC?
  • Why we are using LWC when we have already lightning framework/Advantages of LWC?
  • Prerequisites before learning LWC
  • What is VS Code Editor?
  • Need/Use of VS Code Editor?
  • Initial plugins which is need to be installed before working on VS Code
  • Connecting your org to VS Code
  • Some commands/Hands on practice on VS Code
  • Steps to follow to create your first LWC
  • Things need to remember before creating LWC
  • Naming convention need to follow for LWC
  • Learn about ECMAScript and the new features
  • This keyword
  • Arrow functions
  • Asynchronous programming in JavaScript
  • Call back functions
  • Promises
  • Async and await
  • Import and export of JavaScript files
  • Classes
  • Constructor and super
  • Html file and use of it
  • JavaScript file and use of it
  • CSS file and use of it
  • SVG file and use of it
  • Meta file and use of it
  • masterLabel tag in meta file
  • targets tags in meta file
  • Pushing LWC to your org
  • Pulling LWC to your Local machine
  • Basic syntax of CSS
  • Use/Need of CSS in LWC
  • How and where to add CSS in LWC
  • Inline CSS in LWC
  • Internal CSS in LWC
  • External CSS in LWC
  • Basic Syntax of JavaScript
  • Use/Need of JS in LWC
  • How and where to add JS in LWC
  • Declaring and defining JS in LWC
  • Declaring variables in JS
  • Functions in JS
  • Loops in JS
  • If condition in JS
  • Introduction
  • Need/Use
  • track decorator
  • api decorator
  • Use decorators in code
  • Defining decorators
  • Accessing Values of decorators
  • Manipulating Data
  • Getters and Setters
  • Use/Need of getters and setters
  • Manipulating data with getters and setters
  • Wire decorators in LWC
  • Use/Need of wire decorators in LWC
  • Manipulating data with wire decorators
  • Install Data loader
  • Data Loader actions
    • Insert
    • Update
    • Upsert
    • Delete
    • Hard Delete
    • Export
    • Export All
  • DataLoader.io
  • Working with Workbench
  • Working with Import Wizard
  • Introducing Reports
    • Build a Report
    • Run and Then Read a Report
    • Share a Report
    • Report Limits etc.
  • Working with Different Types of Report
    • Summary Report,
    • Tabular Report,
    • Joined Report and
    • Matrix Report
  • Report Types
  • Introducing Dashboards Component Types
    • Chart
    • Gauge
    • Metric
    • Table
  • Introducing Custom Report Types

Lightning Web Component (LWC)

Why Salesforce Training From Peoplewoo Skills

Live Interactive Learning

  • World-Class Instructors.
  • Expert-Led Mentoring Sessions.
  • Instant doubt clearing.

24x7 Support

  • One-On-One Learning Assistance.
  • Help Desk Support.
  • Resolve Doubts in Real-time.

Lifetime Access

  • Course Access Never Expires.
  • Free Access to Future Updates.
  • Unlimited Access to Course Content.

Hands-On Project Based Learning

  • Industry-Relevant Projects.
  • Realtime scenario’s explanation.
  • Quizzes & Assignments.

Industry Recognised Certification

  • Peoplewoo skills Training Certificate.
  • Graded Performance Certificate.
  • Certificate of Completion.

Enroll the Course

  • Take your Salesforce journey from Beginner to Professional level.

Salesforce Online Training

Peoplewoo skills provides Salesforce Online training course is good and gets through a lot of material and detail explanation. Understand all of the core concepts on the exam in order to pass the Salesforce Certification Exam. You will master the core features of Salesforce, the world’s most popular cloud-based CRM tool, with our Salesforce Certification training course. The Salesforce course empowers you to implement, configure, and manage CRM(Sales and Service Clouds), Admin, Apex Development, Visualforce Pages, Lightnign Aura, LWC and Integration.

Have Any Questions?

FAQ's

We have limited participants or only one participant in a live Salesforce Admin Online Training session to maintain the quality standards. Se we provide demonstration session before enrollment. without attending demonstration learner couldn’t able to clear his technical doubts about his desired technology. So we always recommend a learner to attend a demonstration with the Instructor who will deliver Salesforce Admin Online Training

All the instructors at Peoplewoo Skills are experts from the industry with minimum 9-12 years of relevant IT experience. They are subject matter experts for providing an awesome learning experience for Salesforce Online Training.

Yes, you will get Salesforce Training videos during Salesforce Online Training. and it is compulsory to work at home to enhance real time scenarios. And yes instructor will provide Salesforce Online Training study material during training tenure.

Yes you will get a Course completion training certificate from Peoplewoo Skills ,and Instructor will assist you to prepare workday certification.

A Salesforce has a wide range of responsibilities that include maintenance of the platform, fixing any bugs,
customizing the platform, training users, creating reports, as well as listening to user’s requirements to further develop Salesforce.
A Salesforce Admins role will differ from one company to another, depending on the company size among other factors.
But the core responsibilities above will be similar from role to role.

As Salesforce is a business-critical tool, it is important that a skilled individual can support the company with bugs, changes, issues,
training, and improvements to the tool. If a company does not hire a Salesforce, the tool may become unused due to adoption issues
as users become frustrated with the system.

Becoming a Salesforce is a fantastic career option. Salesforce are growing by around 30% year on year,
which means there is an ever-growing demand for Salesforce Admins to support the companies that purchase it.
In addition, the role is well paid, provides great career opportunities, and allows individuals to problem solve
and create solutions to complex business challenges. The Salesforce ecosystem also has a fantastic culture, read more about the community here.

Employers will usually want you to have a minimum number of years experience working with Salesforce before they will hire you,
they will also want to see that you have the certified administrator & pd1 exam. This can be tricky as it’s the classic chicken and egg situation,
you can’t get a job without experience, but you can’t get experience without a job.
Employers will hire junior Salesforce Admin positions to join their team, and therefore if you have an impressive CV this will be something to look out for.
In addition, if you are interested in going down the Salesforce Consultant route, it’s quite common for consultancies to hire junior or graduate positions to train them up quickly.
Depending on your professional background you may be able to supplement your Salesforce Admin role to make your CV more attractive. For example, if you have a background in project management,
this is a very valuable skill for a Salesforce consultancy, and possibly for a Salesforce Admin position if you will be running projects.

Please Contact (+91)7875494672 or  you can share your queries through info@peoplewoo.com

You can also WhatsApp us @ (+91)7875494672 to get more details.

You can give feedback about your course here

Course Review

April 4, 2024

I am very interested

sagar

Response from Welcome

Thank you

Review Course

April 4, 2024

Nice Course

sagar

Response from Welcome

Thank you

Enrolled: 134 students
Duration: 10 Hours
Lectures: 1
Video: 10 Hours
Level: Advanced

Working hours (Batch Timings)

Monday 7 am - 9 pm
Tuesday 7 am - 9 pm
Wednesday 7 am - 9 pm
Thursday 7 am - 9 pm
Friday 7 am - 9 pm
Saturday Closed
Sunday Closed
Contact Us
?
Enter the Captcha
I agree to the Privacy Policy and Terms of Service.
Salesforce
Price:
₹ 139