SlideShare a Scribd company logo
1 of 36
#AccelerateQTC
Bonny Hinners
Machell Enke
Guillermo Pedroni
Automate Business Processes
with Point-and-Click Solutions
May 3, 2017
DIRECTOR, CRM APPLICATIONS
Guillermo Pedroni
“Take the time to follow the user experience,
there is always room for improvement.”
@guillepedron
/in/guillermopedroni
• 9 yrs on the Salesforce platform in both Customer & Consultant
roles with 18+ yrs in IT
• User Group Leader for Orange County, California
• Certified Salesforce Administrator & App Builder
• Certified Apttus CLM
Our enterprise fleet management platform gives you the big picture by
connecting your assets, people and work together on one platform to
improve safety, efficiency and compliance.
Audience Poll
Role
• Business Analysts & Project Managers
• System Admins & Developers
Full Time / Part Time Admins
• Spend >50% of time customizing/planning daily
• Spend <50% of time customizing/planning daily
Org Size
• <100
• 100-500
• >500
Org Type
• Personal Edition
• Enterprise Edition
• Unlimited / Performance Edition / Unlimited App
Apttus Customers
• Current customers
• Potential customers
One-Click Tricks That Maximize Apttus & CRM
5
Maximize Your Apttus Implementation
• Generate NDAs Faster
• Simplify Sales Rep Template Selections
Maximize your CRM Orgs/Instances
• Control Who Can Change Record Ownership
• One-Click Sales Reps Requests
Maximize Your
Apttus
Implementation
Generate NDAs Quickly!
7
Problem
Your users are complaining of too many clicks
& too time consuming to generate an NDA.
It takes too much data entry just to get a
simple agreement out the door!
Answer
A quick URL hack to:
• Pre-select Record Type = NDA
• Fill out the Account Lookup
• Render as a Button
• Default the Start Date to “Today”
The Code: Field Formula
8
HYPERLINK(
"https://apttus.na32.visual.force.com/apex/AgreementNew" &
/* Record Type ID of the NDA */
"?RecordType=012500000001sFe" &
"&CF00N50000003VfDO=" & Name & /* Account Name */
"&CF00N50000003VfDO_lkid=" & Id & /* Account ID */
"&scontrolCaching=1" &
"&ent=01I500000008kFh" & /* Agreement Object ID */
"&save_new=1" &
"&sfdc.override=1" &
"&retURL=" & Id ,
IMAGE(
"/resource/1415842477000/Generate_Agreement_Green" ,
"Generate Apttus NDA" ) , "_top" )
The Outcome: Sales Can Sell
9
Less time spent building NDAs means happy users!
Simplify Sales Rep Selections
10
Problem
Sales users find it confusing
when to select:
• Purchase Agreement?
• Purchase Order?
• Evaluation?
• Trial?
Answer
• Use the standard Apttus “Submit Request” feature which leverages the
Query Template object
• Easily configure workflow like criteria to automatically select templates and
pre-define output types on behalf of the Sales rep based on conditions of
the Account or Opportunity
Query Templates
11
Key Data Points Involved in Doing Query Templates
The Outcome: Users Just Click to Go!
12
Users click a single button that selects template and output type for them.
No need to think about what to do next or where to go, means happy users!
Maximize Your
CRM System
Control Who Can Change Record Ownership
14
Problem
Sales Reps or Directors tend to
“take” accounts from each other,
without realizing they are removing
the account from a defined
territory which in turn impacts
quotes
Answer
• Build a hidden field controlled with a permission set
• Control “Change Acct Owner” access based on profiles
• Give Directors, VPs, and Sales Ops access
• Extra Credit: Validation Rule to block leaving a territory
The Code: Custom Field
15
IF(
OR(
$User.Master_Sales_Region__c = RecordOwner.Master_Sales_Region__c ,
$User.ProfileId = “ ", /*System Administrator */
$User.ProfileId = "00e50000000sZFg", /*Sales Operation Standard */
$User.Id = "00550000003UqTE" /* Specific User */
),
HYPERLINK(
"/" & Id & "/a" &
"?keepTeam=1" & /* Keep Account Team*/
"&sendMail=1" & /* Send Notification Email */
"&keepSalesTeam=1" & /* Keep Opportunity Team on Opportunities transferred to
new owner */
"&retURL=" & Id &
"&saveURL=%2F" & Id
, "Change Owner", "_blank" ), "This account falls outside of your teams ownership
hierarchy.")
The Outcome: No More Politics!
16
Better control over who is allowed to change an owner and
when they are allowed to change it which means happy users!
One Click Sales Reps Help
17
Problem
Sales constantly needs
helps working on deals
and account
management in CRM.
Answer
• Build an App using a custom object to quickly
request Deal Desk Team to help out.
• Use a custom button to generate the request
quickly from an Account, Opportunity and more.
• Now you can track frequency and users to identify
FAQs, process issues, staffing issues etc.
The Code: Custom Button to Generate the Request
18
HYPERLINK(
"a3A/e?ent=Sales%20Operations" &
"&CF00N50000002obpW_lkid=" & Id &
"&CF00N50000002obpW=" & Name &
"&00N50000002obpc=" & Telogis_Num__c &
"&CF00N50000002obpU_lkid=" & Account.Id &
"&CF00N50000002obpU=" & Account.Name &
"&00N50000002obpe=Opportunity" &
"&00N50000002obpS=Medium" & /* Priority */
"&saveURL=" & Id &
"&retURL=" & Id,
"Open Case" )
The Outcome: Simplicity & Visibility
19
Sales
Now spending less
time on data entry
and more time selling
Sales Ops
Now able to get email
notices on requests
Track who and how
many reqs come in
Bonny Hinners, FOUNDER, REALTELEPHONY
“Within the online community, I can find
incredibly bright collaborators.”
Bonny Hinners is a Salesforce MVP and consultant with over 12 years of professional experience
building cloud-based applications. She is a Salesforce user group leader, frequent public speaker,
and open-source software contributor. Her focus is on Salesforce automation and customization as
well as quality assurance and testing.
“I have the privilege of working with
great clients in the nonprofit space
who are changing the world. I also
work with Pluralsight to create
Salesforce instructional videos and
training to help everyone improve
their orgs.”
“Lightning Experience is a new, fast, beautiful user experience.”
Outcomes
• Streamlined some
processes
• Updated other
processes
Challenges
Moving biz processes to
Lightning Experience
• Making the user experience
more tailored to their tasks
• Rethinking automations to
better fit user needs
Solutions
• Actions
• Visual Flow
Lightning
Uncluttered
Actions
Clicks-not-Code
Actions
Clicks-not-Code
Visual Flow
Clicks-not-Code
Visual Flow
Clicks-not-Code
Visual Flow
Clicks-not-Code
• Simplifying the UX
• Creating related records
• Enforcing best practices
• Supporting range of devices
Leverage Flows to Improve User Experience
MANAGING PARTNER
Machell Enke
Our Mission is to streamline business processes and improve operations by
analyzing, prioritizing and enhancing client environments. We ensure our
client’s technology investment is molded to achieve their business objectives,
believing technology should support a business, not drive it.
Dashboards and Reports
Gauges are awesome and
ensure individuals and teams
are driving towards a
common goal.
Adding lines for goals.
Great for tracking individual
goal attainment or KPI.
Manage the Exceptions and Outliers
Create a graph filtered to
show Opportunities that are
past the close date.
Driving goal of closing cases
and focusing on exceptions.
Clicks Not Code
Combine the power of Excel and
CRM.
Customize
Build custom Apps for your unique
business needs or download from The
X-Change.
Data
Drives efficient data entry and
reduces data migration roadblocks.
Enhance the Power of CRM with X-Author
Ensure Success
• Join Your CRM Community
• Join Your Local User Groups
• Attend Awesome Events
• Get Your Certification!
Add Your Screenshot to
Layer Below Laptop
Screen
Add Your Screenshot to
Layer Below Laptop
Screen
Add Your Screenshot to
Layer Below Laptop
Screen
#AccelerateQTC
Bonny Hinners
Machell Enke
Guillermo Pedroni
Automate Business Processes
with Point-and-Click Solutions
May 3, 2017

More Related Content

What's hot

Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...
Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...
Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...Net at Work
 
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and Aptaria
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and AptariaSalesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and Aptaria
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and AptariaAptaria
 
Putting the "S" in S&OP - Integrating Salesforce.com Webinar
Putting the "S" in S&OP - Integrating Salesforce.com WebinarPutting the "S" in S&OP - Integrating Salesforce.com Webinar
Putting the "S" in S&OP - Integrating Salesforce.com WebinarAVATA
 
How Salesforce's sales cloud helps companies of all sizes grow faster?
How Salesforce's sales cloud helps companies of all sizes grow faster?How Salesforce's sales cloud helps companies of all sizes grow faster?
How Salesforce's sales cloud helps companies of all sizes grow faster?Atocloud
 
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic Partner
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic PartnerTableau Conference 2014: How One Agency Evolved from Vendor to Strategic Partner
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic PartnerSIGMA Marketing Insights
 
Everything You Wanted to Know About Salesforce for Nonprofits
Everything You Wanted to Know About Salesforce for NonprofitsEverything You Wanted to Know About Salesforce for Nonprofits
Everything You Wanted to Know About Salesforce for NonprofitsdsmHack
 
Modernize Your CRM
Modernize Your CRMModernize Your CRM
Modernize Your CRMNicole Perez
 
Leverage Real-Time Data for Cross-Channel Marketing. By Peter Chase
Leverage Real-Time Data for Cross-Channel Marketing. By Peter ChaseLeverage Real-Time Data for Cross-Channel Marketing. By Peter Chase
Leverage Real-Time Data for Cross-Channel Marketing. By Peter ChaseScribe Software Corp.
 
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...BAASS Business Solutions Inc.
 
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...Selligy
 
IT Sapiens Analytic Reporting for SugarCRM
IT Sapiens Analytic Reporting for SugarCRMIT Sapiens Analytic Reporting for SugarCRM
IT Sapiens Analytic Reporting for SugarCRMBrainSell Technologies
 
Dynamics Day 2017 Perth: Dynamics 365 Field and Project Services
Dynamics Day 2017 Perth: Dynamics 365 Field and Project ServicesDynamics Day 2017 Perth: Dynamics 365 Field and Project Services
Dynamics Day 2017 Perth: Dynamics 365 Field and Project ServicesEmpired
 
ISAAC Corporate Presentation
ISAAC Corporate PresentationISAAC Corporate Presentation
ISAAC Corporate PresentationStuart Potter
 
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...Sales Hacker
 
Salesforce CPQ Implementation Guide: Tips and Tricks
Salesforce CPQ Implementation Guide: Tips and TricksSalesforce CPQ Implementation Guide: Tips and Tricks
Salesforce CPQ Implementation Guide: Tips and TricksEmorphis Technologies
 

What's hot (18)

Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...
Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...
Why 23,000 Nonprofits Use Salesforce Foundation to Meet Their Mission ... and...
 
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and Aptaria
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and AptariaSalesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and Aptaria
Salesforce for Nonprofits: An Introduction to Salesforce.org. NPSP, and Aptaria
 
Putting the "S" in S&OP - Integrating Salesforce.com Webinar
Putting the "S" in S&OP - Integrating Salesforce.com WebinarPutting the "S" in S&OP - Integrating Salesforce.com Webinar
Putting the "S" in S&OP - Integrating Salesforce.com Webinar
 
How Salesforce's sales cloud helps companies of all sizes grow faster?
How Salesforce's sales cloud helps companies of all sizes grow faster?How Salesforce's sales cloud helps companies of all sizes grow faster?
How Salesforce's sales cloud helps companies of all sizes grow faster?
 
BAASS Connect 2013 - CRM Beyond Sales and Marketing
BAASS Connect 2013 - CRM Beyond Sales and MarketingBAASS Connect 2013 - CRM Beyond Sales and Marketing
BAASS Connect 2013 - CRM Beyond Sales and Marketing
 
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic Partner
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic PartnerTableau Conference 2014: How One Agency Evolved from Vendor to Strategic Partner
Tableau Conference 2014: How One Agency Evolved from Vendor to Strategic Partner
 
Everything You Wanted to Know About Salesforce for Nonprofits
Everything You Wanted to Know About Salesforce for NonprofitsEverything You Wanted to Know About Salesforce for Nonprofits
Everything You Wanted to Know About Salesforce for Nonprofits
 
Modernize Your CRM
Modernize Your CRMModernize Your CRM
Modernize Your CRM
 
Leverage Real-Time Data for Cross-Channel Marketing. By Peter Chase
Leverage Real-Time Data for Cross-Channel Marketing. By Peter ChaseLeverage Real-Time Data for Cross-Channel Marketing. By Peter Chase
Leverage Real-Time Data for Cross-Channel Marketing. By Peter Chase
 
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...
BAASS Connect 2013 - Mobility Connected Services, Sage BI, and Sage Inventory...
 
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...
Rainstor - Selligy-Sales Velocity2014 - Increasing Sales and Marketing Effect...
 
IT Sapiens Analytic Reporting for SugarCRM
IT Sapiens Analytic Reporting for SugarCRMIT Sapiens Analytic Reporting for SugarCRM
IT Sapiens Analytic Reporting for SugarCRM
 
Introducing NPSP 3.0
Introducing NPSP 3.0Introducing NPSP 3.0
Introducing NPSP 3.0
 
Dynamics Day 2017 Perth: Dynamics 365 Field and Project Services
Dynamics Day 2017 Perth: Dynamics 365 Field and Project ServicesDynamics Day 2017 Perth: Dynamics 365 Field and Project Services
Dynamics Day 2017 Perth: Dynamics 365 Field and Project Services
 
BAASS Connect 2013 - Info Explorer
BAASS Connect 2013 - Info ExplorerBAASS Connect 2013 - Info Explorer
BAASS Connect 2013 - Info Explorer
 
ISAAC Corporate Presentation
ISAAC Corporate PresentationISAAC Corporate Presentation
ISAAC Corporate Presentation
 
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...
Revenue Operations Technology - Harnessing Automation and AI for a Killer Sal...
 
Salesforce CPQ Implementation Guide: Tips and Tricks
Salesforce CPQ Implementation Guide: Tips and TricksSalesforce CPQ Implementation Guide: Tips and Tricks
Salesforce CPQ Implementation Guide: Tips and Tricks
 

Similar to Automate Business Processes with Point-and-Click Solutions

ElectroNeek Partner - AAPNA Infotech
ElectroNeek Partner - AAPNA InfotechElectroNeek Partner - AAPNA Infotech
ElectroNeek Partner - AAPNA InfotechAapna Infotech
 
Top 6 technologies SME manufacturers can't afford to ignore
Top 6 technologies SME manufacturers can't afford to ignoreTop 6 technologies SME manufacturers can't afford to ignore
Top 6 technologies SME manufacturers can't afford to ignoreIndex InfoTech
 
Processmaker_Walkthrough Presentation
Processmaker_Walkthrough PresentationProcessmaker_Walkthrough Presentation
Processmaker_Walkthrough Presentationbpmgeek
 
iExtensions CRM
iExtensions CRMiExtensions CRM
iExtensions CRMshoaibnz
 
Readiness for CRM - 11 Steps to Plan & Prepare for CRM
Readiness for CRM - 11 Steps to Plan & Prepare for CRMReadiness for CRM - 11 Steps to Plan & Prepare for CRM
Readiness for CRM - 11 Steps to Plan & Prepare for CRMPreact Ltd
 
Oracle Commerce Using ATG & Endeca - Do It Yourself Series
Oracle Commerce Using ATG & Endeca - Do It Yourself SeriesOracle Commerce Using ATG & Endeca - Do It Yourself Series
Oracle Commerce Using ATG & Endeca - Do It Yourself SeriesKeyur Shah
 
Popcorn Technologies An Overview
Popcorn Technologies An OverviewPopcorn Technologies An Overview
Popcorn Technologies An OverviewDoug_Brost
 
Increase Sales and Improve Productivity
Increase Sales and Improve ProductivityIncrease Sales and Improve Productivity
Increase Sales and Improve ProductivityAndrea Ryan
 
Digital Transformation - What it Means & Why it Matters
Digital Transformation - What it Means & Why it MattersDigital Transformation - What it Means & Why it Matters
Digital Transformation - What it Means & Why it MattersNet at Work
 
Microsoft Dynamics 365 IA - Copilot/ Fabric
Microsoft Dynamics 365 IA - Copilot/ FabricMicrosoft Dynamics 365 IA - Copilot/ Fabric
Microsoft Dynamics 365 IA - Copilot/ FabricJuan Fabian
 
How to Turn Raw Data into Product Revenue by Retrofit PM
How to Turn Raw Data into Product Revenue by Retrofit PMHow to Turn Raw Data into Product Revenue by Retrofit PM
How to Turn Raw Data into Product Revenue by Retrofit PMProduct School
 
ero57 Introduction
ero57  Introductionero57  Introduction
ero57 IntroductionMoretonSmith
 
Ways to Make Business Intelligence Work for Your Small Business
Ways to Make Business Intelligence Work for Your Small BusinessWays to Make Business Intelligence Work for Your Small Business
Ways to Make Business Intelligence Work for Your Small BusinessSpiceworks
 
Mobile Application Development India
Mobile Application Development IndiaMobile Application Development India
Mobile Application Development IndiaBhupendra (Bob)
 
Quotelligent - Executive Summary
Quotelligent - Executive SummaryQuotelligent - Executive Summary
Quotelligent - Executive SummaryAscar Omarov
 
Digitisation in 2017
Digitisation in 2017Digitisation in 2017
Digitisation in 2017Teamleader
 
Best salesforce development company
Best salesforce development company Best salesforce development company
Best salesforce development company Kloudrac Softwares
 
Agile xrm build_complex_apps
Agile xrm build_complex_appsAgile xrm build_complex_apps
Agile xrm build_complex_appsAgileXRM
 

Similar to Automate Business Processes with Point-and-Click Solutions (20)

ElectroNeek Partner - AAPNA Infotech
ElectroNeek Partner - AAPNA InfotechElectroNeek Partner - AAPNA Infotech
ElectroNeek Partner - AAPNA Infotech
 
Top 6 technologies SME manufacturers can't afford to ignore
Top 6 technologies SME manufacturers can't afford to ignoreTop 6 technologies SME manufacturers can't afford to ignore
Top 6 technologies SME manufacturers can't afford to ignore
 
CCNS Webinar
CCNS WebinarCCNS Webinar
CCNS Webinar
 
Processmaker_Walkthrough Presentation
Processmaker_Walkthrough PresentationProcessmaker_Walkthrough Presentation
Processmaker_Walkthrough Presentation
 
iExtensions CRM
iExtensions CRMiExtensions CRM
iExtensions CRM
 
Readiness for CRM - 11 Steps to Plan & Prepare for CRM
Readiness for CRM - 11 Steps to Plan & Prepare for CRMReadiness for CRM - 11 Steps to Plan & Prepare for CRM
Readiness for CRM - 11 Steps to Plan & Prepare for CRM
 
Oracle Commerce Using ATG & Endeca - Do It Yourself Series
Oracle Commerce Using ATG & Endeca - Do It Yourself SeriesOracle Commerce Using ATG & Endeca - Do It Yourself Series
Oracle Commerce Using ATG & Endeca - Do It Yourself Series
 
Popcorn Technologies An Overview
Popcorn Technologies An OverviewPopcorn Technologies An Overview
Popcorn Technologies An Overview
 
7 tips for better requirements management
7 tips for better requirements management7 tips for better requirements management
7 tips for better requirements management
 
Increase Sales and Improve Productivity
Increase Sales and Improve ProductivityIncrease Sales and Improve Productivity
Increase Sales and Improve Productivity
 
Digital Transformation - What it Means & Why it Matters
Digital Transformation - What it Means & Why it MattersDigital Transformation - What it Means & Why it Matters
Digital Transformation - What it Means & Why it Matters
 
Microsoft Dynamics 365 IA - Copilot/ Fabric
Microsoft Dynamics 365 IA - Copilot/ FabricMicrosoft Dynamics 365 IA - Copilot/ Fabric
Microsoft Dynamics 365 IA - Copilot/ Fabric
 
How to Turn Raw Data into Product Revenue by Retrofit PM
How to Turn Raw Data into Product Revenue by Retrofit PMHow to Turn Raw Data into Product Revenue by Retrofit PM
How to Turn Raw Data into Product Revenue by Retrofit PM
 
ero57 Introduction
ero57  Introductionero57  Introduction
ero57 Introduction
 
Ways to Make Business Intelligence Work for Your Small Business
Ways to Make Business Intelligence Work for Your Small BusinessWays to Make Business Intelligence Work for Your Small Business
Ways to Make Business Intelligence Work for Your Small Business
 
Mobile Application Development India
Mobile Application Development IndiaMobile Application Development India
Mobile Application Development India
 
Quotelligent - Executive Summary
Quotelligent - Executive SummaryQuotelligent - Executive Summary
Quotelligent - Executive Summary
 
Digitisation in 2017
Digitisation in 2017Digitisation in 2017
Digitisation in 2017
 
Best salesforce development company
Best salesforce development company Best salesforce development company
Best salesforce development company
 
Agile xrm build_complex_apps
Agile xrm build_complex_appsAgile xrm build_complex_apps
Agile xrm build_complex_apps
 

More from Apttus

How to Create a Data Driven Contract Management Process
How to Create a Data Driven Contract Management ProcessHow to Create a Data Driven Contract Management Process
How to Create a Data Driven Contract Management ProcessApttus
 
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...Apttus
 
Effective Techniques for Setting-Up Legal Playbooks
Effective Techniques for Setting-Up Legal PlaybooksEffective Techniques for Setting-Up Legal Playbooks
Effective Techniques for Setting-Up Legal PlaybooksApttus
 
Develop Innovative Quote-to-Cash Applications in Excel using X-Author
Develop Innovative Quote-to-Cash Applications in Excel using X-AuthorDevelop Innovative Quote-to-Cash Applications in Excel using X-Author
Develop Innovative Quote-to-Cash Applications in Excel using X-AuthorApttus
 
Readiness and Change Management for Implementing Apttus Middle Office Solutions
Readiness and Change Management for Implementing Apttus Middle Office SolutionsReadiness and Change Management for Implementing Apttus Middle Office Solutions
Readiness and Change Management for Implementing Apttus Middle Office SolutionsApttus
 
Effective CPQ Data Management: A Panel Discussion
Effective CPQ Data Management: A Panel DiscussionEffective CPQ Data Management: A Panel Discussion
Effective CPQ Data Management: A Panel DiscussionApttus
 
Smart Contracts and Blockchain: Separating Hype from Reality
Smart Contracts and Blockchain: Separating Hype from RealitySmart Contracts and Blockchain: Separating Hype from Reality
Smart Contracts and Blockchain: Separating Hype from RealityApttus
 
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract Management
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract ManagementTurn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract Management
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract ManagementApttus
 
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)Execute a Winning Pricing Strategy with Artificial Intelligence (AI)
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)Apttus
 
