SlideShare a Scribd company logo
Data Science Snaps
Bits for wannabe data scientist
Data Science Snaps
Bits for wannabe data scientist
Salesforce
Overview & Getting Started
Katia Bonella - May 30th 2019
Data Science Snaps
Bits for wannabe data scientist
CRM or Customer Relationship Management
is a strategy for managing an organisation's relationships and interactions
with customers and potential customers.
It uses data analysis about customers' history with a company
to improve business relationships with customers,
specifically focusing on customer retention and ultimately driving sales
growth.
Through the CRM approach and the systems used to facilitate it,
businesses learn more about their target audiences
and how to best cater to their needs.
What is CRM?
2
Data Science Snaps
Bits for wannabe data scientist
When people talk about CRM, they might mean any of three things:
3
● CRM as Technology
This is a technology product, often in the cloud,
that teams use to record, report and analyse interactions between the company and users.
This is also called a CRM system or solution.
● CRM as a Strategy
This is a business’ philosophy about how relationships with customers and
potential customers should be managed
● CRM as a Process
Think of this as a the system a business adopts to nurture and manage those relationships.
What is CRM?
Data Science Snaps
Bits for wannabe data scientist
●
4
●
●
●
●
Sales teams
Sales managers can access reliable information
about the progress of individual team members in achieving their sales targets.
Sales reps can spend more time selling and less time inputting data.
Marketing teams
They can get clear visibility over every opportunity or
lead, and map out the whole customer journey
Customer service teams
Without a common platform for customer interactions, communications can be missed or
lost in the flood of information – leading to an unsatisfactory response to a valued customer.
Supply-chain, procurement and partner management teams
Reporting enables businesses to compare the efficiency of suppliers and so manage their
entire supply chain more effectively.
HR team
They can use CRM to accelerate the recruitment process and track employee performance.
How do different business functions benefit from using CRM?
Data Science Snaps
Bits for wannabe data scientist
Why Salesforce?
5
Data Science Snaps
Bits for wannabe data scientist
Before Salesforce
6
Data is stored in different places and on different devices
Data Science Snaps
Bits for wannabe data scientist
After Salesforce
7
Data is all in Salesforce, accessible via the cloud form any device
Data Science Snaps
Bits for wannabe data scientist
Salesforce organizes your data
into objects and records.
You can think of objects
like a tab on a spreadsheet,
and a record
like a single row of data.
How Salesforce Organizes Your Data
8
Data Science Snaps
Bits for wannabe data scientist
●
9
●
●
●
●
Record
An item you are tracking in your database;
if your data is like a spreadsheet, then a record is a row on the spreadsheet
Field
A place where you store a value, like a name or address;
using our spreadsheet example, a field would be a column on the spreadsheet
Object
A table in the database;
in that spreadsheet example, an object is a tab on the spreadsheet
Org
Short for “organization,” the place where all your data, configuration, and customization
lives. You log in to access it. You might also hear this called “your instance of Salesforce”
App
A set of fields, objects, permissions, and functionality to support a business process
How Salesforce Organizes Your Data
Data Science Snaps
Bits for wannabe data scientist
●
●
●
●
Accounts
Accounts are the companies you’re doing business with.
You can also do business with individual people (like solo contractors) using something
called Person Accounts.
Contacts
Contacts are the people who work at an Account.
Leads
Leads are potential prospects.
You haven’t yet qualified that they are ready to buy or what product they need.
You don’t have to use Leads, but they can be helpful if you have team selling, or if
you have different sales processes for prospects and qualified buyers.
Opportunities
Opportunities are qualified leads that you’ve converted.
When you convert the Lead, you create an Account and Contact along with the Opportunity.
Salesforce Standard Objects
10
Data Science Snaps
Bits for wannabe data scientist
What is the Salesforce Architecture?
11
Data Science Snaps
Bits for wannabe data scientist
Salesforce has two different desktop user interfaces:
Lightning Experience and Salesforce Classic.
The Lightning Component framework is a UI framework
for developing single page applications for mobile and desktop devices.
Salesforce Lightning includes the Lightning Component Framework and some tools:
●
●
●
Lightning
12
Lightning components accelerate development and app performance.
Develop custom components that other developers and admins can use as reusable building
blocks to customize Communities, the Salesforce mobile app, and Lightning Experience.
Lightning App Builder empowers admins to build Lightning pages visually, without code,
using off-the-shelf and custom-built Lightning components.
Community Builder empowers admins to build communities visually, without code, using
Lightning templates and components.
Data Science Snaps
Bits for wannabe data scientist
• App-centric
web application
model
• UI Generation:
Client-side
• Recommend for
mobile
• Custom UI Custom
CSS
• Reuse nesting
components inside
other components
Visualforce or Lightning?
• Page-centric
web application
model
• UI Generation:
Server-side
• Recommend for
use third-party
framework es:
Angular or React
• Render as PDF
output
13
Data Science Snaps
Bits for wannabe data scientist
If you use Safari, we recommend using the latest version that Salesforce supports.
Apply all Apple software updates.
Salesforce currently doesn't support Analytics with Apple Safari.
Use Internet Explorer 11, Edge, or the latest version of Chrome or Firefox.
Supported Browsers for Lightning Experience
14
Data Science Snaps
Bits for wannabe data scientist
PDF
How render as PDF output in a standalone Lightning app?
• Solution in AppExchange (Salesforce Store)
cons: often this apps have a cost for every user
• Use Visualforce
cons: duplicate code, effort to mantain
• Use External JS Library
cons: disable Locker Service (powerful security architecture)
15
Data Science Snaps
Bits for wannabe data scientist
Where to learn?
https://trailhead.salesforce.com/
16
Data Science Snaps
Bits for wannabe data scientist
Trail
A trail is an ordered group of modules, projects or both
that provides a guided learnig path to learning a new skill, product, or role.
A module covers a single learning topics
A project is a series of hands-on steps
that let lets you learn Salesfroce skills
by putting them into practice
17
Data Science Snaps
Bits for wannabe data scientist
Trailhead Playground
A Trailhead Playground is an org that you can use for hands-on challenges,
learning new features, and testing Customizations.
You can create a illimitate number of Thrailhead Playgrpund.
18
Data Science Snaps
Bits for wannabe data scientist
Badges and Superbadges
Badges represent what you have learned,
are always earned by achieving
a measurable numeric goal.
Superbadges prove that you can take what
you have learned and apply it to solve
complex, real-world business problems.
Are a great way to test your Salesforce
chops at your own pace before scheduling a
certification exam.
19
Data Science Snaps
Bits for wannabe data scientist
Certifications
To maintain Salesforce Certification
credentials, all certified professionals must
successfully complete release maintenance
exams specific to their credential.
Depending on your credentials, you may have
anywhere from one to three release exams per
credential to complete each year.
20
Data Science Snaps
Bits for wannabe data scientist
My first Standalone Lightning App
Lightning Experience Development
Aura Components Basics
References:
21
Data Science Snaps
Bits for wannabe data scientist
Developer Console
22
Data Science Snaps
Bits for wannabe data scientist
MyApp.app
File → New → Lightning Application
Name: MyApp
MyApp.app
MyAppController.js
MyAppHelper.js
MyApp.css
MyApp.auradoc
MyAppRender.js
MyApp.svg
23
Data Science Snaps
Bits for wannabe data scientist
Preview
MyApp.app
<aura:application >
Hello World!
</aura:application>
24
Data Science Snaps
Bits for wannabe data scientist
Component
File → New → Lightning Component
Name: Component1
Component1.cmp
Component1Controller.js
Component1Helper.js
Component1.css
Component1.auradoc
Component1Render.js
Component1.design
Component1.svg
25
Data Science Snaps
Bits for wannabe data scientist
Add Component
Component1.cmp
<aura:component >
<p>I am Component 1</p>
</aura:component>
MyApp.app
<aura:application >
Hello World!
<c:Component1/>
</aura:application>
26
Data Science Snaps
Bits for wannabe data scientist
Add .zip
Create a Resource.zip with:
style.css
.logo {
background-image: url("logo1.jpg");
height: 30px;
width: 160px;
background-repeat: no-repeat;
}
p {
color: red;
}
logo1.jpg
logo2.png
27
Data Science Snaps
Bits for wannabe data scientist
Add Static Resource
Setup → Static Resource → New
Name: MyResource
28
Data Science Snaps
Bits for wannabe data scientist
MyAppController.js
Modify MyAppController.js
({
doInit : function(component, event, helper) {
document.title = "My First App";
var headTag = document.getElementsByTagName('head')[0];
var resourceCss = document.createElement("link");
resourceCss.setAttribute("href" , "../resource/MyResource/style.css");
resourceCss.setAttribute("rel" , "stylesheet");
headTag.appendChild(resourceCss);
}
})
29
Data Science Snaps
Bits for wannabe data scientist
MyApp.app
Modify MyApp.app
<aura:application >
<aura:handler name= "init" value= "{!this}" action= "{!c.doInit}" />
<div class= "logo"></div>
Hello World!
<c:Component1/>
<img src="../resource/MyResource/logo2.png"
width="126" height="100"/>
</aura:application>
30
Data Science Snaps
Bits for wannabe data scientist
Preview
31
Data Science Snaps
Bits for wannabe data scientist
Server-Side
• Server responses are handled asynchronously
• Apex controllers contain remote methods
your Lightning components can call
Identifier Context Meaning
c.
"{!c.doInit}"
Component
markup
Client-side controller
c. Controller
code
Server-side
controller
c: Markup Default namespaces
three “c”s is definitely
an opportunity for confusion
32
Data Science Snaps
Bits for wannabe data scientist
Apex Class
File → New → Apex Class
Name: ExpensesController
ExpensesController.apxc
public with sharing class ExpensesController {
@AuraEnabled
public static List<Expense__c> getExpenses() {
return [SELECT Id, Name, Amount__c
FROM Expense__c];
}
}
In Component’s controller
var action = component.get("c.getExpenses");
returns a remote method call to our Apex controller
33
Data Science Snaps
Bits for wannabe data scientist
SOQL
It returns the SOQL query results directly.
The Lightning Components framework handles all the
marshalling/unmarshalling work involved in most situations.
Salesforce Object Query Language
• Like SQL but optimized for Salesforce
• you can’t specify * for all fields
• Try Query in Query Editor
• Write Apex triggers to perform custom DB actions
Apex Triggers
public static List<Expense__c> getExpenses() {
return [SELECT Id, Name, Amount__c
FROM Expense__c]; }
34

