SlideShare a Scribd company logo
Salesforce
Presented by :
Maheswar Reddy
Indroduction:
 Salesforce CRM is customer relationship management
 Salesforce CRM developed company sfdc.com
 Salesforce CRM introduce by the Marc Benioff in the
year of 1999
 Salesforce Crm is easy to under standard
Cloud computing
 Cloud computing is nothing internet
 Cloud computing is a group of unknown resources that
are giving to or a specific purpose to the user
 It is a concept of pay per use of each IT service
Three type service:
1.IAAS
2.PAAS
3.SAAS
Three type of cloud
1.Marketing cloud
2.Sales cloud
3.Service cloud
Property of object
 Page layout
 Validation rule
 Search layout
 Button links
 Action
 Record type
 Triggers
Relationship
1.Master relationship
2.Lookup relationship
3.Many to many relationship
4.Hierarchical relationship
Reports:
 Reports is over all information
They are four type:
1.Tabular report
2.Summary report
3.Matrix report
4.Join report
Dashboards
 Dashboard shows the data from source report
 Each dashboard can have up to 20 components
 Like as
1.Horizantal bar chart
2.Vertical bar chart
3.Line chart
4.Pie chart
5.Table
Workflow
 Workflow rules allow us to automate the business
processes for organization
They is four type of action:
1.Email alert
2.Tasks
3.Field update
4.Outbound message
Approval Processes
 An approval process is an automated process your
organization can use to approve records in Salesforce.
 allowing you to specify a sequence of steps that are
required to approve a record.
 An approval process also specifies the actions to take
when a record is approved, rejected, recalled, or first
submitted for approval.
Profile:
 Profile is collection of settings.
 Profile is object level and field level access and it is
mandatory for all users.
Permission set:
 permission sets extend user’s functional access with
out changing user’s profile.
Role:
 Role is record level access and it is not mandatory for
all user
Share rule
 If we want to give the access to other user we use
share rule.
OWD:
 Organization wide defines the level of access to user
can see the other user’s record.
 Owd can be private, public read, public read and write.
Data loader
 Data loader is a tool provided by sales force.
 It is allow the duplicated data
 We can support record 1millin
 Data loader to perform following operation
1. Insert: it is for inserting data from external machine(file
should be an CSV).
2. Update: it is for updating existing record.
3. Upsert: it is having the function of insert and update.
4. Delete: its for deleting data(deleted files available in
recycle bin).
5. Hard delete: its for deleting but its not recoverable .
6. Export: its for taking out the data from our
salesforce.com.
7. Export all: for all data extraction
Import wizard
 It is one way of import/export of the into from salesforce
 To support standard object account, contact, lead,
solution and custom object.
 Duplicated not allow
 Up to 50,000 records.
Apex :
 Apex is a strongly typed, object-oriented programming
language that allows developers to execute flow and
transaction control statements
 on the Force.com platform server in conjunction with
calls to the Force.com​ API.
Collection:
 Collection are the group of similarly type.
They three type of collection
1.List:
 A list is an ordered collection.
 List can contain Duplicates.
 so use list when you want to identify list element based
on Index Number.
Syntax: list<account>list=new list<account>();
2.Set:
 A set is an unordered collection of primitives.
 Set can not contain duplicates.
Syntax: set<account>set=new set<account>();
3.map:
 A map is a collection of key-value pairs where each
unique key maps to a single value.
Syntax: map<key, Pairs>map=new map<key, pairs>();
Difference between SOSL and SOQL in
Salesforce
SOSL SOQL
stands for "Salesforce object search
language".
stands for "Salesforce object query
language".
Works on multiple object at a same time. Need to write different SOQL for
different object.
All fields are already text indexed. SOQL against same field will be slow.
Cannot used in Triggers. Can only be
used in Apex class and anonymous
block.
Can be used in Apex class and Triggers.
Trigger
 Apex can be in invoked through the use of trigger.
 A trigger are functional actions which gets fired on
particular events.
Seven set of events:
Before insert
Before update
Before delete
After insert
After update
After detete
After undelete
Trigger syntex:
Trigger trigger name on object name(events)
{
Code
}
visualforce
 Visualforce is a framework that allows developers to
