SlideShare uma empresa Scribd logo
1 de 39
Salesforce for Marketing
Difference between Developer and Marketing views
Introduction
About myself:
Bohdan Dovhan
Salesforce Development Team Lead
Salesforce Certified Force.com Developer
7 years of Development experience
Cloud computing
Cloud computing, also known as 'on-demand computing', is a kind of Internet-
based computing, where shared resources, data and information are provided
to computers and other devices on-demand. It is a model for enabling
ubiquitous[всюдисущий доступ на вимогу], on-demand access to a shared
pool of configurable computing resources (e.g., networks, servers, storage,
applications and services) that can be rapidly provisioned and released with
minimal management effort. Cloud computing and storage solutions provide
users and enterprises [підприємства] with various capabilities to store and
process their data in third-party data centers.
Cloud computing
Cloud
Why is it called “cloud”?
The origin of the term cloud computing is unclear. The word "cloud" is commonly used
in science to describe a large agglomeration of objects that visually appear from a
distance as a cloud and describes any set of things whose details are not inspected
further in a given context. Another explanation is that the old programs that drew
network schematics surrounded the icons for servers with a circle, and a cluster of
servers in a network diagram had several overlapping circles, which resembled a
cloud.
Service models: SAAS, PAAS, IAAS
Though service-oriented architecture
advocates "everything as a service" (with
the acronyms EaaS or XaaS or simply aas)
cloud-computing providers offer their
"services" according to different models,
which happen to form a stack:
infrastructure-, platform- and software-as-a-
service.
What is Salesforce?
Salesforce.com is a cloud computing and social enterprise software-as-a-service (SaaS)
provider based in San Francisco. It was founded in March 1999, in part by former Oracle
executive Marc Benioff.
Concept Definition
Cloud A Salesforce name for a loose federation of features that help you 
accomplish certain types activities, such as selling products, supporting 
your customers, or collaborating with your coworkers. Two common 
examples you’ll come across are Service Cloud and Sales Cloud.
Cloud Computing Technology that enables Internet-based services that let you sign up and 
log in through a browser.Salesforce delivers its service in the cloud. 
Other familiar cloud computing services include Google Apps and 
Amazon.com.
Software as a 
Service (SaaS)
Software delivered not by traditional means (such as on disk) but in the 
cloud, as a service. There’s nothing to download or install, and updates 
are automatic.
What is Salesforce?
Which features can marketing user use out-
of-the-box?
Sales Force Automation includes
•Accounts records may represent clients or companies
•Contacts records may represent customer representatives
•Leads records represent a prospect or potential Opportunity (leads conversion)
•Opportunities records are usually sales or pending deals
•Activities: tasks and events ( may represent meeting, emails etc.)
•Campaigns records represent marketing campaigns
Marketing user permission
Campaigns
Manage outbound marketing campaigns with direct mail programs, seminars, print
ads, email, and other kinds of marketing collateral. Organize campaigns into
hierarchies for easy analysis to see what works best for increasing your company’s
sales.
To edit or change campaigns user needs “Marketing User” permission and Create or
Edit permission on Campaign object
Marketing
User
Profile
Can manage campaigns, import leads, create letterheads, create HTML email
templates, manage public documents, and update campaign history via the import
wizards. Also has access to the same functionality as the Standard User.
How can Developer develop custom logic or
custom feel and look?
Force.com PaaS platform includes
•APEX: proprietary on-demand Object-oriented language
•VisualForce: markup language and a page development framework
•SOQL: Salesforce Object Query Language for retrieving data
•SOSL: Salesforce Object Search Language allows full-text search
What is Apex on Force.com platform?
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. Using syntax that looks
like Java and acts like database stored procedures, Apex enables developers to add
business logic to most system events, including button clicks, related record updates,
and Visualforce pages. Apex code can be initiated by Web service requests and from
triggers on objects.
What is 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. In the
Visualforce markup language, each Visualforce tag corresponds to a section of
a page, a related list, or a field. The behavior of Visualforce components can
either be controlled by the same logic that is used in standard Salesforce
pages, or developers can associate their own logic with a controller class
written in Apex.
Salesforce Object Query Language (SOQL)
Use the Salesforce Object Query Language (SOQL) to search your organization’s
Salesforce data for specific information. SOQL is similar to the SELECT statement in
the widely used Structured Query Language (SQL) but is designed specifically for
Salesforce data. With SOQL, you can construct simple but powerful query strings in
the following environments: In the queryString parameter in the query() call In Apex
statements In Visualforce controllers and getter methods In the Schema Explorer of
the Force.com IDE
How much it costs
http://www.salesforce.com/ap/crm/editions-pricing.jsp
Salesforce Marketing Cloud
Salesforce Marketing Cloud (formerly known as ExactTarget) is a provider of digital
marketing automation and analytics software and services. It was founded in 2000
under the name ExactTarget. 
In 2012, it raised $161.5 million in an initial public offering, before being acquired by
Salesforce for $2.5 billion in 2013. ExactTarget was renamed to Salesforce Marketing
Cloud in 2014 after the acquisition by Salesforce.
How much it costs
http://www.salesforce.com/ap/crm/editions-pricing.jsp
How can I create product and sell it
The AppExchange is the world’s leading business app marketplace. AppExchange
apps are customized for Salesforce and extend Salesforce to every department and
every industry under the sun.
How can I help Salesforce to improve?
Idea Exchange is the place where you can suggest ideas. You can share and vote for
ideas to improve the product. They say they're listening to make you participate in the
IdeaExchange to suggest new features, vote and comment on your favorite ideas.
However, an idea needs 2500 idea points (250 users voted) to get noticed.
How to taste Sales Cloud for free?
1. Register Developer Edition organization: 5 MB of Data, 20 MB of Files Data,
2 Full Salesforce User Licenses, 3 Salesforce Platform User Licenses
Ability to create Unmanaged or Managed Package for AppExchange
2. Start a trial org for one month: 1 GB of Data, 1 GB of File Data.
Organization will expire in one month.
Examples: Send SMS Example
Examples: Geolocation Example
Examples: Book Store Example
References
1. https://en.wikipedia.org/wiki/Cloud_computing
2. http://searchcloudapplications.techtarget.com/definition/Salesforcecom
3. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_in
4. https://developer.salesforce.com/docs/atlas.en-
us.pages.meta/pages/pages_intro_what_is_it.htm
5. https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/
6. http://sendsmstobohdandovhan-developer-edition.eu3.force.com/
7. http://book-store-developer-edition.ap1.force.com/
Further readings
1. https://help.salesforce.com/apex/HTViewHelpDoc?
id=basics_sf_concepts_terms.htm&language=en_US
2. http://www.salesforce.com/ap/crm/editions-pricing.jsp
3. My blog: https://patlatus.wordpress.com/category/salesforce/
4. http://sug-lviv.blogspot.com/2014/02/salesforce.html (in Ukrainian)
5. https://developer.salesforce.com/docs/
Q & A? Questions?
AND FINALLY:
MAY BE THE FORCE.COM WITH YOU...