More Related Content

What's hot

Evo conf - Designing SharePoint Solutions
Evo conf  - Designing SharePoint SolutionsEvo conf  - Designing SharePoint Solutions
Evo conf - Designing SharePoint Solutions
Mark Stokes
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
Connaissance IT
 
Evo conf - SharePoint for the first time
Evo conf - SharePoint for the first timeEvo conf - SharePoint for the first time
Evo conf - SharePoint for the first time
Mark Stokes
 
Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)
Mauricio Cubillos Ocampo
 
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
agileDSS
 
LSA++ english version
LSA++ english versionLSA++ english version
LSA++ english version
Mauricio Cubillos Ocampo
 
LSA++ y BW on HANA
LSA++ y BW on HANALSA++ y BW on HANA
LSA++ y BW on HANA
Mauricio Cubillos Ocampo
 
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
Dickinson + Associates
 
GERSIS INDUSTRY CASES
GERSIS INDUSTRY CASESGERSIS INDUSTRY CASES
GERSIS INDUSTRY CASES
Sergej Markov
 
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
SAP PartnerEdge program for Application Development
 
Take the what is big data quiz
Take the what is big data quizTake the what is big data quiz
Take the what is big data quiz
Visualect
 
Best Practices - Is your share point really healthy?
Best Practices - Is your share point really healthy?Best Practices - Is your share point really healthy?
Best Practices - Is your share point really healthy?
Richard Harbridge
 