build sophisticated, custom user interfaces that can be
hosted natively on the Force.com platform.
 The Visualforce framework includes a tag-based
markup language, similar to HTML, and a set of server-
side “standard controllers” that make basic database
operations, such as queries and saves, very simple to
perform.
Components
 Similar to the way you can encapsulate a piece of code
in a method and then reuse that method several times
in a program.
 you can encapsulate a common design pattern in a
custom component and then reuse that component
several times in one or more Visualforce pages.
 A custom Visualforce component. All custom
component definitions must be wrapped inside a
single <apex:component> tag.
Batch apex
 To use batch apex we must write an apex class that
implements the salesforce provided interface
database.batchable and then invoke the class
programmatically
 The database.batchable interface contains three
methods that must be implemented.
1.Start method
2.Execute method
3.Finish method
Apex Scheduler
 Apex scheduler is helpful to invoke apex classes to run
at specific times, first implement the “schedulable”
interface for the class, then specify the schedule using
either the schedule apex page in the sales force user
interfaces or the system schedule method
Email service:
Email service are automated processes that use apex
classes to process the contents, header, and
attachments of inbound email
Salesforce

More Related Content

What's hot

Ivan Gubynskyy Salesforce CRM and Platform Overview
Ivan Gubynskyy Salesforce CRM and Platform OverviewIvan Gubynskyy Salesforce CRM and Platform Overview
Ivan Gubynskyy Salesforce CRM and Platform Overview
LogeekNightUkraine
 
Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2
Stephen Edache Paul
 
Introduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - BasicIntroduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - Basic
sanskriti agarwal
 
Salesforce sales cloud solutions
Salesforce sales cloud solutionsSalesforce sales cloud solutions
Salesforce sales cloud solutions
JanBask LLC
 
Salesforce Sales Cloud: Best Practices to Win More Deals
Salesforce Sales Cloud: Best Practices to Win More DealsSalesforce Sales Cloud: Best Practices to Win More Deals
Salesforce Sales Cloud: Best Practices to Win More Deals
Cloud Analogy
 
Salesforce
SalesforceSalesforce
Salesforce
BharatSirvi8
 
Salesforce Tutorial for Beginners: Basic Salesforce Introduction
Salesforce Tutorial for Beginners: Basic Salesforce IntroductionSalesforce Tutorial for Beginners: Basic Salesforce Introduction
Salesforce Tutorial for Beginners: Basic Salesforce Introduction
Habilelabs
 
Salesforce Service Cloud automatons
Salesforce Service Cloud automatonsSalesforce Service Cloud automatons
Salesforce Service Cloud automatons
RAMNARAYAN R
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.com
Edureka!
 
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
Edureka!
 
Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com Overview
Edureka!
 
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
Edureka!
 
Why Salesforce is the best CRM
Why Salesforce is the best CRMWhy Salesforce is the best CRM
Why Salesforce is the best CRM
Suyati Technologies
 
Salesforce complete overview
Salesforce complete overviewSalesforce complete overview
Salesforce complete overview
Nitesh Mishra ☁
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
Mark Adcock
 
The Role of the Salesforce Administrator
The Role of the Salesforce Administrator The Role of the Salesforce Administrator
The Role of the Salesforce Administrator
Ebsta Limited
 
How Salesforce CRM Improves Your Sales Pipeline?
How Salesforce CRM Improves Your Sales Pipeline?How Salesforce CRM Improves Your Sales Pipeline?
How Salesforce CRM Improves Your Sales Pipeline?
Cloud Analogy
 
Salesforce online training || Salesforce Integration | salesforce lightning
Salesforce online training || Salesforce Integration | salesforce lightningSalesforce online training || Salesforce Integration | salesforce lightning
Salesforce online training || Salesforce Integration | salesforce lightningsuresh
 
Partner Community User Guide for Consulting Partners
Partner Community User Guide for Consulting PartnersPartner Community User Guide for Consulting Partners
Partner Community User Guide for Consulting Partners
Salesforce Partners
 