Break Through in Financial Services with Digital Transformation
Break Through in Financial Services with Digital TransformationBreak Through in Financial Services with Digital Transformation
Break Through in Financial Services with Digital TransformationApttus
 
The Benefits of Integrated CPQ and Contract Management
The Benefits of Integrated CPQ and Contract ManagementThe Benefits of Integrated CPQ and Contract Management
The Benefits of Integrated CPQ and Contract ManagementApttus
 
The Path to Configure Price Quote (CPQ) Sustainability
The Path to Configure Price Quote (CPQ) SustainabilityThe Path to Configure Price Quote (CPQ) Sustainability
The Path to Configure Price Quote (CPQ) SustainabilityApttus
 
Run Your Business on the Apttus Intelligent Cloud Platform
Run Your Business on the Apttus Intelligent Cloud PlatformRun Your Business on the Apttus Intelligent Cloud Platform
Run Your Business on the Apttus Intelligent Cloud PlatformApttus
 
How to Measure the Impact of Quote-to-Cash Business Transformation
How to Measure the Impact of Quote-to-Cash Business TransformationHow to Measure the Impact of Quote-to-Cash Business Transformation
How to Measure the Impact of Quote-to-Cash Business TransformationApttus
 
Achieving Competitive Advantage with a Subscription-Based Revenue Model
Achieving Competitive Advantage with a Subscription-Based Revenue ModelAchieving Competitive Advantage with a Subscription-Based Revenue Model
Achieving Competitive Advantage with a Subscription-Based Revenue ModelApttus
 
