SlideShare a Scribd company logo
1 of 22
Architect a
Composable
Salesforce Solution
Salesforce Well-Architected
Forward Looking Statements
This presentation contains forward-looking statements about, among other things, trend analyses and statements regarding future events, future financial performance, anticipated growth, industry prospects, environmental, social and governance goals, our
strategies, expectation or plans regarding our investments, including strategic investments or acquisitions, our beliefs or expectations regarding our competition, our intentions regarding use of future earnings or dividends, and the expected timing of product
releases and enhancements. The achievement or success of the matters covered by such forward-looking statements involves risks, uncertainties and assumptions. If any such risks or uncertainties materialize or if any of the assumptions prove incorrect,
Salesforce’s results could differ materially from the results expressed or implied by these forward-looking statements. The risks and uncertainties referred to above include those factors discussed in Salesforce’s reports filed from time to time with the Securities and
Exchange Commission, including, but not limited to: our ability to maintain security levels and service performance that meet the expectations of our customers, and the resources and costs required to avoid unanticipated downtime and prevent, detect and
remediate performance degradation and security breaches; the expenses associated with our data centers and third-party infrastructure providers; our ability to secure additional data center capacity; our reliance on third-party hardware, software and platform
providers; uncertainties regarding AI technologies and its integration into our product offerings; the effect of evolving domestic and foreign government regulations, including those related to the provision of services on the Internet, those related to accessing the
Internet, and those addressing data privacy, cross-border data transfers and import and export controls; current and potential litigation involving us or our industry, including litigation involving acquired entities, and the resolution or settlement thereof; regulatory
developments and regulatory investigations involving us or affecting our industry; our ability to successfully introduce new services and product features, including any efforts to expand our services; the success of our strategy of acquiring or making investments in
complementary businesses, joint ventures, services, technologies and intellectual property rights; our ability to complete, on a timely basis or at all, announced transactions; our ability to realize the benefits from acquisitions, strategic partnerships, joint ventures
and investments, and successfully integrate acquired businesses and technologies; our ability to compete in the markets in which we participate; the success of our business strategy and our plan to build our business, including our strategy to be a leading provider
of enterprise cloud computing applications and platforms; our ability to execute our business plans; our ability to continue to grow unearned revenue and remaining performance obligation; the pace of change and innovation in enterprise cloud computing
services; the seasonal nature of our sales cycles; our ability to limit customer attrition and costs related to those efforts; the success of our international expansion strategy; the demands on our personnel and infrastructure resulting from significant growth in our
customer base and operations, including as a result of acquisitions; our ability to preserve our workplace culture, including as a result of our decisions regarding our current and future office environments or remote work policies; our dependency on the
development and maintenance of the infrastructure of the Internet; our real estate and office facilities strategy and related costs and uncertainties; fluctuations in, and our ability to predict, our operating results and cash flows; the variability in our results arising
from the accounting for term license revenue products; the performance and fair value of our investments in complementary businesses through our strategic investment portfolio; the impact of future gains or losses from our strategic investment portfolio,
including gains or losses from overall market conditions that may affect the publicly traded companies within our strategic investment portfolio; our ability to protect our intellectual property rights; our ability to maintain and enhance our brands; the impact of
foreign currency exchange rate and interest rate fluctuations on our results; the valuation of our deferred tax assets and the release of related valuation allowances; the potential availability of additional tax assets in the future; the impact of new accounting
pronouncements and tax laws; uncertainties affecting our ability to estimate our tax rate; uncertainties regarding our tax obligations in connection with potential jurisdictional transfers of intellectual property, including the tax rate, the timing of transfers and the
value of such transferred intellectual property; uncertainties regarding the effect of general economic, business and market conditions, including inflationary pressures, general economic downturn or recession, market volatility, increasing interest rates, changes in
monetary policy and the prospect of a shutdown of the U.S. federal government; the potential impact of financial institution instability; the impact of geopolitical events, including the ongoing armed conflict in Europe; uncertainties regarding the impact of
expensing stock options and other equity awards; the sufficiency of our capital resources; our ability to execute our share repurchase program; our ability to comply with our debt covenants and lease obligations; the impact of climate change, natural disasters and
actual or threatened public health emergencies; expected benefits of and timing of completion of the restructuring plan and the expected costs and charges of the restructuring plan, including, among other things, the risk that the restructuring costs and charges
may be greater than we anticipate, our restructuring efforts may adversely affect our internal programs and ability to recruit and retain skilled and motivated personnel, our restructuring efforts may be distracting to employees and management, our restructuring
efforts may negatively impact our business operations and reputation with or ability to serve customers, and our restructuring efforts may not generate their intended benefits to the extent or as quickly as anticipated; and our ability to achieve our aspirations,
goals and projections related to our environmental, social and governance initiatives, including our ability to comply with emerging corporate responsibility regulations.
Agenda
Introduction
Get Hands-On
Readouts
Potential Solution Review
Next Steps
Introduction
Salesforce Well-Architected
Salesforce
Well-Architected
Prescriptive guidance, resources and tools to help you
implement Salesforce the right way.
Available at architect.salesforce.com/well-architected
Released
August
‘22
Why does Well-Architected matter?
It can be difficult to understand if there are architectural benchmarks common
to all healthy solutions, given the wide variety across implementations.
At Salesforce, everything we do as a company and as people is guided by our core
values.
We believe this can also apply to architecture.
Salesforce Well-Architected
Our framework
https://architect.salesforce.com/well-architected
Well-Architected Overview
Adaptable
Adaptable solutions evolve with the business. A solution well-architected to be
Adaptable is resilient and composable.
Resilient solutions handle change well.
Composable solutions adjust quickly & with greater stability.
https://architect.salesforce.com/well-architected/adaptable
Composable At-a-Glance
Topic Consideration Definition Questions to ask
Separation of
Concerns
Functional Units
A business-oriented perspective used to identify and
organize modular units (or capabilities) within the
system.
1. Do team members know how to identify business capabilities and give
them clear names?
2. Is metadata grouped into meaningful units that make business functions
clear?
3. Do functional units group common business tasks together avoiding
replication?
State Management
Clear paths exist for logic flows within and between
units, as well as graceful paths for unplanned
execution behaviors.
1. Do your design standards contain clear use cases for stateful and
stateless designs?
2. Do your automations contain fault paths and rollback behaviors?
Interoperability
Messaging and Eventing
Individual system components use clear protocols for
sending information in stateful (messages) and
stateless (events) ways.
1. Do design standards contain clear guidance for when to send
information in stateless vs stateful ways?
2. Do automations follow consistent patterns for sending messages vs events?
API Management
Individual system components follow predictable
communication patterns.
1. Do your design standards contain standards for message event and
message payload structures?
2. Are API message formats and variables for external communication
defined with platform events?
Packageability
Loose Coupling
Individual pieces of metadata are not strongly tied to
one another.
1. Is metadata associated with independent functionality isolated by business
unit?
2. Does your solution use custom metadata types to provide dynamic,
run-time information for code and declarative customizations
Dependency
Management
Identifying and structuring relationships between
metadata.
1. Have you ensured that metadata is not duplicated across packages?
2. Does your packaging strategy contain horizontal layers to abstract
common functionality?
Get Hands-On
With Well-Architected
Scenario
Equipment International (EI) is a global manufacturing company that makes
construction, farming and mining equipment. EI is currently using Salesforce
for its construction business unit. Stakeholders would like to expand use
across the company.
There are 2 challenges.
You’ll spend equal amounts of time solving these two problems. Make
sure to save room on your board to diagram both!
Cheat Sheet
Challenge 1
Topic Consideration
Separation of
Concerns
Functional Units
State Management
Interoperability
Messaging and Eventing
API Management
Packageability
Loose Coupling
Dependency Management
Cheat Sheet
Equipment International (EI) architects want the whole business to use the existing Salesforce design standards. They are
not sure if the standards defined by the Construction business stakeholders will work for everyone.
Identify what is not Well-Architected about EI’s current design standards:
Design Standards
1. All metadata uses the prefix cons_ to designate the construction business unit.
2. Automations must handle errors elegantly via fault paths and roll back incomplete transactions
where possible.
3. Apex code should pass information via custom events. All Flows should utilize Platform Events
to pass information. All JavaScript should use native JavaScript events.
4. Development teams define and document message payloads based on project needs.
5. Dynamic runtime information should be stored in or Custom Settings or as custom object records.
Challenge 2
Equipment International (EI) wants to be composable. They want to organize their org into functional units. The diagram below shows
function units currently defined for Construction. It also shows the units proposed by the delivery teams for Farming and Mining. Each
division uses the same inventory, billing & machine service processes. Farming uses a direct sales model. Mining uses the same sales model
as Construction. They want to use this as a model for their packaging strategy.
Review the proposed functional units and recommend how to make it more composable, using Well-Architected.
Cheat
Sheet
Readouts
What wasn’t Well-Architected in the
challenge?
How does your solution solve the
business problem?
What is Well-Architected about your
solution?
Potential Solution 1
Process Characteristic Well-Architected? Well-Architected Alignment
1. All metadata uses the prefix cons_ to designate the
construction business unit.
No
Naming conventions should make the purpose of metadata easier to
understand & align to business functions - Functional Units
BONUS: In a composable system, metadata should be able to move
gracefully between functional units. This naming convention tightly couples
metadata to a specific business unit. Loose Coupling
2. Automations must handle errors elegantly via fault
paths and roll back incomplete transactions where
possible.
Yes
Savepoints and rollback behaviors are used in all data operations - State
Management
3. Apex code should pass information via custom events. All
Flows should utilize Platform Events to pass information. All
JavaScript should use native JavaScript events. No
Automations use consistent messaging and eventing patterns -
Messaging and Eventing
4. Development teams define and document message
payloads based on project needs.
No
Clear standards should exist for event and message structures- API
Management
5. Dynamic runtime information should be stored in or
Custom Settings or as custom object records.
No
Custom metadata types should be used for dynamic, run-time
information for code and declarative customizations - Loose Coupling
Potential Solution 2
Common functionality is abstracted into horizontal layers
1
2
3
4
Here’s why the Solution is Well-Architected
Solution Well-Architected Alignment
1. Functional units focus on the jobs to be done (JTBD) of users
and the business itself as much as possible. Common jobs are
unified, not replicated.
Functional units are labeled in business-friendly terms - Functional Units
2. Common functionality that might be needed by more than one
package is abstracted into a horizontal layer.
Horizontal layers are the source of common functionality - Dependency
Management
3. Functionality is oriented to business capabilities,
eliminating the need to duplicate metadata.
No metadata is duplicated across packages - Dependency Management
4. (Bonus) Permissions for each business units are included in each
unit’s individual package.
Independent functionality is isolated by business unit - Loose Coupling
Learn more about Salesforce Well-Architected
Explore all the topics
https://architect.salesforce.com/well-architected
Readouts
What wasn’t Well-Architected in the
challenge?
How does your solution solve the
business problem?
What is Well-Architected about your
solution?
Workshop : Designing Solid Solution Architecture
The Composable Way
Speakers : Lilith Van Biesen & Miriam McCabe
When : February 8th
RSVP : bit.ly/SFArchitectsParisGroup
What’s next ?
Thank
you