Salesforce for Marketing Overview Deck
Salesforce for Marketing Overview DeckSalesforce for Marketing Overview Deck
Salesforce for Marketing Overview Deck
Sylvia Wong ☁
 

What's hot (20)

Ivan Gubynskyy Salesforce CRM and Platform Overview
Ivan Gubynskyy Salesforce CRM and Platform OverviewIvan Gubynskyy Salesforce CRM and Platform Overview
Ivan Gubynskyy Salesforce CRM and Platform Overview
 
Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2
 
Introduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - BasicIntroduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - Basic
 
Salesforce sales cloud solutions
Salesforce sales cloud solutionsSalesforce sales cloud solutions
Salesforce sales cloud solutions
 
Salesforce Sales Cloud: Best Practices to Win More Deals
Salesforce Sales Cloud: Best Practices to Win More DealsSalesforce Sales Cloud: Best Practices to Win More Deals
Salesforce Sales Cloud: Best Practices to Win More Deals
 
Salesforce
SalesforceSalesforce
Salesforce
 
Salesforce Tutorial for Beginners: Basic Salesforce Introduction
Salesforce Tutorial for Beginners: Basic Salesforce IntroductionSalesforce Tutorial for Beginners: Basic Salesforce Introduction
Salesforce Tutorial for Beginners: Basic Salesforce Introduction
 
Salesforce Service Cloud automatons
Salesforce Service Cloud automatonsSalesforce Service Cloud automatons
Salesforce Service Cloud automatons
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.com
 
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
Salesforce Service Cloud Training | Salesforce Training For Beginners - Servi...
 
Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com Overview
 
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
Salesforce Training For Beginners | Salesforce Tutorial | Salesforce Training...
 
Why Salesforce is the best CRM
Why Salesforce is the best CRMWhy Salesforce is the best CRM
Why Salesforce is the best CRM
 
Salesforce complete overview
Salesforce complete overviewSalesforce complete overview
Salesforce complete overview
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
 
The Role of the Salesforce Administrator
The Role of the Salesforce Administrator The Role of the Salesforce Administrator
The Role of the Salesforce Administrator
 
How Salesforce CRM Improves Your Sales Pipeline?
How Salesforce CRM Improves Your Sales Pipeline?How Salesforce CRM Improves Your Sales Pipeline?
How Salesforce CRM Improves Your Sales Pipeline?
 
Salesforce online training || Salesforce Integration | salesforce lightning
Salesforce online training || Salesforce Integration | salesforce lightningSalesforce online training || Salesforce Integration | salesforce lightning
Salesforce online training || Salesforce Integration | salesforce lightning
 
Partner Community User Guide for Consulting Partners
Partner Community User Guide for Consulting PartnersPartner Community User Guide for Consulting Partners
Partner Community User Guide for Consulting Partners
 
Salesforce for Marketing Overview Deck
Salesforce for Marketing Overview DeckSalesforce for Marketing Overview Deck
Salesforce for Marketing Overview Deck
 

Viewers also liked

Template 2-customer
Template 2-customerTemplate 2-customer
Métodos de investigación
Métodos de investigaciónMétodos de investigación
Métodos de investigación
DigiZen
 
We are specialized in local and wholesale
We are specialized in local and wholesaleWe are specialized in local and wholesale
We are specialized in local and wholesaleDema Chris
 
August 10, 2015 Mesoscale Case Study
August 10, 2015 Mesoscale Case StudyAugust 10, 2015 Mesoscale Case Study
August 10, 2015 Mesoscale Case StudyJoshua Rowe
 
Desviación laboral
Desviación laboralDesviación laboral
Desviación laboralstars303pa
 
Dades sobre la vida de jesús
Dades sobre la vida de jesús Dades sobre la vida de jesús
Dades sobre la vida de jesús
Carla Huatay Méndez
 
So dồ gant
So dồ gantSo dồ gant
So dồ gantjojoBJ
 
Pcb calculator
Pcb calculatorPcb calculator
Pcb calculator
Pei-Che Chang
 
Nonlinear pharmacokinetic
Nonlinear pharmacokineticNonlinear pharmacokinetic
Nonlinear pharmacokineticlonevidya
 