Selling and Managing Subscription Products
Selling and Managing Subscription ProductsSelling and Managing Subscription Products
Selling and Managing Subscription ProductsApttus
 
Switching Contract Management Providers with Minimum Disruption and Maximum B...
Switching Contract Management Providers with Minimum Disruption and Maximum B...Switching Contract Management Providers with Minimum Disruption and Maximum B...
Switching Contract Management Providers with Minimum Disruption and Maximum B...Apttus
 
Best Practices for Managing Customizations for Quote-to-Cash
Best Practices for Managing Customizations for Quote-to-CashBest Practices for Managing Customizations for Quote-to-Cash
Best Practices for Managing Customizations for Quote-to-CashApttus
 
Deploying Analytics and Dashboard Best Practices
Deploying Analytics and Dashboard Best PracticesDeploying Analytics and Dashboard Best Practices
Deploying Analytics and Dashboard Best PracticesApttus
 
How Financial Services Can Thrive in the New Digital Economy
How Financial Services Can Thrive in the New Digital EconomyHow Financial Services Can Thrive in the New Digital Economy
How Financial Services Can Thrive in the New Digital EconomyApttus
 

More from Apttus (20)

How to Create a Data Driven Contract Management Process
How to Create a Data Driven Contract Management ProcessHow to Create a Data Driven Contract Management Process
How to Create a Data Driven Contract Management Process
 
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...
Best Practices for Seamlessly Integrating a Middle Office Platform™ within Yo...
 