Mais conteúdo relacionado

Mais procurados

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
suresh
 

Mais procurados (20)

Salesforce
SalesforceSalesforce
Salesforce
 
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
 
Session 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCESession 1: INTRODUCTION TO SALESFORCE
Session 1: INTRODUCTION TO SALESFORCE
 
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
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
 
Salesforce Presentation
Salesforce PresentationSalesforce Presentation
Salesforce Presentation
 
Salesforce.com overview (1)
Salesforce.com   overview (1)Salesforce.com   overview (1)
Salesforce.com overview (1)
 
Salesforce Communities
Salesforce CommunitiesSalesforce Communities
Salesforce Communities
 
What Is Salesforce CRM, Editions, Licenses?
What Is Salesforce CRM, Editions, Licenses?What Is Salesforce CRM, Editions, Licenses?
What Is Salesforce CRM, Editions, Licenses?
 
Salesforce Intro
Salesforce IntroSalesforce Intro
Salesforce Intro
 
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 Integration Pattern Overview
Salesforce Integration Pattern OverviewSalesforce Integration Pattern Overview
Salesforce Integration Pattern Overview
 
Salesforce Marketing Cloud: Creating 1:1 Journeys
Salesforce Marketing Cloud: Creating 1:1 JourneysSalesforce Marketing Cloud: Creating 1:1 Journeys
Salesforce Marketing Cloud: Creating 1:1 Journeys
 
Salesforce online training SFDC online course
Salesforce online training  SFDC online courseSalesforce online training  SFDC online course
Salesforce online training SFDC online course
 
Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2Salesforce intro session_for_students_v2
Salesforce intro session_for_students_v2
 
How Salesforce CRM works & who should use it?
How Salesforce CRM works & who should use it?How Salesforce CRM works & who should use it?
How Salesforce CRM works & who should use it?
 
Salesforce sales cloud solutions
Salesforce sales cloud solutionsSalesforce sales cloud solutions
Salesforce sales cloud solutions
 
Salesforce ppt
Salesforce pptSalesforce ppt
Salesforce ppt
 