Effective Strategies for Searching Oracle UCM
Effective Strategies for Searching Oracle UCMEffective Strategies for Searching Oracle UCM
Effective Strategies for Searching Oracle UCMFishbowl Solutions
 
Podium Zuid Cultuurvsie 2010-2020
Podium Zuid Cultuurvsie 2010-2020Podium Zuid Cultuurvsie 2010-2020
Podium Zuid Cultuurvsie 2010-2020Anita Frank
 
Presentacion
PresentacionPresentacion
PresentacionHerikx Rx
 

Viewers also liked (17)

Template 2-customer
Template 2-customerTemplate 2-customer
Template 2-customer
 
Métodos de investigación
Métodos de investigaciónMétodos de investigación
Métodos de investigación
 
certificates
certificatescertificates
certificates
 
We are specialized in local and wholesale
We are specialized in local and wholesaleWe are specialized in local and wholesale
We are specialized in local and wholesale
 
August 10, 2015 Mesoscale Case Study
August 10, 2015 Mesoscale Case StudyAugust 10, 2015 Mesoscale Case Study
August 10, 2015 Mesoscale Case Study
 
Desviación laboral
Desviación laboralDesviación laboral
Desviación laboral
 
Dades sobre la vida de jesús
Dades sobre la vida de jesús Dades sobre la vida de jesús
Dades sobre la vida de jesús
 
Turnkey To Whom It May Concern
Turnkey To Whom It May ConcernTurnkey To Whom It May Concern
Turnkey To Whom It May Concern
 
So dồ gant
So dồ gantSo dồ gant
So dồ gant
 
Wild Life Area
Wild Life AreaWild Life Area
Wild Life Area
 
UDT.pptx
UDT.pptxUDT.pptx
UDT.pptx
 
Pcb calculator
Pcb calculatorPcb calculator
Pcb calculator
 
Nonlinear pharmacokinetic
Nonlinear pharmacokineticNonlinear pharmacokinetic
Nonlinear pharmacokinetic
 
Why Salesforce.Com
Why Salesforce.ComWhy Salesforce.Com
Why Salesforce.Com
 
Effective Strategies for Searching Oracle UCM
Effective Strategies for Searching Oracle UCMEffective Strategies for Searching Oracle UCM
Effective Strategies for Searching Oracle UCM
 
Podium Zuid Cultuurvsie 2010-2020
Podium Zuid Cultuurvsie 2010-2020Podium Zuid Cultuurvsie 2010-2020
Podium Zuid Cultuurvsie 2010-2020
 
Presentacion
PresentacionPresentacion
Presentacion
 

Similar to Salesforce

Introduction to apex
Introduction to apexIntroduction to apex
Introduction to apex
Rinku Saini
 
Basic of oracle application Login steps
Basic of oracle application Login stepsBasic of oracle application Login steps
Basic of oracle application Login steps
Girishchandra Darvesh
 
Summer '16 Realease notes
Summer '16 Realease notesSummer '16 Realease notes
Summer '16 Realease notesaggopal1011
 
Apex code-fundamentals
Apex code-fundamentalsApex code-fundamentals
Apex code-fundamentalsAmit Sharma
 
Apex code-fundamentals
Apex code-fundamentalsApex code-fundamentals
Apex code-fundamentalsAmit Sharma
 
Dotnetintroduce 100324201546-phpapp02
Dotnetintroduce 100324201546-phpapp02Dotnetintroduce 100324201546-phpapp02
Dotnetintroduce 100324201546-phpapp02Wei Sun
 
.NET Portfolio
.NET Portfolio.NET Portfolio
.NET Portfoliomwillmer
 
Repository Pattern in MVC3 Application with Entity Framework
Repository Pattern in MVC3 Application with Entity FrameworkRepository Pattern in MVC3 Application with Entity Framework
Repository Pattern in MVC3 Application with Entity FrameworkAkhil Mittal
 
Sdlc
SdlcSdlc
Sdlc
SdlcSdlc
ArduinoWorkshop2.pdf
ArduinoWorkshop2.pdfArduinoWorkshop2.pdf
ArduinoWorkshop2.pdf
PedramKashiani
 