Effective Techniques for Setting-Up Legal Playbooks
Effective Techniques for Setting-Up Legal PlaybooksEffective Techniques for Setting-Up Legal Playbooks
Effective Techniques for Setting-Up Legal Playbooks
 
Develop Innovative Quote-to-Cash Applications in Excel using X-Author
Develop Innovative Quote-to-Cash Applications in Excel using X-AuthorDevelop Innovative Quote-to-Cash Applications in Excel using X-Author
Develop Innovative Quote-to-Cash Applications in Excel using X-Author
 
Readiness and Change Management for Implementing Apttus Middle Office Solutions
Readiness and Change Management for Implementing Apttus Middle Office SolutionsReadiness and Change Management for Implementing Apttus Middle Office Solutions
Readiness and Change Management for Implementing Apttus Middle Office Solutions
 
Effective CPQ Data Management: A Panel Discussion
Effective CPQ Data Management: A Panel DiscussionEffective CPQ Data Management: A Panel Discussion
Effective CPQ Data Management: A Panel Discussion
 
Smart Contracts and Blockchain: Separating Hype from Reality
Smart Contracts and Blockchain: Separating Hype from RealitySmart Contracts and Blockchain: Separating Hype from Reality
Smart Contracts and Blockchain: Separating Hype from Reality
 
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract Management
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract ManagementTurn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract Management
Turn Your Sell-Side CLM or Buy-Side CLM into Enterprise Contract Management
 
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)Execute a Winning Pricing Strategy with Artificial Intelligence (AI)
Execute a Winning Pricing Strategy with Artificial Intelligence (AI)
 