Salesforce for Marketing Overview Deck
Salesforce for Marketing Overview DeckSalesforce for Marketing Overview Deck
Salesforce for Marketing Overview Deck
 
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?
 

Destaque (7)

Hoy es marketing Telefónica
Hoy es marketing TelefónicaHoy es marketing Telefónica
Hoy es marketing Telefónica
 
Salesforce españa - ¿Por qué implantar Salesforce CRM en una Correduría?
Salesforce españa - ¿Por qué implantar Salesforce CRM en una Correduría?Salesforce españa - ¿Por qué implantar Salesforce CRM en una Correduría?
Salesforce españa - ¿Por qué implantar Salesforce CRM en una Correduría?
 
Jose M Guerrero SalesForce
Jose M Guerrero SalesForceJose M Guerrero SalesForce
Jose M Guerrero SalesForce
 
05 Casos de Exito: Permita que nuestros clientes hablen de su éxito con Sales...
05 Casos de Exito: Permita que nuestros clientes hablen de su éxito con Sales...05 Casos de Exito: Permita que nuestros clientes hablen de su éxito con Sales...
05 Casos de Exito: Permita que nuestros clientes hablen de su éxito con Sales...
 
Plv Catalogo Esp
Plv Catalogo EspPlv Catalogo Esp
Plv Catalogo Esp
 
Descubre La Comunidad Salesforce
Descubre La Comunidad SalesforceDescubre La Comunidad Salesforce
Descubre La Comunidad Salesforce
 
Salesforce CRM
Salesforce CRMSalesforce CRM
Salesforce CRM
 

Semelhante a Salesforce for marketing

Leveraging Cloud
Leveraging CloudLeveraging Cloud
Leveraging Cloud
msmiller31
 

Semelhante a Salesforce for marketing (20)

Force.com (Salesforce.com)
Force.com (Salesforce.com)Force.com (Salesforce.com)
Force.com (Salesforce.com)
 
Webservices using Salesforce
Webservices using SalesforceWebservices using Salesforce
Webservices using Salesforce
 
WebServices Using Salesforce
WebServices Using SalesforceWebServices Using Salesforce
WebServices Using Salesforce
 
Dev day paris020415
Dev day paris020415Dev day paris020415
Dev day paris020415
 
Salesforce PPT.pptx
Salesforce PPT.pptxSalesforce PPT.pptx
Salesforce PPT.pptx
 
Salesforce
Salesforce  Salesforce
Salesforce
 
Presentation on cloud computing
Presentation on cloud computingPresentation on cloud computing
Presentation on cloud computing
 
Introduction to salesforce ppt
Introduction to salesforce pptIntroduction to salesforce ppt
Introduction to salesforce ppt
 
Comparison of cloud service providers
Comparison of cloud service providersComparison of cloud service providers
Comparison of cloud service providers
 
All About Salesforce Lightning
All About Salesforce LightningAll About Salesforce Lightning
All About Salesforce Lightning
 
webservices using salesforce
webservices using salesforcewebservices using salesforce
webservices using salesforce
 
WebServices using salesforce
WebServices using salesforceWebServices using salesforce
WebServices using salesforce
 
Salesforce Training By JanBask Training
Salesforce Training By JanBask TrainingSalesforce Training By JanBask Training
Salesforce Training By JanBask Training
 
Dynamic approach of salesforce development in business
Dynamic approach of salesforce development in businessDynamic approach of salesforce development in business
Dynamic approach of salesforce development in business
 
Salesforce Lightning App Development_ The Comprehensive Guide 2024.pdf
Salesforce Lightning App Development_ The Comprehensive Guide 2024.pdfSalesforce Lightning App Development_ The Comprehensive Guide 2024.pdf
Salesforce Lightning App Development_ The Comprehensive Guide 2024.pdf
 
How can Salesforce Implementer be used in the digital er1.pdf
How can Salesforce Implementer be used in the digital er1.pdfHow can Salesforce Implementer be used in the digital er1.pdf
How can Salesforce Implementer be used in the digital er1.pdf
 
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
 
Leveraging Cloud
Leveraging CloudLeveraging Cloud
Leveraging Cloud
 
Salesforce as a PaaS - Architecture of Force.com
Salesforce as a PaaS - Architecture of Force.comSalesforce as a PaaS - Architecture of Force.com
Salesforce as a PaaS - Architecture of Force.com
 
SharePoint_mTech
SharePoint_mTechSharePoint_mTech
SharePoint_mTech
 

Mais de Bohdan Dovhań

Mais de Bohdan Dovhań (14)

