SlideShare a Scribd company logo
1 of 26
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

Salesforce Overview For Beginners/Students
Salesforce Overview For Beginners/StudentsSalesforce Overview For Beginners/Students
Salesforce Overview For Beginners/StudentsSujesh Ramachandran
 
Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Stephen Edache Paul
 
Salesforce sales cloud solutions
Salesforce sales cloud solutionsSalesforce sales cloud solutions
Salesforce sales cloud solutionsJanBask LLC
 
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
 
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
 
Salesforce Online Training
Salesforce Online TrainingSalesforce Online Training
Salesforce Online TrainingKeylabs
 
Session 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCESession 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCESmritiSharan1
 
Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com OverviewEdureka!
 
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
 
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...Edureka!
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.comEdureka!
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platformJohn Stevenson
 
CRM Salesforce Overview
CRM Salesforce OverviewCRM Salesforce Overview
CRM Salesforce OverviewEdureka!
 
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 DealsCloud Analogy
 
Introduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - BasicIntroduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - Basicsanskriti agarwal
 
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 IntroductionHabilelabs
 

What's hot (20)

Salesforce Overview For Beginners/Students
Salesforce Overview For Beginners/StudentsSalesforce Overview For Beginners/Students
Salesforce Overview For Beginners/Students
 
Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2
 
Salesforce
SalesforceSalesforce
Salesforce
 
Salesforce sales cloud solutions
Salesforce sales cloud solutionsSalesforce sales cloud solutions
Salesforce sales cloud solutions
 
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 ppt
Salesforce pptSalesforce ppt
Salesforce ppt
 
The Role of the Salesforce Administrator
The Role of the Salesforce Administrator The Role of the Salesforce Administrator
The Role of the Salesforce Administrator
 
Salesforce Online Training
Salesforce Online TrainingSalesforce Online Training
Salesforce Online Training
 
Salesforce PPT.pptx
Salesforce PPT.pptxSalesforce PPT.pptx
Salesforce PPT.pptx
 
Session 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCESession 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCE
 
Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com Overview
 
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
 
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...
Introduction to Salesforce | Salesforce Tutorial for Beginners | Salesforce T...
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.com
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
 
CRM Salesforce Overview
CRM Salesforce OverviewCRM Salesforce Overview
CRM Salesforce Overview
 
Salesforce 101
Salesforce 101Salesforce 101
Salesforce 101
 
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
 
Introduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - BasicIntroduction to Salesforce Platform - Basic
Introduction to Salesforce Platform - Basic
 
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
 

Viewers also liked

Métodos de investigación
Métodos de investigaciónMétodos de investigación
Métodos de investigaciónDigiZen
 
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
 
So dồ gant
So dồ gantSo dồ gant
So dồ gantjojoBJ
 
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 apexRinku Saini
 
Basic of oracle application Login steps
Basic of oracle application Login stepsBasic of oracle application Login steps
Basic of oracle application Login stepsGirishchandra 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
 
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 ExercisesMiranda 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 DevelopersDave Bost
 
Innovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC IntegrationsInnovate2011 Keys to Building OSLC Integrations
Innovate2011 Keys to Building OSLC IntegrationsSteve 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

Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...amitlee9823
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1kcpayne
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture conceptP&CO
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfAmzadHosen3
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperityhemanthkumar470700
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Sheetaleventcompany
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 

Recently uploaded (20)

Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 

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