D365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White PaperD365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White Paper
Gina Pabalan
 
Migrating Corporate Intranets to SharePoint 2010
Migrating Corporate Intranets to SharePoint 2010Migrating Corporate Intranets to SharePoint 2010
Migrating Corporate Intranets to SharePoint 2010
Ian Woodgate
 
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
SAP Analytics
 
Adopting a Real-Time Mindset with SAP
Adopting a Real-Time Mindset with SAPAdopting a Real-Time Mindset with SAP
Adopting a Real-Time Mindset with SAP
SAP Analytics
 
SharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to knowSharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to know
Richard Harbridge
 
The Power of Collective Insight with SAP BI
The Power of Collective Insight with SAP BIThe Power of Collective Insight with SAP BI
The Power of Collective Insight with SAP BI
Waldemar Adams
 

What's hot (18)

Evo conf - Designing SharePoint Solutions
Evo conf  - Designing SharePoint SolutionsEvo conf  - Designing SharePoint Solutions
Evo conf - Designing SharePoint Solutions
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Evo conf - SharePoint for the first time
Evo conf - SharePoint for the first timeEvo conf - SharePoint for the first time
Evo conf - SharePoint for the first time
 
Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)Webinar SAP BusinessObjects Cloud (English)
Webinar SAP BusinessObjects Cloud (English)
 
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
 