More Related Content

Similar to Architect a Composable Salesforce Solution.pdf

Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...
Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...
Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...Big Compass
 
Jax, FL Admin Group Presents: Summer '22 Release Highlights
Jax, FL Admin Group Presents: Summer '22 Release HighlightsJax, FL Admin Group Presents: Summer '22 Release Highlights
Jax, FL Admin Group Presents: Summer '22 Release HighlightsMarc Lester
 
Ameliorez vos parcours omnicanaux avec Marketing Cloud
Ameliorez vos parcours omnicanaux avec Marketing CloudAmeliorez vos parcours omnicanaux avec Marketing Cloud
Ameliorez vos parcours omnicanaux avec Marketing CloudThierry TROUIN ☁
 
Toronto Developer Group - Winter 24' Release Highlights.pptx
Toronto Developer Group - Winter 24' Release Highlights.pptxToronto Developer Group - Winter 24' Release Highlights.pptx
Toronto Developer Group - Winter 24' Release Highlights.pptxKaranraj Sankaranarayanan
 
Go with the Flow - Jarrod Kingston
Go with the Flow - Jarrod KingstonGo with the Flow - Jarrod Kingston
Go with the Flow - Jarrod KingstonJarrod Kingston
 
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...Amol Dixit
 
Fort Worth Community - Record Triggered Automations.pdf
Fort Worth Community - Record Triggered Automations.pdfFort Worth Community - Record Triggered Automations.pdf
Fort Worth Community - Record Triggered Automations.pdfAmeyKulkarni84
 