unit 3.docx
unit 3.docxunit 3.docx
unit 3.docx
Sadhana Sreekanth
 
3-Tier Architecture Step By Step Exercises
3-Tier Architecture Step By Step Exercises3-Tier Architecture Step By Step Exercises
3-Tier Architecture Step By Step Exercises
Miranda Anderson
 
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for DevelopersMSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
Dave Bost
 
Innovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC IntegrationsInnovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC Integrations
Steve Speicher
 

Similar to Salesforce (20)

Development withforce
Development withforceDevelopment withforce
Development withforce
 
Introduction to apex
Introduction to apexIntroduction to apex
Introduction to apex
 
Basic of Oracle Application
Basic of Oracle ApplicationBasic of Oracle Application
Basic of Oracle Application
 
Basic of oracle application Login steps
Basic of oracle application Login stepsBasic of oracle application Login steps
Basic of oracle application Login steps
 
Summer '16 Realease notes
Summer '16 Realease notesSummer '16 Realease notes
Summer '16 Realease notes
 
Apex code-fundamentals
Apex code-fundamentalsApex code-fundamentals
Apex code-fundamentals
 
Project seminar
Project seminarProject seminar
Project seminar
 
As pnet
As pnetAs pnet
As pnet
 
Apex code-fundamentals
Apex code-fundamentalsApex code-fundamentals
Apex code-fundamentals
 
Dotnetintroduce 100324201546-phpapp02
Dotnetintroduce 100324201546-phpapp02Dotnetintroduce 100324201546-phpapp02
Dotnetintroduce 100324201546-phpapp02
 
Adobe Flex4
Adobe Flex4 Adobe Flex4
Adobe Flex4
 
.NET Portfolio
.NET Portfolio.NET Portfolio
.NET Portfolio
 
Repository Pattern in MVC3 Application with Entity Framework
Repository Pattern in MVC3 Application with Entity FrameworkRepository Pattern in MVC3 Application with Entity Framework
Repository Pattern in MVC3 Application with Entity Framework
 
Sdlc
SdlcSdlc
Sdlc
 
Sdlc
SdlcSdlc
Sdlc
 
ArduinoWorkshop2.pdf
ArduinoWorkshop2.pdfArduinoWorkshop2.pdf
ArduinoWorkshop2.pdf
 
unit 3.docx
unit 3.docxunit 3.docx
unit 3.docx
 
3-Tier Architecture Step By Step Exercises
3-Tier Architecture Step By Step Exercises3-Tier Architecture Step By Step Exercises
3-Tier Architecture Step By Step Exercises
 
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for DevelopersMSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
 
Innovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC IntegrationsInnovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC Integrations
 

Recently uploaded

FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
LR1709MUSIC
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
daothibichhang1
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
usawebmarket
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
awaisafdar
 
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
bosssp10
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
tjcomstrang
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
zoyaansari11365
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
fisherameliaisabella
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
FelixPerez547899
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
Aurelien Domont, MBA
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
NZSG
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
BBPMedia1
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
Norma Mushkat Gaffin
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
dylandmeas
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
HARSHITHV26
 

Recently uploaded (20)

FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
 
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 7735293663 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
 