PUBLISHING YOUR PACKAGE TO APPEXCHANGE IN 2023
PUBLISHING YOUR PACKAGE TO APPEXCHANGEIN 2023PUBLISHING YOUR PACKAGE TO APPEXCHANGEIN 2023
PUBLISHING YOUR PACKAGE TO APPEXCHANGE IN 2023
 
Second-generation managed packages
Second-generation managed packagesSecond-generation managed packages
Second-generation managed packages
 
Migrate To Lightning Web Components from Aura framework to increase performance
Migrate To Lightning Web Components from Aura framework to increase performance Migrate To Lightning Web Components from Aura framework to increase performance
Migrate To Lightning Web Components from Aura framework to increase performance
 
SFDX - Spring 2019 Update
SFDX - Spring 2019 UpdateSFDX - Spring 2019 Update
SFDX - Spring 2019 Update
 
Custom Metadata Records Deployment From Apex Code
Custom Metadata Records Deployment From Apex CodeCustom Metadata Records Deployment From Apex Code
Custom Metadata Records Deployment From Apex Code
 
Salesforce Developer eXperience (SFDX)
Salesforce Developer eXperience (SFDX)Salesforce Developer eXperience (SFDX)
Salesforce Developer eXperience (SFDX)
 
SFDX Presentation
SFDX PresentationSFDX Presentation
SFDX Presentation
 
Sdfc forbidden and advanced techniques
Sdfc forbidden and advanced techniquesSdfc forbidden and advanced techniques
Sdfc forbidden and advanced techniques
 
SFDC REST API
SFDC REST APISFDC REST API
SFDC REST API
 
Being A Salesforce Jedi
Being A Salesforce JediBeing A Salesforce Jedi
Being A Salesforce Jedi
 
Salesforce REST API
Salesforce  REST API Salesforce  REST API
Salesforce REST API
 
Salesforce certifications process
Salesforce certifications processSalesforce certifications process
Salesforce certifications process
 
Introduction about development, programs, saas and salesforce
Introduction about development, programs, saas and salesforceIntroduction about development, programs, saas and salesforce
Introduction about development, programs, saas and salesforce
 
ExtJS Sencha Touch
ExtJS Sencha TouchExtJS Sencha Touch
ExtJS Sencha Touch
 

Último

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
anilsa9823
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 