Jax, FL Admin Group Presents: Spring '22 Release Highlights
Jax, FL Admin Group Presents: Spring '22 Release HighlightsJax, FL Admin Group Presents: Spring '22 Release Highlights
Jax, FL Admin Group Presents: Spring '22 Release HighlightsMarc Lester
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Wellington Salesforce User Group - Summer 22 Release
Wellington Salesforce User Group - Summer 22 ReleaseWellington Salesforce User Group - Summer 22 Release
Wellington Salesforce User Group - Summer 22 ReleaseAnna Loughnan Colquhoun
 
Jax, FL Admin Group Presents: Winter '22 Release Highlights
Jax, FL Admin Group Presents: Winter '22 Release HighlightsJax, FL Admin Group Presents: Winter '22 Release Highlights
Jax, FL Admin Group Presents: Winter '22 Release HighlightsMarc Lester
 
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...Big Compass
 
Appy Valentine's Day! Spring Release Edition.pdf
Appy Valentine's Day! Spring Release Edition.pdfAppy Valentine's Day! Spring Release Edition.pdf
Appy Valentine's Day! Spring Release Edition.pdfkpallack
 
Admin Best Practices: 3 Steps to Seamless Deployments
Admin Best Practices: 3 Steps to Seamless DeploymentsAdmin Best Practices: 3 Steps to Seamless Deployments
Admin Best Practices: 3 Steps to Seamless DeploymentsSalesforce Admins
 
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider Lecture
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider LectureMuleSoft Online Meetup Group - B2B Crash Course: PM Insider Lecture
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider LectureManik S Magar
 