LSA++ english version
LSA++ english versionLSA++ english version
LSA++ english version
 
LSA++ y BW on HANA
LSA++ y BW on HANALSA++ y BW on HANA
LSA++ y BW on HANA
 
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
Power of the SAP HANA Platform – Integrating non-SAP data with custom HANA ap...
 
GERSIS INDUSTRY CASES
GERSIS INDUSTRY CASESGERSIS INDUSTRY CASES
GERSIS INDUSTRY CASES
 
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
 
Take the what is big data quiz
Take the what is big data quizTake the what is big data quiz
Take the what is big data quiz
 
Best Practices - Is your share point really healthy?
Best Practices - Is your share point really healthy?Best Practices - Is your share point really healthy?
Best Practices - Is your share point really healthy?
 
D365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White PaperD365 F&O - Data and Analytics White Paper
D365 F&O - Data and Analytics White Paper
 
Migrating Corporate Intranets to SharePoint 2010
Migrating Corporate Intranets to SharePoint 2010Migrating Corporate Intranets to SharePoint 2010
Migrating Corporate Intranets to SharePoint 2010
 
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
 
Adopting a Real-Time Mindset with SAP
Adopting a Real-Time Mindset with SAPAdopting a Real-Time Mindset with SAP
Adopting a Real-Time Mindset with SAP
 
SharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to knowSharePoint 2010 Integration and Interoperability: What you need to know
SharePoint 2010 Integration and Interoperability: What you need to know
 
The Power of Collective Insight with SAP BI
The Power of Collective Insight with SAP BIThe Power of Collective Insight with SAP BI
The Power of Collective Insight with SAP BI
 

Similar to Salesforce - Overview & Getting Started

Salesforce CRM: A new way of managing Customer Relationship in cloud environment
Salesforce CRM: A new way of managing Customer Relationship in cloud environmentSalesforce CRM: A new way of managing Customer Relationship in cloud environment
Salesforce CRM: A new way of managing Customer Relationship in cloud environment
EECJOURNAL
 
MuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdfMuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdf
AnoopVB2
 
Top Salesforce AppExchange Apps & Chrome Extensions
Top Salesforce AppExchange Apps & Chrome ExtensionsTop Salesforce AppExchange Apps & Chrome Extensions
Top Salesforce AppExchange Apps & Chrome Extensions
Manish Thaduri
 
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdfSaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
Product School
 
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
NadinaLisbon1
 
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing ToolsHow to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
Pinpointe On-Demand
 
Salesforce.com Overview
Salesforce.com   OverviewSalesforce.com   Overview
Salesforce.com Overview
mulodo
 
Salesforce.com overview (1)
Salesforce.com   overview (1)Salesforce.com   overview (1)
Salesforce.com overview (1)
Luan Minh
 