Salesforce for marketing

  • 1. Salesforce for Marketing Difference between Developer and Marketing views
  • 2. Introduction About myself: Bohdan Dovhan Salesforce Development Team Lead Salesforce Certified Force.com Developer 7 years of Development experience
  • 3. Cloud computing Cloud computing, also known as 'on-demand computing', is a kind of Internet- based computing, where shared resources, data and information are provided to computers and other devices on-demand. It is a model for enabling ubiquitous[всюдисущий доступ на вимогу], on-demand access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications and services) that can be rapidly provisioned and released with minimal management effort. Cloud computing and storage solutions provide users and enterprises [підприємства] with various capabilities to store and process their data in third-party data centers.
  • 6. Why is it called “cloud”? The origin of the term cloud computing is unclear. The word "cloud" is commonly used in science to describe a large agglomeration of objects that visually appear from a distance as a cloud and describes any set of things whose details are not inspected further in a given context. Another explanation is that the old programs that drew network schematics surrounded the icons for servers with a circle, and a cluster of servers in a network diagram had several overlapping circles, which resembled a cloud.
  • 7. Service models: SAAS, PAAS, IAAS Though service-oriented architecture advocates "everything as a service" (with the acronyms EaaS or XaaS or simply aas) cloud-computing providers offer their "services" according to different models, which happen to form a stack: infrastructure-, platform- and software-as-a- service.
  • 8. What is Salesforce? Salesforce.com is a cloud computing and social enterprise software-as-a-service (SaaS) provider based in San Francisco. It was founded in March 1999, in part by former Oracle executive Marc Benioff. Concept Definition Cloud A Salesforce name for a loose federation of features that help you  accomplish certain types activities, such as selling products, supporting  your customers, or collaborating with your coworkers. Two common  examples you’ll come across are Service Cloud and Sales Cloud. Cloud Computing Technology that enables Internet-based services that let you sign up and  log in through a browser.Salesforce delivers its service in the cloud.  Other familiar cloud computing services include Google Apps and  Amazon.com. Software as a  Service (SaaS) Software delivered not by traditional means (such as on disk) but in the  cloud, as a service. There’s nothing to download or install, and updates  are automatic.
  • 10.
  • 11. Which features can marketing user use out- of-the-box? Sales Force Automation includes •Accounts records may represent clients or companies •Contacts records may represent customer representatives •Leads records represent a prospect or potential Opportunity (leads conversion) •Opportunities records are usually sales or pending deals •Activities: tasks and events ( may represent meeting, emails etc.) •Campaigns records represent marketing campaigns
  • 12. Marketing user permission Campaigns Manage outbound marketing campaigns with direct mail programs, seminars, print ads, email, and other kinds of marketing collateral. Organize campaigns into hierarchies for easy analysis to see what works best for increasing your company’s sales. To edit or change campaigns user needs “Marketing User” permission and Create or Edit permission on Campaign object Marketing User Profile Can manage campaigns, import leads, create letterheads, create HTML email templates, manage public documents, and update campaign history via the import wizards. Also has access to the same functionality as the Standard User.
  • 13. How can Developer develop custom logic or custom feel and look? Force.com PaaS platform includes •APEX: proprietary on-demand Object-oriented language •VisualForce: markup language and a page development framework •SOQL: Salesforce Object Query Language for retrieving data •SOSL: Salesforce Object Search Language allows full-text search
  • 14. What is Apex on Force.com platform? 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. Using syntax that looks like Java and acts like database stored procedures, Apex enables developers to add business logic to most system events, including button clicks, related record updates, and Visualforce pages. Apex code can be initiated by Web service requests and from triggers on objects.
  • 15. What is 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. In the Visualforce markup language, each Visualforce tag corresponds to a section of a page, a related list, or a field. The behavior of Visualforce components can either be controlled by the same logic that is used in standard Salesforce pages, or developers can associate their own logic with a controller class written in Apex.
  • 16. Salesforce Object Query Language (SOQL) Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information. SOQL is similar to the SELECT statement in the widely used Structured Query Language (SQL) but is designed specifically for Salesforce data. With SOQL, you can construct simple but powerful query strings in the following environments: In the queryString parameter in the query() call In Apex statements In Visualforce controllers and getter methods In the Schema Explorer of the Force.com IDE
  • 17. How much it costs http://www.salesforce.com/ap/crm/editions-pricing.jsp
  • 18. Salesforce Marketing Cloud Salesforce Marketing Cloud (formerly known as ExactTarget) is a provider of digital marketing automation and analytics software and services. It was founded in 2000 under the name ExactTarget.  In 2012, it raised $161.5 million in an initial public offering, before being acquired by Salesforce for $2.5 billion in 2013. ExactTarget was renamed to Salesforce Marketing Cloud in 2014 after the acquisition by Salesforce.
  • 19. How much it costs http://www.salesforce.com/ap/crm/editions-pricing.jsp
  • 20. How can I create product and sell it The AppExchange is the world’s leading business app marketplace. AppExchange apps are customized for Salesforce and extend Salesforce to every department and every industry under the sun.
  • 21. How can I help Salesforce to improve? Idea Exchange is the place where you can suggest ideas. You can share and vote for ideas to improve the product. They say they're listening to make you participate in the IdeaExchange to suggest new features, vote and comment on your favorite ideas. However, an idea needs 2500 idea points (250 users voted) to get noticed.
  • 22. How to taste Sales Cloud for free? 1. Register Developer Edition organization: 5 MB of Data, 20 MB of Files Data, 2 Full Salesforce User Licenses, 3 Salesforce Platform User Licenses Ability to create Unmanaged or Managed Package for AppExchange 2. Start a trial org for one month: 1 GB of Data, 1 GB of File Data. Organization will expire in one month.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 34. References 1. https://en.wikipedia.org/wiki/Cloud_computing 2. http://searchcloudapplications.techtarget.com/definition/Salesforcecom 3. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_in 4. https://developer.salesforce.com/docs/atlas.en- us.pages.meta/pages/pages_intro_what_is_it.htm 5. https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/ 6. http://sendsmstobohdandovhan-developer-edition.eu3.force.com/ 7. http://book-store-developer-edition.ap1.force.com/
  • 35. Further readings 1. https://help.salesforce.com/apex/HTViewHelpDoc? id=basics_sf_concepts_terms.htm&language=en_US 2. http://www.salesforce.com/ap/crm/editions-pricing.jsp 3. My blog: https://patlatus.wordpress.com/category/salesforce/ 4. http://sug-lviv.blogspot.com/2014/02/salesforce.html (in Ukrainian) 5. https://developer.salesforce.com/docs/
  • 36. Q & A? Questions?
  • 37.
  • 38.
  • 39. AND FINALLY: MAY BE THE FORCE.COM WITH YOU...