Break Through in Financial Services with Digital Transformation
Break Through in Financial Services with Digital TransformationBreak Through in Financial Services with Digital Transformation
Break Through in Financial Services with Digital Transformation
 
The Benefits of Integrated CPQ and Contract Management
The Benefits of Integrated CPQ and Contract ManagementThe Benefits of Integrated CPQ and Contract Management
The Benefits of Integrated CPQ and Contract Management
 
The Path to Configure Price Quote (CPQ) Sustainability
The Path to Configure Price Quote (CPQ) SustainabilityThe Path to Configure Price Quote (CPQ) Sustainability
The Path to Configure Price Quote (CPQ) Sustainability
 
Run Your Business on the Apttus Intelligent Cloud Platform
Run Your Business on the Apttus Intelligent Cloud PlatformRun Your Business on the Apttus Intelligent Cloud Platform
Run Your Business on the Apttus Intelligent Cloud Platform
 
How to Measure the Impact of Quote-to-Cash Business Transformation
How to Measure the Impact of Quote-to-Cash Business TransformationHow to Measure the Impact of Quote-to-Cash Business Transformation
How to Measure the Impact of Quote-to-Cash Business Transformation
 
Achieving Competitive Advantage with a Subscription-Based Revenue Model
Achieving Competitive Advantage with a Subscription-Based Revenue ModelAchieving Competitive Advantage with a Subscription-Based Revenue Model
Achieving Competitive Advantage with a Subscription-Based Revenue Model
 