Salesforce

  • 2. Indroduction:  Salesforce CRM is customer relationship management  Salesforce CRM developed company sfdc.com  Salesforce CRM introduce by the Marc Benioff in the year of 1999  Salesforce Crm is easy to under standard
  • 3. Cloud computing  Cloud computing is nothing internet  Cloud computing is a group of unknown resources that are giving to or a specific purpose to the user  It is a concept of pay per use of each IT service Three type service: 1.IAAS 2.PAAS 3.SAAS
  • 4. Three type of cloud 1.Marketing cloud 2.Sales cloud 3.Service cloud
  • 5. Property of object  Page layout  Validation rule  Search layout  Button links  Action  Record type  Triggers
  • 6. Relationship 1.Master relationship 2.Lookup relationship 3.Many to many relationship 4.Hierarchical relationship
  • 7. Reports:  Reports is over all information They are four type: 1.Tabular report 2.Summary report 3.Matrix report 4.Join report
  • 8. Dashboards  Dashboard shows the data from source report  Each dashboard can have up to 20 components  Like as 1.Horizantal bar chart 2.Vertical bar chart 3.Line chart 4.Pie chart 5.Table
  • 9. Workflow  Workflow rules allow us to automate the business processes for organization They is four type of action: 1.Email alert 2.Tasks 3.Field update 4.Outbound message
  • 10. Approval Processes  An approval process is an automated process your organization can use to approve records in Salesforce.  allowing you to specify a sequence of steps that are required to approve a record.  An approval process also specifies the actions to take when a record is approved, rejected, recalled, or first submitted for approval.
  • 11. Profile:  Profile is collection of settings.  Profile is object level and field level access and it is mandatory for all users. Permission set:  permission sets extend user’s functional access with out changing user’s profile. Role:  Role is record level access and it is not mandatory for all user
  • 12. Share rule  If we want to give the access to other user we use share rule. OWD:  Organization wide defines the level of access to user can see the other user’s record.  Owd can be private, public read, public read and write.
  • 13. Data loader  Data loader is a tool provided by sales force.  It is allow the duplicated data  We can support record 1millin  Data loader to perform following operation 1. Insert: it is for inserting data from external machine(file should be an CSV). 2. Update: it is for updating existing record. 3. Upsert: it is having the function of insert and update.
  • 14. 4. Delete: its for deleting data(deleted files available in recycle bin). 5. Hard delete: its for deleting but its not recoverable . 6. Export: its for taking out the data from our salesforce.com. 7. Export all: for all data extraction
  • 15. Import wizard  It is one way of import/export of the into from salesforce  To support standard object account, contact, lead, solution and custom object.  Duplicated not allow  Up to 50,000 records.
  • 16. Apex :  Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements  on the Force.com platform server in conjunction with calls to the Force.com​ API. Collection:  Collection are the group of similarly type. They three type of collection
  • 17. 1.List:  A list is an ordered collection.  List can contain Duplicates.  so use list when you want to identify list element based on Index Number. Syntax: list<account>list=new list<account>(); 2.Set:  A set is an unordered collection of primitives.  Set can not contain duplicates.
  • 18. Syntax: set<account>set=new set<account>(); 3.map:  A map is a collection of key-value pairs where each unique key maps to a single value. Syntax: map<key, Pairs>map=new map<key, pairs>();
  • 19. Difference between SOSL and SOQL in Salesforce SOSL SOQL stands for "Salesforce object search language". stands for "Salesforce object query language". Works on multiple object at a same time. Need to write different SOQL for different object. All fields are already text indexed. SOQL against same field will be slow. Cannot used in Triggers. Can only be used in Apex class and anonymous block. Can be used in Apex class and Triggers.
  • 20. Trigger  Apex can be in invoked through the use of trigger.  A trigger are functional actions which gets fired on particular events. Seven set of events: Before insert Before update Before delete After insert After update
  • 21. After detete After undelete Trigger syntex: Trigger trigger name on object name(events) { Code }
  • 22. visualforce  Visualforce is a framework that allows developers to build sophisticated, custom user interfaces that can be hosted natively on the Force.com platform.  The Visualforce framework includes a tag-based markup language, similar to HTML, and a set of server- side “standard controllers” that make basic database operations, such as queries and saves, very simple to perform.
  • 23. Components  Similar to the way you can encapsulate a piece of code in a method and then reuse that method several times in a program.  you can encapsulate a common design pattern in a custom component and then reuse that component several times in one or more Visualforce pages.  A custom Visualforce component. All custom component definitions must be wrapped inside a single <apex:component> tag.
  • 24. Batch apex  To use batch apex we must write an apex class that implements the salesforce provided interface database.batchable and then invoke the class programmatically  The database.batchable interface contains three methods that must be implemented. 1.Start method 2.Execute method 3.Finish method
  • 25. Apex Scheduler  Apex scheduler is helpful to invoke apex classes to run at specific times, first implement the “schedulable” interface for the class, then specify the schedule using either the schedule apex page in the sales force user interfaces or the system schedule method Email service: Email service are automated processes that use apex classes to process the contents, header, and attachments of inbound email