Best Salesforce Training Institute -NareshIT
Best Salesforce Training  Institute -NareshITBest Salesforce Training  Institute -NareshIT
Best Salesforce Training Institute -NareshIT
pavankumar143946
 
Salesforce is for Everyone.pptx
Salesforce is for Everyone.pptxSalesforce is for Everyone.pptx
Salesforce is for Everyone.pptx
jenniferndlovu
 
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
Solvis Consulting, LLC
 
Resume
ResumeResume
Resume
Mukesh Kumar
 
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
SaaS, Overall Tech & Career Look by fmr Salesforce Product LeaderSaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
Product School
 
Salesforce mumbai user group june meetup
Salesforce mumbai user group   june meetupSalesforce mumbai user group   june meetup
Salesforce mumbai user group june meetup
Rakesh Gupta
 
All About Salesforce Lightning
All About Salesforce LightningAll About Salesforce Lightning
All About Salesforce Lightning
JanBask
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
Nicolas Georgeault
 
Age of Exploration: How to Achieve Enterprise-Wide Discovery
Age of Exploration: How to Achieve Enterprise-Wide DiscoveryAge of Exploration: How to Achieve Enterprise-Wide Discovery
Age of Exploration: How to Achieve Enterprise-Wide Discovery
Inside Analysis
 
SAP and Salesforce Integration
SAP and Salesforce IntegrationSAP and Salesforce Integration
SAP and Salesforce Integration
Glenn Johnson
 
Data engineering design patterns
Data engineering design patternsData engineering design patterns
Data engineering design patterns
Valdas Maksimavičius
 
What are the tools and techniques for managing Big Data in your Org
What are the tools and techniques for managing Big Data in your OrgWhat are the tools and techniques for managing Big Data in your Org
What are the tools and techniques for managing Big Data in your Org
Cloud Analogy
 

Similar to Salesforce - Overview & Getting Started (20)

Salesforce CRM: A new way of managing Customer Relationship in cloud environment
Salesforce CRM: A new way of managing Customer Relationship in cloud environmentSalesforce CRM: A new way of managing Customer Relationship in cloud environment
Salesforce CRM: A new way of managing Customer Relationship in cloud environment
 
MuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdfMuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdf
 
Top Salesforce AppExchange Apps & Chrome Extensions
Top Salesforce AppExchange Apps & Chrome ExtensionsTop Salesforce AppExchange Apps & Chrome Extensions
Top Salesforce AppExchange Apps & Chrome Extensions
 
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdfSaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader.pdf
 
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
 
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing ToolsHow to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
 
Salesforce.com Overview
Salesforce.com   OverviewSalesforce.com   Overview
Salesforce.com Overview
 
Salesforce.com overview (1)
Salesforce.com   overview (1)Salesforce.com   overview (1)
Salesforce.com overview (1)
 
Best Salesforce Training Institute -NareshIT
Best Salesforce Training  Institute -NareshITBest Salesforce Training  Institute -NareshIT
Best Salesforce Training Institute -NareshIT
 
Salesforce is for Everyone.pptx
Salesforce is for Everyone.pptxSalesforce is for Everyone.pptx
Salesforce is for Everyone.pptx
 
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
Implementa procesos de calidad de datos para obtener visibilidad de 360 grado...
 
Resume
ResumeResume
Resume
 
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
SaaS, Overall Tech & Career Look by fmr Salesforce Product LeaderSaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
SaaS, Overall Tech & Career Look by fmr Salesforce Product Leader
 
Salesforce mumbai user group june meetup
Salesforce mumbai user group   june meetupSalesforce mumbai user group   june meetup
Salesforce mumbai user group june meetup
 
All About Salesforce Lightning
All About Salesforce LightningAll About Salesforce Lightning
All About Salesforce Lightning
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
 
Age of Exploration: How to Achieve Enterprise-Wide Discovery
Age of Exploration: How to Achieve Enterprise-Wide DiscoveryAge of Exploration: How to Achieve Enterprise-Wide Discovery
Age of Exploration: How to Achieve Enterprise-Wide Discovery
 