Dreamforce '23 - Master the Art of Becoming a Salesforce Security Ninja
Dreamforce '23 - Master the Art of Becoming a Salesforce Security NinjaDreamforce '23 - Master the Art of Becoming a Salesforce Security Ninja
Dreamforce '23 - Master the Art of Becoming a Salesforce Security NinjaAlesia Dvorkina
 
Salesforce Learning Journey - Partner Guide to Credentials.pdf
Salesforce Learning Journey - Partner Guide to Credentials.pdfSalesforce Learning Journey - Partner Guide to Credentials.pdf
Salesforce Learning Journey - Partner Guide to Credentials.pdfssuser72de80
 
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021Alan Thomas Payne
 

Similar to Architect a Composable Salesforce Solution.pdf (20)

Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...
Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...
Denver MuleSoft Meetup: TDX Talk - Automatically Secure and Manage any API at...
 
Jax, FL Admin Group Presents: Summer '22 Release Highlights
Jax, FL Admin Group Presents: Summer '22 Release HighlightsJax, FL Admin Group Presents: Summer '22 Release Highlights
Jax, FL Admin Group Presents: Summer '22 Release Highlights
 
Ameliorez vos parcours omnicanaux avec Marketing Cloud
Ameliorez vos parcours omnicanaux avec Marketing CloudAmeliorez vos parcours omnicanaux avec Marketing Cloud
Ameliorez vos parcours omnicanaux avec Marketing Cloud
 
Toronto Developer Group - Winter 24' Release Highlights.pptx
Toronto Developer Group - Winter 24' Release Highlights.pptxToronto Developer Group - Winter 24' Release Highlights.pptx
Toronto Developer Group - Winter 24' Release Highlights.pptx
 
Go with the Flow - Jarrod Kingston
Go with the Flow - Jarrod KingstonGo with the Flow - Jarrod Kingston
Go with the Flow - Jarrod Kingston
 
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...
Manage and Release Changes Easily and Collaboratively with DevOps Center - Sa...
 
Fort Worth Community - Record Triggered Automations.pdf
Fort Worth Community - Record Triggered Automations.pdfFort Worth Community - Record Triggered Automations.pdf
Fort Worth Community - Record Triggered Automations.pdf
 
Jax, FL Admin Group Presents: Spring '22 Release Highlights
Jax, FL Admin Group Presents: Spring '22 Release HighlightsJax, FL Admin Group Presents: Spring '22 Release Highlights
Jax, FL Admin Group Presents: Spring '22 Release Highlights
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Wellington Salesforce User Group - Summer 22 Release
Wellington Salesforce User Group - Summer 22 ReleaseWellington Salesforce User Group - Summer 22 Release
Wellington Salesforce User Group - Summer 22 Release
 