Selling and Managing Subscription Products
Selling and Managing Subscription ProductsSelling and Managing Subscription Products
Selling and Managing Subscription Products
 
Switching Contract Management Providers with Minimum Disruption and Maximum B...
Switching Contract Management Providers with Minimum Disruption and Maximum B...Switching Contract Management Providers with Minimum Disruption and Maximum B...
Switching Contract Management Providers with Minimum Disruption and Maximum B...
 
Best Practices for Managing Customizations for Quote-to-Cash
Best Practices for Managing Customizations for Quote-to-CashBest Practices for Managing Customizations for Quote-to-Cash
Best Practices for Managing Customizations for Quote-to-Cash
 
Deploying Analytics and Dashboard Best Practices
Deploying Analytics and Dashboard Best PracticesDeploying Analytics and Dashboard Best Practices
Deploying Analytics and Dashboard Best Practices
 
How Financial Services Can Thrive in the New Digital Economy
How Financial Services Can Thrive in the New Digital EconomyHow Financial Services Can Thrive in the New Digital Economy
How Financial Services Can Thrive in the New Digital Economy
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Automate Business Processes with Point-and-Click Solutions

  • 1. #AccelerateQTC Bonny Hinners Machell Enke Guillermo Pedroni Automate Business Processes with Point-and-Click Solutions May 3, 2017
  • 2. DIRECTOR, CRM APPLICATIONS Guillermo Pedroni “Take the time to follow the user experience, there is always room for improvement.” @guillepedron /in/guillermopedroni • 9 yrs on the Salesforce platform in both Customer & Consultant roles with 18+ yrs in IT • User Group Leader for Orange County, California • Certified Salesforce Administrator & App Builder • Certified Apttus CLM
  • 3. Our enterprise fleet management platform gives you the big picture by connecting your assets, people and work together on one platform to improve safety, efficiency and compliance.
  • 4. Audience Poll Role • Business Analysts & Project Managers • System Admins & Developers Full Time / Part Time Admins • Spend >50% of time customizing/planning daily • Spend <50% of time customizing/planning daily Org Size • <100 • 100-500 • >500 Org Type • Personal Edition • Enterprise Edition • Unlimited / Performance Edition / Unlimited App Apttus Customers • Current customers • Potential customers
  • 5. One-Click Tricks That Maximize Apttus & CRM 5 Maximize Your Apttus Implementation • Generate NDAs Faster • Simplify Sales Rep Template Selections Maximize your CRM Orgs/Instances • Control Who Can Change Record Ownership • One-Click Sales Reps Requests
  • 7. Generate NDAs Quickly! 7 Problem Your users are complaining of too many clicks & too time consuming to generate an NDA. It takes too much data entry just to get a simple agreement out the door! Answer A quick URL hack to: • Pre-select Record Type = NDA • Fill out the Account Lookup • Render as a Button • Default the Start Date to “Today”
  • 8. The Code: Field Formula 8 HYPERLINK( "https://apttus.na32.visual.force.com/apex/AgreementNew" & /* Record Type ID of the NDA */ "?RecordType=012500000001sFe" & "&CF00N50000003VfDO=" & Name & /* Account Name */ "&CF00N50000003VfDO_lkid=" & Id & /* Account ID */ "&scontrolCaching=1" & "&ent=01I500000008kFh" & /* Agreement Object ID */ "&save_new=1" & "&sfdc.override=1" & "&retURL=" & Id , IMAGE( "/resource/1415842477000/Generate_Agreement_Green" , "Generate Apttus NDA" ) , "_top" )
  • 9. The Outcome: Sales Can Sell 9 Less time spent building NDAs means happy users!
  • 10. Simplify Sales Rep Selections 10 Problem Sales users find it confusing when to select: • Purchase Agreement? • Purchase Order? • Evaluation? • Trial? Answer • Use the standard Apttus “Submit Request” feature which leverages the Query Template object • Easily configure workflow like criteria to automatically select templates and pre-define output types on behalf of the Sales rep based on conditions of the Account or Opportunity
  • 11. Query Templates 11 Key Data Points Involved in Doing Query Templates
  • 12. The Outcome: Users Just Click to Go! 12 Users click a single button that selects template and output type for them. No need to think about what to do next or where to go, means happy users!
  • 14. Control Who Can Change Record Ownership 14 Problem Sales Reps or Directors tend to “take” accounts from each other, without realizing they are removing the account from a defined territory which in turn impacts quotes Answer • Build a hidden field controlled with a permission set • Control “Change Acct Owner” access based on profiles • Give Directors, VPs, and Sales Ops access • Extra Credit: Validation Rule to block leaving a territory
  • 15. The Code: Custom Field 15 IF( OR( $User.Master_Sales_Region__c = RecordOwner.Master_Sales_Region__c , $User.ProfileId = “ ", /*System Administrator */ $User.ProfileId = "00e50000000sZFg", /*Sales Operation Standard */ $User.Id = "00550000003UqTE" /* Specific User */ ), HYPERLINK( "/" & Id & "/a" & "?keepTeam=1" & /* Keep Account Team*/ "&sendMail=1" & /* Send Notification Email */ "&keepSalesTeam=1" & /* Keep Opportunity Team on Opportunities transferred to new owner */ "&retURL=" & Id & "&saveURL=%2F" & Id , "Change Owner", "_blank" ), "This account falls outside of your teams ownership hierarchy.")
  • 16. The Outcome: No More Politics! 16 Better control over who is allowed to change an owner and when they are allowed to change it which means happy users!
  • 17. One Click Sales Reps Help 17 Problem Sales constantly needs helps working on deals and account management in CRM. Answer • Build an App using a custom object to quickly request Deal Desk Team to help out. • Use a custom button to generate the request quickly from an Account, Opportunity and more. • Now you can track frequency and users to identify FAQs, process issues, staffing issues etc.
  • 18. The Code: Custom Button to Generate the Request 18 HYPERLINK( "a3A/e?ent=Sales%20Operations" & "&CF00N50000002obpW_lkid=" & Id & "&CF00N50000002obpW=" & Name & "&00N50000002obpc=" & Telogis_Num__c & "&CF00N50000002obpU_lkid=" & Account.Id & "&CF00N50000002obpU=" & Account.Name & "&00N50000002obpe=Opportunity" & "&00N50000002obpS=Medium" & /* Priority */ "&saveURL=" & Id & "&retURL=" & Id, "Open Case" )
  • 19. The Outcome: Simplicity & Visibility 19 Sales Now spending less time on data entry and more time selling Sales Ops Now able to get email notices on requests Track who and how many reqs come in
  • 20. Bonny Hinners, FOUNDER, REALTELEPHONY “Within the online community, I can find incredibly bright collaborators.” Bonny Hinners is a Salesforce MVP and consultant with over 12 years of professional experience building cloud-based applications. She is a Salesforce user group leader, frequent public speaker, and open-source software contributor. Her focus is on Salesforce automation and customization as well as quality assurance and testing.
  • 21. “I have the privilege of working with great clients in the nonprofit space who are changing the world. I also work with Pluralsight to create Salesforce instructional videos and training to help everyone improve their orgs.”
  • 22. “Lightning Experience is a new, fast, beautiful user experience.” Outcomes • Streamlined some processes • Updated other processes Challenges Moving biz processes to Lightning Experience • Making the user experience more tailored to their tasks • Rethinking automations to better fit user needs Solutions • Actions • Visual Flow
  • 29. • Simplifying the UX • Creating related records • Enforcing best practices • Supporting range of devices Leverage Flows to Improve User Experience
  • 31. Our Mission is to streamline business processes and improve operations by analyzing, prioritizing and enhancing client environments. We ensure our client’s technology investment is molded to achieve their business objectives, believing technology should support a business, not drive it.
  • 32. Dashboards and Reports Gauges are awesome and ensure individuals and teams are driving towards a common goal. Adding lines for goals. Great for tracking individual goal attainment or KPI.
  • 33. Manage the Exceptions and Outliers Create a graph filtered to show Opportunities that are past the close date. Driving goal of closing cases and focusing on exceptions.
  • 34. Clicks Not Code Combine the power of Excel and CRM. Customize Build custom Apps for your unique business needs or download from The X-Change. Data Drives efficient data entry and reduces data migration roadblocks. Enhance the Power of CRM with X-Author
  • 35. Ensure Success • Join Your CRM Community • Join Your Local User Groups • Attend Awesome Events • Get Your Certification! Add Your Screenshot to Layer Below Laptop Screen Add Your Screenshot to Layer Below Laptop Screen Add Your Screenshot to Layer Below Laptop Screen
  • 36. #AccelerateQTC Bonny Hinners Machell Enke Guillermo Pedroni Automate Business Processes with Point-and-Click Solutions May 3, 2017

Editor's Notes

  1. Pass data to new record using existing data --- limitation in that it can’t set related data—adding products to the new opportunity or creating a quote.