SAP and Salesforce Integration
SAP and Salesforce IntegrationSAP and Salesforce Integration
SAP and Salesforce Integration
 
Data engineering design patterns
Data engineering design patternsData engineering design patterns
Data engineering design patterns
 
What are the tools and techniques for managing Big Data in your Org
What are the tools and techniques for managing Big Data in your OrgWhat are the tools and techniques for managing Big Data in your Org
What are the tools and techniques for managing Big Data in your Org
 

Recently uploaded

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
Yara Milbes
 
Photoshop Tutorial for Beginners (2024 Edition)
Photoshop Tutorial for Beginners (2024 Edition)Photoshop Tutorial for Beginners (2024 Edition)
Photoshop Tutorial for Beginners (2024 Edition)
alowpalsadig
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
widenerjobeyrl638
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
narinav14
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
Marcin Chrost
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
vaishalijagtap12
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
Severalnines
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Peter Caitens
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
kalichargn70th171
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid
 
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptxMigration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
ervikas4
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
dakas1
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
seospiralmantra
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data PlatformAlluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio, Inc.
 
Upturn India Technologies - Web development company in Nashik
Upturn India Technologies - Web development company in NashikUpturn India Technologies - Web development company in Nashik
Upturn India Technologies - Web development company in Nashik
Upturn India Technologies
 
TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
aeeva
 

Recently uploaded (20)

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
 
Photoshop Tutorial for Beginners (2024 Edition)
Photoshop Tutorial for Beginners (2024 Edition)Photoshop Tutorial for Beginners (2024 Edition)
Photoshop Tutorial for Beginners (2024 Edition)
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
 
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptxMigration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data PlatformAlluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
 
Upturn India Technologies - Web development company in Nashik
Upturn India Technologies - Web development company in NashikUpturn India Technologies - Web development company in Nashik
Upturn India Technologies - Web development company in Nashik
 
TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
 