Jax, FL Admin Group Presents: Winter '22 Release Highlights
Jax, FL Admin Group Presents: Winter '22 Release HighlightsJax, FL Admin Group Presents: Winter '22 Release Highlights
Jax, FL Admin Group Presents: Winter '22 Release Highlights
 
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...
DC MuleSoft Meetup: TDX Talk: API Security The 3 Keys To Protect Your Digital...
 
Appy Valentine's Day! Spring Release Edition.pdf
Appy Valentine's Day! Spring Release Edition.pdfAppy Valentine's Day! Spring Release Edition.pdf
Appy Valentine's Day! Spring Release Edition.pdf
 
Release Winter 22 FR
Release Winter 22 FRRelease Winter 22 FR
Release Winter 22 FR
 
Winter 22 release
Winter 22 releaseWinter 22 release
Winter 22 release
 
Admin Best Practices: 3 Steps to Seamless Deployments
Admin Best Practices: 3 Steps to Seamless DeploymentsAdmin Best Practices: 3 Steps to Seamless Deployments
Admin Best Practices: 3 Steps to Seamless Deployments
 
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider Lecture
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider LectureMuleSoft Online Meetup Group - B2B Crash Course: PM Insider Lecture
MuleSoft Online Meetup Group - B2B Crash Course: PM Insider Lecture
 
Dreamforce '23 - Master the Art of Becoming a Salesforce Security Ninja
Dreamforce '23 - Master the Art of Becoming a Salesforce Security NinjaDreamforce '23 - Master the Art of Becoming a Salesforce Security Ninja
Dreamforce '23 - Master the Art of Becoming a Salesforce Security Ninja
 
Salesforce Learning Journey - Partner Guide to Credentials.pdf
Salesforce Learning Journey - Partner Guide to Credentials.pdfSalesforce Learning Journey - Partner Guide to Credentials.pdf
Salesforce Learning Journey - Partner Guide to Credentials.pdf
 
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021
My trailhead - salesforce user group, Frankfurt, Germany - 02.09.2021
 

Recently uploaded

CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Recently uploaded (20)

CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

