SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com OverviewEdureka!
 
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!
 
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
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.comEdureka!
 
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
 
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
 
Salesforce crm and its cloud services ppt converted
Salesforce crm and its cloud services ppt convertedSalesforce crm and its cloud services ppt converted
Salesforce crm and its cloud services ppt convertedAmbientInfoSolutions1
 
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 OverviewLogeekNightUkraine
 
Salesforce Cross-Cloud Architecture
Salesforce Cross-Cloud ArchitectureSalesforce Cross-Cloud Architecture
Salesforce Cross-Cloud ArchitectureThierry TROUIN ☁
 
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 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
 
Salesforce Online Training
Salesforce Online TrainingSalesforce Online Training
Salesforce Online TrainingKeylabs
 
Salesforce Presentation
Salesforce PresentationSalesforce Presentation
Salesforce PresentationChetna Purohit
 
Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation missmeryl
 

La actualidad más candente (20)

Salesforce.com Overview
Salesforce.com OverviewSalesforce.com Overview
Salesforce.com Overview
 
Top Benefits of Salesforce in Business
Top Benefits of Salesforce in BusinessTop Benefits of Salesforce in Business
Top Benefits of Salesforce in Business
 
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...
 
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
 
Introduction to Salesforce.com
Introduction to Salesforce.comIntroduction to Salesforce.com
Introduction to Salesforce.com
 
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
 
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 crm and its cloud services ppt converted
Salesforce crm and its cloud services ppt convertedSalesforce crm and its cloud services ppt converted
Salesforce crm and its cloud services ppt converted
 
Salesforce 101
Salesforce 101Salesforce 101
Salesforce 101
 
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 Cross-Cloud Architecture
Salesforce Cross-Cloud ArchitectureSalesforce Cross-Cloud Architecture
Salesforce Cross-Cloud Architecture
 
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 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 Online Training
Salesforce Online TrainingSalesforce Online Training
Salesforce Online Training
 
Salesforce
SalesforceSalesforce
Salesforce
 
Salesforce Deck Template
Salesforce Deck TemplateSalesforce Deck Template
Salesforce Deck Template
 
Salesforce Presentation
Salesforce PresentationSalesforce Presentation
Salesforce Presentation
 
Salesforce PPT.pptx
Salesforce PPT.pptxSalesforce PPT.pptx
Salesforce PPT.pptx
 
Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation
 

Destacado

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
 

Destacado (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 a 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 a 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
 

Último

B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
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
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 
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
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...lizamodels9
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
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
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLkapoorjyoti4444
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceDamini Dixit
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noidadlhescort
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
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
 
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
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
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
 

Último (20)

B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
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...
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
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...
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
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
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
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
 
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
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
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
 

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