Salesforce - Overview & Getting Started

  • 1. Data Science Snaps Bits for wannabe data scientist Data Science Snaps Bits for wannabe data scientist Salesforce Overview & Getting Started Katia Bonella - May 30th 2019
  • 2. Data Science Snaps Bits for wannabe data scientist CRM or Customer Relationship Management is a strategy for managing an organisation's relationships and interactions with customers and potential customers. It uses data analysis about customers' history with a company to improve business relationships with customers, specifically focusing on customer retention and ultimately driving sales growth. Through the CRM approach and the systems used to facilitate it, businesses learn more about their target audiences and how to best cater to their needs. What is CRM? 2
  • 3. Data Science Snaps Bits for wannabe data scientist When people talk about CRM, they might mean any of three things: 3 ● CRM as Technology This is a technology product, often in the cloud, that teams use to record, report and analyse interactions between the company and users. This is also called a CRM system or solution. ● CRM as a Strategy This is a business’ philosophy about how relationships with customers and potential customers should be managed ● CRM as a Process Think of this as a the system a business adopts to nurture and manage those relationships. What is CRM?
  • 4. Data Science Snaps Bits for wannabe data scientist ● 4 ● ● ● ● Sales teams Sales managers can access reliable information about the progress of individual team members in achieving their sales targets. Sales reps can spend more time selling and less time inputting data. Marketing teams They can get clear visibility over every opportunity or lead, and map out the whole customer journey Customer service teams Without a common platform for customer interactions, communications can be missed or lost in the flood of information – leading to an unsatisfactory response to a valued customer. Supply-chain, procurement and partner management teams Reporting enables businesses to compare the efficiency of suppliers and so manage their entire supply chain more effectively. HR team They can use CRM to accelerate the recruitment process and track employee performance. How do different business functions benefit from using CRM?
  • 5. Data Science Snaps Bits for wannabe data scientist Why Salesforce? 5
  • 6. Data Science Snaps Bits for wannabe data scientist Before Salesforce 6 Data is stored in different places and on different devices
  • 7. Data Science Snaps Bits for wannabe data scientist After Salesforce 7 Data is all in Salesforce, accessible via the cloud form any device
  • 8. Data Science Snaps Bits for wannabe data scientist Salesforce organizes your data into objects and records. You can think of objects like a tab on a spreadsheet, and a record like a single row of data. How Salesforce Organizes Your Data 8
  • 9. Data Science Snaps Bits for wannabe data scientist ● 9 ● ● ● ● Record An item you are tracking in your database; if your data is like a spreadsheet, then a record is a row on the spreadsheet Field A place where you store a value, like a name or address; using our spreadsheet example, a field would be a column on the spreadsheet Object A table in the database; in that spreadsheet example, an object is a tab on the spreadsheet Org Short for “organization,” the place where all your data, configuration, and customization lives. You log in to access it. You might also hear this called “your instance of Salesforce” App A set of fields, objects, permissions, and functionality to support a business process How Salesforce Organizes Your Data
  • 10. Data Science Snaps Bits for wannabe data scientist ● ● ● ● Accounts Accounts are the companies you’re doing business with. You can also do business with individual people (like solo contractors) using something called Person Accounts. Contacts Contacts are the people who work at an Account. Leads Leads are potential prospects. You haven’t yet qualified that they are ready to buy or what product they need. You don’t have to use Leads, but they can be helpful if you have team selling, or if you have different sales processes for prospects and qualified buyers. Opportunities Opportunities are qualified leads that you’ve converted. When you convert the Lead, you create an Account and Contact along with the Opportunity. Salesforce Standard Objects 10
  • 11. Data Science Snaps Bits for wannabe data scientist What is the Salesforce Architecture? 11
  • 12. Data Science Snaps Bits for wannabe data scientist Salesforce has two different desktop user interfaces: Lightning Experience and Salesforce Classic. The Lightning Component framework is a UI framework for developing single page applications for mobile and desktop devices. Salesforce Lightning includes the Lightning Component Framework and some tools: ● ● ● Lightning 12 Lightning components accelerate development and app performance. Develop custom components that other developers and admins can use as reusable building blocks to customize Communities, the Salesforce mobile app, and Lightning Experience. Lightning App Builder empowers admins to build Lightning pages visually, without code, using off-the-shelf and custom-built Lightning components. Community Builder empowers admins to build communities visually, without code, using Lightning templates and components.
  • 13. Data Science Snaps Bits for wannabe data scientist • App-centric web application model • UI Generation: Client-side • Recommend for mobile • Custom UI Custom CSS • Reuse nesting components inside other components Visualforce or Lightning? • Page-centric web application model • UI Generation: Server-side • Recommend for use third-party framework es: Angular or React • Render as PDF output 13
  • 14. Data Science Snaps Bits for wannabe data scientist If you use Safari, we recommend using the latest version that Salesforce supports. Apply all Apple software updates. Salesforce currently doesn't support Analytics with Apple Safari. Use Internet Explorer 11, Edge, or the latest version of Chrome or Firefox. Supported Browsers for Lightning Experience 14
  • 15. Data Science Snaps Bits for wannabe data scientist PDF How render as PDF output in a standalone Lightning app? • Solution in AppExchange (Salesforce Store) cons: often this apps have a cost for every user • Use Visualforce cons: duplicate code, effort to mantain • Use External JS Library cons: disable Locker Service (powerful security architecture) 15
  • 16. Data Science Snaps Bits for wannabe data scientist Where to learn? https://trailhead.salesforce.com/ 16
  • 17. Data Science Snaps Bits for wannabe data scientist Trail A trail is an ordered group of modules, projects or both that provides a guided learnig path to learning a new skill, product, or role. A module covers a single learning topics A project is a series of hands-on steps that let lets you learn Salesfroce skills by putting them into practice 17
  • 18. Data Science Snaps Bits for wannabe data scientist Trailhead Playground A Trailhead Playground is an org that you can use for hands-on challenges, learning new features, and testing Customizations. You can create a illimitate number of Thrailhead Playgrpund. 18
  • 19. Data Science Snaps Bits for wannabe data scientist Badges and Superbadges Badges represent what you have learned, are always earned by achieving a measurable numeric goal. Superbadges prove that you can take what you have learned and apply it to solve complex, real-world business problems. Are a great way to test your Salesforce chops at your own pace before scheduling a certification exam. 19
  • 20. Data Science Snaps Bits for wannabe data scientist Certifications To maintain Salesforce Certification credentials, all certified professionals must successfully complete release maintenance exams specific to their credential. Depending on your credentials, you may have anywhere from one to three release exams per credential to complete each year. 20
  • 21. Data Science Snaps Bits for wannabe data scientist My first Standalone Lightning App Lightning Experience Development Aura Components Basics References: 21
  • 22. Data Science Snaps Bits for wannabe data scientist Developer Console 22
  • 23. Data Science Snaps Bits for wannabe data scientist MyApp.app File → New → Lightning Application Name: MyApp MyApp.app MyAppController.js MyAppHelper.js MyApp.css MyApp.auradoc MyAppRender.js MyApp.svg 23
  • 24. Data Science Snaps Bits for wannabe data scientist Preview MyApp.app <aura:application > Hello World! </aura:application> 24
  • 25. Data Science Snaps Bits for wannabe data scientist Component File → New → Lightning Component Name: Component1 Component1.cmp Component1Controller.js Component1Helper.js Component1.css Component1.auradoc Component1Render.js Component1.design Component1.svg 25
  • 26. Data Science Snaps Bits for wannabe data scientist Add Component Component1.cmp <aura:component > <p>I am Component 1</p> </aura:component> MyApp.app <aura:application > Hello World! <c:Component1/> </aura:application> 26
  • 27. Data Science Snaps Bits for wannabe data scientist Add .zip Create a Resource.zip with: style.css .logo { background-image: url("logo1.jpg"); height: 30px; width: 160px; background-repeat: no-repeat; } p { color: red; } logo1.jpg logo2.png 27
  • 28. Data Science Snaps Bits for wannabe data scientist Add Static Resource Setup → Static Resource → New Name: MyResource 28
  • 29. Data Science Snaps Bits for wannabe data scientist MyAppController.js Modify MyAppController.js ({ doInit : function(component, event, helper) { document.title = "My First App"; var headTag = document.getElementsByTagName('head')[0]; var resourceCss = document.createElement("link"); resourceCss.setAttribute("href" , "../resource/MyResource/style.css"); resourceCss.setAttribute("rel" , "stylesheet"); headTag.appendChild(resourceCss); } }) 29
  • 30. Data Science Snaps Bits for wannabe data scientist MyApp.app Modify MyApp.app <aura:application > <aura:handler name= "init" value= "{!this}" action= "{!c.doInit}" /> <div class= "logo"></div> Hello World! <c:Component1/> <img src="../resource/MyResource/logo2.png" width="126" height="100"/> </aura:application> 30
  • 31. Data Science Snaps Bits for wannabe data scientist Preview 31
  • 32. Data Science Snaps Bits for wannabe data scientist Server-Side • Server responses are handled asynchronously • Apex controllers contain remote methods your Lightning components can call Identifier Context Meaning c. "{!c.doInit}" Component markup Client-side controller c. Controller code Server-side controller c: Markup Default namespaces three “c”s is definitely an opportunity for confusion 32
  • 33. Data Science Snaps Bits for wannabe data scientist Apex Class File → New → Apex Class Name: ExpensesController ExpensesController.apxc public with sharing class ExpensesController { @AuraEnabled public static List<Expense__c> getExpenses() { return [SELECT Id, Name, Amount__c FROM Expense__c]; } } In Component’s controller var action = component.get("c.getExpenses"); returns a remote method call to our Apex controller 33
  • 34. Data Science Snaps Bits for wannabe data scientist SOQL It returns the SOQL query results directly. The Lightning Components framework handles all the marshalling/unmarshalling work involved in most situations. Salesforce Object Query Language • Like SQL but optimized for Salesforce • you can’t specify * for all fields • Try Query in Query Editor • Write Apex triggers to perform custom DB actions Apex Triggers public static List<Expense__c> getExpenses() { return [SELECT Id, Name, Amount__c FROM Expense__c]; } 34