Architect a Composable Salesforce Solution.pdf

  • 2. Forward Looking Statements This presentation contains forward-looking statements about, among other things, trend analyses and statements regarding future events, future financial performance, anticipated growth, industry prospects, environmental, social and governance goals, our strategies, expectation or plans regarding our investments, including strategic investments or acquisitions, our beliefs or expectations regarding our competition, our intentions regarding use of future earnings or dividends, and the expected timing of product releases and enhancements. The achievement or success of the matters covered by such forward-looking statements involves risks, uncertainties and assumptions. If any such risks or uncertainties materialize or if any of the assumptions prove incorrect, Salesforce’s results could differ materially from the results expressed or implied by these forward-looking statements. The risks and uncertainties referred to above include those factors discussed in Salesforce’s reports filed from time to time with the Securities and Exchange Commission, including, but not limited to: our ability to maintain security levels and service performance that meet the expectations of our customers, and the resources and costs required to avoid unanticipated downtime and prevent, detect and remediate performance degradation and security breaches; the expenses associated with our data centers and third-party infrastructure providers; our ability to secure additional data center capacity; our reliance on third-party hardware, software and platform providers; uncertainties regarding AI technologies and its integration into our product offerings; the effect of evolving domestic and foreign government regulations, including those related to the provision of services on the Internet, those related to accessing the Internet, and those addressing data privacy, cross-border data transfers and import and export controls; current and potential litigation involving us or our industry, including litigation involving acquired entities, and the resolution or settlement thereof; regulatory developments and regulatory investigations involving us or affecting our industry; our ability to successfully introduce new services and product features, including any efforts to expand our services; the success of our strategy of acquiring or making investments in complementary businesses, joint ventures, services, technologies and intellectual property rights; our ability to complete, on a timely basis or at all, announced transactions; our ability to realize the benefits from acquisitions, strategic partnerships, joint ventures and investments, and successfully integrate acquired businesses and technologies; our ability to compete in the markets in which we participate; the success of our business strategy and our plan to build our business, including our strategy to be a leading provider of enterprise cloud computing applications and platforms; our ability to execute our business plans; our ability to continue to grow unearned revenue and remaining performance obligation; the pace of change and innovation in enterprise cloud computing services; the seasonal nature of our sales cycles; our ability to limit customer attrition and costs related to those efforts; the success of our international expansion strategy; the demands on our personnel and infrastructure resulting from significant growth in our customer base and operations, including as a result of acquisitions; our ability to preserve our workplace culture, including as a result of our decisions regarding our current and future office environments or remote work policies; our dependency on the development and maintenance of the infrastructure of the Internet; our real estate and office facilities strategy and related costs and uncertainties; fluctuations in, and our ability to predict, our operating results and cash flows; the variability in our results arising from the accounting for term license revenue products; the performance and fair value of our investments in complementary businesses through our strategic investment portfolio; the impact of future gains or losses from our strategic investment portfolio, including gains or losses from overall market conditions that may affect the publicly traded companies within our strategic investment portfolio; our ability to protect our intellectual property rights; our ability to maintain and enhance our brands; the impact of foreign currency exchange rate and interest rate fluctuations on our results; the valuation of our deferred tax assets and the release of related valuation allowances; the potential availability of additional tax assets in the future; the impact of new accounting pronouncements and tax laws; uncertainties affecting our ability to estimate our tax rate; uncertainties regarding our tax obligations in connection with potential jurisdictional transfers of intellectual property, including the tax rate, the timing of transfers and the value of such transferred intellectual property; uncertainties regarding the effect of general economic, business and market conditions, including inflationary pressures, general economic downturn or recession, market volatility, increasing interest rates, changes in monetary policy and the prospect of a shutdown of the U.S. federal government; the potential impact of financial institution instability; the impact of geopolitical events, including the ongoing armed conflict in Europe; uncertainties regarding the impact of expensing stock options and other equity awards; the sufficiency of our capital resources; our ability to execute our share repurchase program; our ability to comply with our debt covenants and lease obligations; the impact of climate change, natural disasters and actual or threatened public health emergencies; expected benefits of and timing of completion of the restructuring plan and the expected costs and charges of the restructuring plan, including, among other things, the risk that the restructuring costs and charges may be greater than we anticipate, our restructuring efforts may adversely affect our internal programs and ability to recruit and retain skilled and motivated personnel, our restructuring efforts may be distracting to employees and management, our restructuring efforts may negatively impact our business operations and reputation with or ability to serve customers, and our restructuring efforts may not generate their intended benefits to the extent or as quickly as anticipated; and our ability to achieve our aspirations, goals and projections related to our environmental, social and governance initiatives, including our ability to comply with emerging corporate responsibility regulations.
  • 5. Salesforce Well-Architected Prescriptive guidance, resources and tools to help you implement Salesforce the right way. Available at architect.salesforce.com/well-architected Released August ‘22
  • 6. Why does Well-Architected matter? It can be difficult to understand if there are architectural benchmarks common to all healthy solutions, given the wide variety across implementations. At Salesforce, everything we do as a company and as people is guided by our core values. We believe this can also apply to architecture.
  • 8. Well-Architected Overview Adaptable Adaptable solutions evolve with the business. A solution well-architected to be Adaptable is resilient and composable. Resilient solutions handle change well. Composable solutions adjust quickly & with greater stability. https://architect.salesforce.com/well-architected/adaptable
  • 9. Composable At-a-Glance Topic Consideration Definition Questions to ask Separation of Concerns Functional Units A business-oriented perspective used to identify and organize modular units (or capabilities) within the system. 1. Do team members know how to identify business capabilities and give them clear names? 2. Is metadata grouped into meaningful units that make business functions clear? 3. Do functional units group common business tasks together avoiding replication? State Management Clear paths exist for logic flows within and between units, as well as graceful paths for unplanned execution behaviors. 1. Do your design standards contain clear use cases for stateful and stateless designs? 2. Do your automations contain fault paths and rollback behaviors? Interoperability Messaging and Eventing Individual system components use clear protocols for sending information in stateful (messages) and stateless (events) ways. 1. Do design standards contain clear guidance for when to send information in stateless vs stateful ways? 2. Do automations follow consistent patterns for sending messages vs events? API Management Individual system components follow predictable communication patterns. 1. Do your design standards contain standards for message event and message payload structures? 2. Are API message formats and variables for external communication defined with platform events? Packageability Loose Coupling Individual pieces of metadata are not strongly tied to one another. 1. Is metadata associated with independent functionality isolated by business unit? 2. Does your solution use custom metadata types to provide dynamic, run-time information for code and declarative customizations Dependency Management Identifying and structuring relationships between metadata. 1. Have you ensured that metadata is not duplicated across packages? 2. Does your packaging strategy contain horizontal layers to abstract common functionality?
  • 10.
  • 12. Scenario Equipment International (EI) is a global manufacturing company that makes construction, farming and mining equipment. EI is currently using Salesforce for its construction business unit. Stakeholders would like to expand use across the company. There are 2 challenges. You’ll spend equal amounts of time solving these two problems. Make sure to save room on your board to diagram both! Cheat Sheet
  • 13. Challenge 1 Topic Consideration Separation of Concerns Functional Units State Management Interoperability Messaging and Eventing API Management Packageability Loose Coupling Dependency Management Cheat Sheet Equipment International (EI) architects want the whole business to use the existing Salesforce design standards. They are not sure if the standards defined by the Construction business stakeholders will work for everyone. Identify what is not Well-Architected about EI’s current design standards: Design Standards 1. All metadata uses the prefix cons_ to designate the construction business unit. 2. Automations must handle errors elegantly via fault paths and roll back incomplete transactions where possible. 3. Apex code should pass information via custom events. All Flows should utilize Platform Events to pass information. All JavaScript should use native JavaScript events. 4. Development teams define and document message payloads based on project needs. 5. Dynamic runtime information should be stored in or Custom Settings or as custom object records.
  • 14. Challenge 2 Equipment International (EI) wants to be composable. They want to organize their org into functional units. The diagram below shows function units currently defined for Construction. It also shows the units proposed by the delivery teams for Farming and Mining. Each division uses the same inventory, billing & machine service processes. Farming uses a direct sales model. Mining uses the same sales model as Construction. They want to use this as a model for their packaging strategy. Review the proposed functional units and recommend how to make it more composable, using Well-Architected. Cheat Sheet
  • 15. Readouts What wasn’t Well-Architected in the challenge? How does your solution solve the business problem? What is Well-Architected about your solution?
  • 16. Potential Solution 1 Process Characteristic Well-Architected? Well-Architected Alignment 1. All metadata uses the prefix cons_ to designate the construction business unit. No Naming conventions should make the purpose of metadata easier to understand & align to business functions - Functional Units BONUS: In a composable system, metadata should be able to move gracefully between functional units. This naming convention tightly couples metadata to a specific business unit. Loose Coupling 2. Automations must handle errors elegantly via fault paths and roll back incomplete transactions where possible. Yes Savepoints and rollback behaviors are used in all data operations - State Management 3. Apex code should pass information via custom events. All Flows should utilize Platform Events to pass information. All JavaScript should use native JavaScript events. No Automations use consistent messaging and eventing patterns - Messaging and Eventing 4. Development teams define and document message payloads based on project needs. No Clear standards should exist for event and message structures- API Management 5. Dynamic runtime information should be stored in or Custom Settings or as custom object records. No Custom metadata types should be used for dynamic, run-time information for code and declarative customizations - Loose Coupling
  • 17. Potential Solution 2 Common functionality is abstracted into horizontal layers 1 2 3 4
  • 18. Here’s why the Solution is Well-Architected Solution Well-Architected Alignment 1. Functional units focus on the jobs to be done (JTBD) of users and the business itself as much as possible. Common jobs are unified, not replicated. Functional units are labeled in business-friendly terms - Functional Units 2. Common functionality that might be needed by more than one package is abstracted into a horizontal layer. Horizontal layers are the source of common functionality - Dependency Management 3. Functionality is oriented to business capabilities, eliminating the need to duplicate metadata. No metadata is duplicated across packages - Dependency Management 4. (Bonus) Permissions for each business units are included in each unit’s individual package. Independent functionality is isolated by business unit - Loose Coupling
  • 19. Learn more about Salesforce Well-Architected Explore all the topics https://architect.salesforce.com/well-architected
  • 20. Readouts What wasn’t Well-Architected in the challenge? How does your solution solve the business problem? What is Well-Architected about your solution?
  • 21. Workshop : Designing Solid Solution Architecture The Composable Way Speakers : Lilith Van Biesen & Miriam McCabe When : February 8th RSVP : bit.ly/SFArchitectsParisGroup What’s next ?