SlideShare a Scribd company logo
1 of 6
Download to read offline
USEFUL APPROVAL PROCESSES
Summary
Describes approval
processes that you can use
in your organization.
Approval processes specify
the steps necessary for a
record to be approved, and
who must approve it at each
step.
Examples of Approval Processes
An approval process is an automated process your organization can use to approve records in Salesforce.
An approval process specifies the steps necessary for a record to be approved and who must approve it
at each step. A step can apply to all records included in the process, or just records that meet certain
administrator-defined criteria. An approval process also specifies the actions to take when a record is
approved, rejected, recalled, or first submitted for approval.
Use these samples of common approval processes to help you get started creating your own:
• Sample Approval Process: PTO Requests
• Sample Approval Process: Expense Reports
• Sample Approval Process: Discounting Opportunities
• Sample Approval Process: Job Candidates
Note: If your organization has both Approvals and Chatter enabled, administrators can turn on
Approvals in Chatter, which lets users receive approval requests as posts in their Chatter feeds.
Sample Approval Process: PTO Requests
Most companies require employees to file a PTO (Paid Time Off) request and have their manager approve
it. In three phases, here's how to automate a simple one-step PTO request process using Salesforce.
Prep Your Organization
Before creating the approval process:
• If you do not yet have a custom object to track your PTO requests, create a custom object and tab
called PTO Requests. Add the appropriate fields for your PTO Requests such as Start Date, End
Date, and Employee Name. See “Define Custom Objects” in the Salesforce Help and “Defining
Custom Tabs” in the Salesforce Help.
• Create an email template to notify approvers that an approval request needs to be reviewed. Be sure
to include one of the approval process merge fields to take users directly to the approval page.
Create the Approval Process
Use the jump start wizard to create an approval process for the PTO Request custom object and specify
the following:
• Select the email template you created for this approval process.
• Don't specify filter criteria if you want each user to submit PTO requests and have them included
regardless of their attributes.
• Selectthe Automatically assign an approver using a standard or custom
hierarchy field option, then choose Manager.
Last updated: May 20, 2015
• The jump start wizard automatically chooses the record owner as the only person who can submit
PTO requests.
Tip: If you want the submitter to be able to withdraw a submitted PTO request:
1. Click Edit and choose Initial Submitters.
2. Select Allow submitters to recall approval requests.
If the Allow submitters to recall approval requests option is selected for the approval process,
both submitters and administrators can see the Recall Approval Request button in the Approval
History related list on the detail page of submitted records; otherwise, only administrators can see
it. When a user clicks Recall Approval Request, the pending approval request for the record is
withdrawn and recall actions are run. For more information, see “Recall Actions” in the Salesforce
Help.
Wrap Things Up
After creating the approval process, add the Approval History related list to the PTO Request object page
layout. See “Customizing Page Layouts” in the Salesforce Help.
Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives
users an instant view of the approval requests they need to approve or reject. For instructions on
adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the
Salesforce Help.
If available, use your sandbox to test the approval process, then activate it.
Sample Approval Process: Expense Reports
If your company requires that employees file expense reports for managers to approve, you can automate
this process in Salesforce. Use this example to create a two-step expense report approval process for all
employees in your headquarters office. It specifies that expenses less than $50 are automatically approved,
those $50 and over require manager approval, and those over $5,000 require additional approval from
two VPs. This example highlights the “else” option, as well as the parallel approvals feature.
Prep Your Organization
Before creating the approval process:
• If you do not yet have a custom object to track your expenses, create a custom object and tab called
Expense Reports. See “Define Custom Objects” in the Salesforce Help and “Defining Custom Tabs” in
theSalesforceHelp.Addtheappropriatefieldssuchas Amount, Description, Status, Start
Date, and End Date.
• Create an email template to notify approvers that an approval request needs to be reviewed. Be sure
to include one of the approval process merge fields to take users directly to the approval page.
• Create a custom field on the user object called Office Location. Assign the “HQ” value to users
in the headquarters office location.
Create the Approval Process
Create an approval process using the Expense Report custom object and specify the following:
2
Sample Approval Process: Expense ReportsUseful Approval Processes
• The filter criteria for this approval process is Current User: Office Location equals
HQ. Records must meet this criteria before they can be submitted to this approval process.
• Choose the Manager field as the next automated approver.
• Create an email template to notify approvers that an approval request needs to be reviewed. Be sure
to include one of the approval process merge fields to take users directly to the approval page.
• Choose the record owner or any other user who you want to be able to submit expense reports.
• Create two approval steps:
1. Create a step named Step 1: Manager Approval with the following specifications:
– Name this step Step 1: Manager Approval.
– Select Enter this step if the following and choose criteria are met. Also,
choose approve record for the else option.
– Set the filter criteria to: Expense: Amount greater or equal 50.
– In the Automatically assign to approver(s) option, select the manager of
the user submitting the request.
– Ifappropriate,choose The approver's delegate may also approve this
request if you want to allow the user in the Delegated Approver field to approve
requests.
2. Create a second approval step named Step 2: Multiple VP Approval and specify
the following:
– Use the filter criteria Expense Amount greater or equal 5000.
– Choose Automatically assign to approver(s) and select two users with a
VP role.
– Selectthe Require UNANIMOUS approval from all selected approvers
option. The request will not be approved unless both designated users approve.
– Ifappropriate,choose The approver's delegate may also approve this
request if you want to allow the user in the Delegated Approver field to approve
requests.
– Choose Perform ONLY the rejection actions for this step... so
that the request returns to the manager for changes if one of the VPs rejects the request.
Tip: Consider creating the following final approval actions:
• Define a field update to automatically change the Status field to “Approved.”
• Send an approval notification to the user who submitted the expense report.
• Sendanoutboundmessagetoyourbackofficefinancialsystemtoprintareimbursementcheck.
Wrap Things Up
After creating the approval process, add the Approval History related list to the Expense Report object
page layout. See “Customizing Page Layouts” in the Salesforce Help.
Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives
users an instant view of the approval requests they need to approve or reject. For instructions on
3
Sample Approval Process: Expense ReportsUseful Approval Processes
adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the
Salesforce Help.
If available, use your sandbox to test the approval process, then activate it.
Sample Approval Process: Discounting Opportunities
Opportunities that are discounted more than 40% require a CEO approval. Use this example to create a
one-step approval process.
Prep Your Organization
Before creating the approval process:
• Create an email template to notify approvers that an approval request needs to be reviewed. Be sure
to include one of the approval process merge fields to take users directly to the approval page.
• Create the following custom fields for opportunities:
– A percent field called Discount Percent so that users can enter a percentage discount.
– A checkbox field called Discount Approved to indicate whether the CEO approved the
discount.
Create the Approval Process
Create an approval process on the Opportunity object and specify the following:
• The filter criteria for this approval process is Discount Percent greater or equal
0.4. Records must meet this criteria before they can be submitted to this approval process.
• You don't need to choose a custom field as the next automated approver because you will specify
later in the process that the CEO must approve all requests.
• Select the email template you created for this approval process.
• Choose the record owner as the only user who can submit a discount request for approval.
• Create one approval step with no filter criteria because all records submitted will need to be approved
or rejected. See “Creating Approval Steps” in the Salesforce Help.
• Choose Automatically assign to approver(s) and select the name of your CEO.
• If appropriate, choose The approver's delegate may also approve this
request ifyouwanttoallowtheuserinthe Delegated Approver fieldtoapproverequests.
• Consider creating the following final approval actions:
– Send an approval notification to the user who submitted the discount request.
– Defineafieldupdatetoautomaticallyselecttheopportunity Discount Approved checkbox
field.
Wrap Things Up
After creating the approval process, add the Approval History related list to the appropriate opportunity
page layouts. See “Customizing Page Layouts” in the Salesforce Help.
4
Sample Approval Process: Discounting OpportunitiesUseful Approval Processes
Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives
users an instant view of the approval requests they need to approve or reject. For instructions on
adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the
Salesforce Help.
If available, use your sandbox to test the approval process, then activate it.
Sample Approval Process: Job Candidates
When your company interviews candidates for a position, you may have several levels of approval before
youcansendanofferletter.Usethisexampletocreateathree-stepapprovalprocessthatrequiresapproval
from multiple management levels.
Prep Your Organization
Before creating the approval process:
• If you don't yet have a custom object to track candidates, create a custom object and tab called
Candidates. See “Define Custom Objects” in the Salesforce Help and “Defining Custom Tabs” in the
Salesforce Help. Add the appropriate fields such as Salary, Offer Extended (checkbox), and
Date of Hire.
• Create an email template to notify approvers that an approval request needs to be reviewed. Be sure
to include one of the approval process merge fields to take users directly to the approval page.
Create the Approval Process
Create an approval process on the Candidate custom object using the following specifications:
• Don't enter filter criteria because you want all submitted offers to be approved.
• Choose the Manager field as the next automated approver.
• Select the email template you created for this approval process.
• Choose the record owner or any other user that you want to be able to submit offer letters.
• Create three approval steps:
1. Create a step named Step 1: Manager Approval:
– No filter is necessary as you want all records to advance to this step.
– In the Automatically assign to approver(s) option, select the manager of
the user submitting the request.
– Ifappropriate,choose The approver's delegate may also approve this
request if you want to allow the user in the Delegated Approver field to approve
requests.
2. Create a second step named Step 2: VP Approval:
– No filter is necessary as you want all records to advance to this step.
– Choose Let the user choose the approver to allow the manager to select
the appropriate VP to approve the request.
5
Sample Approval Process: Job CandidatesUseful Approval Processes
– Ifappropriate,choose The approver's delegate may also approve this
request if you want to allow the user in the Delegated Approver field to approve
requests.
– Choose Perform ONLY the rejection actions for this step... so
that the request returns to the manager for changes if the VP rejects the request.
3. Create a third step named Step 3: CFO Approval:
– No filter is necessary as you want all records to advance to this step.
– Choose Automatically assign to approver(s) and select the name of your
CFO.
– Ifappropriate,choose The approver's delegate may also approve this
request if you want to allow the user in the Delegated Approver field to approve
requests.
– Choose Perform all rejection actions for this step AND all
final rejection actions. (Final Rejection) sothatofferlettersrejected
by your CFO are completely rejected.
Tip:
• Consider creating the following final approval actions:
– Send an approval notification to the user who submitted the offer letter request.
– Define a field update to select the Offer Extended checkbox field.
• Consider creating the following final rejection actions:
– Send a notification to the manager that the offer won't be extended.
Wrap Things Up
After creating the approval process, add the Approval History related list to the Candidates object page
layout. See “Customizing Page Layouts” in the Salesforce Help.
Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives
users an instant view of the approval requests they need to approve or reject. For instructions on
adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the
Salesforce Help.
If available, use your sandbox to test the approval process, then activate it.
6
Sample Approval Process: Job CandidatesUseful Approval Processes

More Related Content

Similar to SFDC useful approval_processes

Approval Process in Salesforce
Approval Process in SalesforceApproval Process in Salesforce
Approval Process in SalesforceCloudTech 
 
First Approval Flow - Microsoft Flow
First Approval Flow - Microsoft FlowFirst Approval Flow - Microsoft Flow
First Approval Flow - Microsoft FlowPriority SharePoint
 
Approvals and workflow in salesforce
Approvals and workflow in salesforceApprovals and workflow in salesforce
Approvals and workflow in salesforcemallareddy0107
 
Ame configuration process end to end
Ame configuration process end to endAme configuration process end to end
Ame configuration process end to enderpnavin-11i
 
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer RegistrationICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer RegistrationU.S. Consumer Product Safety Commission
 
Acceptance Testing Practical Guideline.pptx
Acceptance Testing Practical Guideline.pptxAcceptance Testing Practical Guideline.pptx
Acceptance Testing Practical Guideline.pptxShaikh848892
 
AutoKrew - Purchase/Procurement
AutoKrew - Purchase/ProcurementAutoKrew - Purchase/Procurement
AutoKrew - Purchase/ProcurementAutoKrew
 
Performance, Comp, Succession First Looks - Oct. 16
Performance, Comp, Succession First Looks - Oct. 16Performance, Comp, Succession First Looks - Oct. 16
Performance, Comp, Succession First Looks - Oct. 16Cornerstone OnDemand
 
Winter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfWinter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfAnna Loughnan Colquhoun
 
System Center Cloud Services Process Pack Operations Guide
System Center Cloud Services Process Pack Operations GuideSystem Center Cloud Services Process Pack Operations Guide
System Center Cloud Services Process Pack Operations GuideKathy Vinatieri
 
Ame how to diagnose issues with the default approver list in purchasing when ...
Ame how to diagnose issues with the default approver list in purchasing when ...Ame how to diagnose issues with the default approver list in purchasing when ...
Ame how to diagnose issues with the default approver list in purchasing when ...Abdul Rahman Fouad Thabit
 
Recruiting & Onboarding First Looks - Oct. 16
Recruiting & Onboarding First Looks - Oct. 16Recruiting & Onboarding First Looks - Oct. 16
Recruiting & Onboarding First Looks - Oct. 16Cornerstone OnDemand
 
Agent Onboarding - Copy.pptx
Agent Onboarding - Copy.pptxAgent Onboarding - Copy.pptx
Agent Onboarding - Copy.pptxClaytonClay3
 
Spring24-Release Overview - Wellingtion User Group-1.pdf
Spring24-Release Overview - Wellingtion User Group-1.pdfSpring24-Release Overview - Wellingtion User Group-1.pdf
Spring24-Release Overview - Wellingtion User Group-1.pdfAnna Loughnan Colquhoun
 
Self Service Centre Detailed Product Description
Self Service Centre Detailed Product DescriptionSelf Service Centre Detailed Product Description
Self Service Centre Detailed Product Descriptionmckeeg
 

Similar to SFDC useful approval_processes (20)

Approval Process in Salesforce
Approval Process in SalesforceApproval Process in Salesforce
Approval Process in Salesforce
 
Approval process
Approval processApproval process
Approval process
 
Approval process
Approval processApproval process
Approval process
 
First Approval Flow - Microsoft Flow
First Approval Flow - Microsoft FlowFirst Approval Flow - Microsoft Flow
First Approval Flow - Microsoft Flow
 
Approvals and workflow in salesforce
Approvals and workflow in salesforceApprovals and workflow in salesforce
Approvals and workflow in salesforce
 
Ame configuration process end to end
Ame configuration process end to endAme configuration process end to end
Ame configuration process end to end
 
Wielding Workflow
Wielding WorkflowWielding Workflow
Wielding Workflow
 
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer RegistrationICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
 
Acceptance Testing Practical Guideline.pptx
Acceptance Testing Practical Guideline.pptxAcceptance Testing Practical Guideline.pptx
Acceptance Testing Practical Guideline.pptx
 
AutoKrew - Purchase/Procurement
AutoKrew - Purchase/ProcurementAutoKrew - Purchase/Procurement
AutoKrew - Purchase/Procurement
 
Performance, Comp, Succession First Looks - Oct. 16
Performance, Comp, Succession First Looks - Oct. 16Performance, Comp, Succession First Looks - Oct. 16
Performance, Comp, Succession First Looks - Oct. 16
 
Winter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfWinter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdf
 
Lightning Process Builder
Lightning Process BuilderLightning Process Builder
Lightning Process Builder
 
Lightning Process Builder
Lightning Process BuilderLightning Process Builder
Lightning Process Builder
 
System Center Cloud Services Process Pack Operations Guide
System Center Cloud Services Process Pack Operations GuideSystem Center Cloud Services Process Pack Operations Guide
System Center Cloud Services Process Pack Operations Guide
 
Ame how to diagnose issues with the default approver list in purchasing when ...
Ame how to diagnose issues with the default approver list in purchasing when ...Ame how to diagnose issues with the default approver list in purchasing when ...
Ame how to diagnose issues with the default approver list in purchasing when ...
 
Recruiting & Onboarding First Looks - Oct. 16
Recruiting & Onboarding First Looks - Oct. 16Recruiting & Onboarding First Looks - Oct. 16
Recruiting & Onboarding First Looks - Oct. 16
 
Agent Onboarding - Copy.pptx
Agent Onboarding - Copy.pptxAgent Onboarding - Copy.pptx
Agent Onboarding - Copy.pptx
 
Spring24-Release Overview - Wellingtion User Group-1.pdf
Spring24-Release Overview - Wellingtion User Group-1.pdfSpring24-Release Overview - Wellingtion User Group-1.pdf
Spring24-Release Overview - Wellingtion User Group-1.pdf
 
Self Service Centre Detailed Product Description
Self Service Centre Detailed Product DescriptionSelf Service Centre Detailed Product Description
Self Service Centre Detailed Product Description
 

Recently uploaded

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
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
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
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?
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
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
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 

SFDC useful approval_processes

  • 1. USEFUL APPROVAL PROCESSES Summary Describes approval processes that you can use in your organization. Approval processes specify the steps necessary for a record to be approved, and who must approve it at each step. Examples of Approval Processes An approval process is an automated process your organization can use to approve records in Salesforce. An approval process specifies the steps necessary for a record to be approved and who must approve it at each step. A step can apply to all records included in the process, or just records that meet certain administrator-defined criteria. An approval process also specifies the actions to take when a record is approved, rejected, recalled, or first submitted for approval. Use these samples of common approval processes to help you get started creating your own: • Sample Approval Process: PTO Requests • Sample Approval Process: Expense Reports • Sample Approval Process: Discounting Opportunities • Sample Approval Process: Job Candidates Note: If your organization has both Approvals and Chatter enabled, administrators can turn on Approvals in Chatter, which lets users receive approval requests as posts in their Chatter feeds. Sample Approval Process: PTO Requests Most companies require employees to file a PTO (Paid Time Off) request and have their manager approve it. In three phases, here's how to automate a simple one-step PTO request process using Salesforce. Prep Your Organization Before creating the approval process: • If you do not yet have a custom object to track your PTO requests, create a custom object and tab called PTO Requests. Add the appropriate fields for your PTO Requests such as Start Date, End Date, and Employee Name. See “Define Custom Objects” in the Salesforce Help and “Defining Custom Tabs” in the Salesforce Help. • Create an email template to notify approvers that an approval request needs to be reviewed. Be sure to include one of the approval process merge fields to take users directly to the approval page. Create the Approval Process Use the jump start wizard to create an approval process for the PTO Request custom object and specify the following: • Select the email template you created for this approval process. • Don't specify filter criteria if you want each user to submit PTO requests and have them included regardless of their attributes. • Selectthe Automatically assign an approver using a standard or custom hierarchy field option, then choose Manager. Last updated: May 20, 2015
  • 2. • The jump start wizard automatically chooses the record owner as the only person who can submit PTO requests. Tip: If you want the submitter to be able to withdraw a submitted PTO request: 1. Click Edit and choose Initial Submitters. 2. Select Allow submitters to recall approval requests. If the Allow submitters to recall approval requests option is selected for the approval process, both submitters and administrators can see the Recall Approval Request button in the Approval History related list on the detail page of submitted records; otherwise, only administrators can see it. When a user clicks Recall Approval Request, the pending approval request for the record is withdrawn and recall actions are run. For more information, see “Recall Actions” in the Salesforce Help. Wrap Things Up After creating the approval process, add the Approval History related list to the PTO Request object page layout. See “Customizing Page Layouts” in the Salesforce Help. Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives users an instant view of the approval requests they need to approve or reject. For instructions on adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the Salesforce Help. If available, use your sandbox to test the approval process, then activate it. Sample Approval Process: Expense Reports If your company requires that employees file expense reports for managers to approve, you can automate this process in Salesforce. Use this example to create a two-step expense report approval process for all employees in your headquarters office. It specifies that expenses less than $50 are automatically approved, those $50 and over require manager approval, and those over $5,000 require additional approval from two VPs. This example highlights the “else” option, as well as the parallel approvals feature. Prep Your Organization Before creating the approval process: • If you do not yet have a custom object to track your expenses, create a custom object and tab called Expense Reports. See “Define Custom Objects” in the Salesforce Help and “Defining Custom Tabs” in theSalesforceHelp.Addtheappropriatefieldssuchas Amount, Description, Status, Start Date, and End Date. • Create an email template to notify approvers that an approval request needs to be reviewed. Be sure to include one of the approval process merge fields to take users directly to the approval page. • Create a custom field on the user object called Office Location. Assign the “HQ” value to users in the headquarters office location. Create the Approval Process Create an approval process using the Expense Report custom object and specify the following: 2 Sample Approval Process: Expense ReportsUseful Approval Processes
  • 3. • The filter criteria for this approval process is Current User: Office Location equals HQ. Records must meet this criteria before they can be submitted to this approval process. • Choose the Manager field as the next automated approver. • Create an email template to notify approvers that an approval request needs to be reviewed. Be sure to include one of the approval process merge fields to take users directly to the approval page. • Choose the record owner or any other user who you want to be able to submit expense reports. • Create two approval steps: 1. Create a step named Step 1: Manager Approval with the following specifications: – Name this step Step 1: Manager Approval. – Select Enter this step if the following and choose criteria are met. Also, choose approve record for the else option. – Set the filter criteria to: Expense: Amount greater or equal 50. – In the Automatically assign to approver(s) option, select the manager of the user submitting the request. – Ifappropriate,choose The approver's delegate may also approve this request if you want to allow the user in the Delegated Approver field to approve requests. 2. Create a second approval step named Step 2: Multiple VP Approval and specify the following: – Use the filter criteria Expense Amount greater or equal 5000. – Choose Automatically assign to approver(s) and select two users with a VP role. – Selectthe Require UNANIMOUS approval from all selected approvers option. The request will not be approved unless both designated users approve. – Ifappropriate,choose The approver's delegate may also approve this request if you want to allow the user in the Delegated Approver field to approve requests. – Choose Perform ONLY the rejection actions for this step... so that the request returns to the manager for changes if one of the VPs rejects the request. Tip: Consider creating the following final approval actions: • Define a field update to automatically change the Status field to “Approved.” • Send an approval notification to the user who submitted the expense report. • Sendanoutboundmessagetoyourbackofficefinancialsystemtoprintareimbursementcheck. Wrap Things Up After creating the approval process, add the Approval History related list to the Expense Report object page layout. See “Customizing Page Layouts” in the Salesforce Help. Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives users an instant view of the approval requests they need to approve or reject. For instructions on 3 Sample Approval Process: Expense ReportsUseful Approval Processes
  • 4. adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the Salesforce Help. If available, use your sandbox to test the approval process, then activate it. Sample Approval Process: Discounting Opportunities Opportunities that are discounted more than 40% require a CEO approval. Use this example to create a one-step approval process. Prep Your Organization Before creating the approval process: • Create an email template to notify approvers that an approval request needs to be reviewed. Be sure to include one of the approval process merge fields to take users directly to the approval page. • Create the following custom fields for opportunities: – A percent field called Discount Percent so that users can enter a percentage discount. – A checkbox field called Discount Approved to indicate whether the CEO approved the discount. Create the Approval Process Create an approval process on the Opportunity object and specify the following: • The filter criteria for this approval process is Discount Percent greater or equal 0.4. Records must meet this criteria before they can be submitted to this approval process. • You don't need to choose a custom field as the next automated approver because you will specify later in the process that the CEO must approve all requests. • Select the email template you created for this approval process. • Choose the record owner as the only user who can submit a discount request for approval. • Create one approval step with no filter criteria because all records submitted will need to be approved or rejected. See “Creating Approval Steps” in the Salesforce Help. • Choose Automatically assign to approver(s) and select the name of your CEO. • If appropriate, choose The approver's delegate may also approve this request ifyouwanttoallowtheuserinthe Delegated Approver fieldtoapproverequests. • Consider creating the following final approval actions: – Send an approval notification to the user who submitted the discount request. – Defineafieldupdatetoautomaticallyselecttheopportunity Discount Approved checkbox field. Wrap Things Up After creating the approval process, add the Approval History related list to the appropriate opportunity page layouts. See “Customizing Page Layouts” in the Salesforce Help. 4 Sample Approval Process: Discounting OpportunitiesUseful Approval Processes
  • 5. Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives users an instant view of the approval requests they need to approve or reject. For instructions on adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the Salesforce Help. If available, use your sandbox to test the approval process, then activate it. Sample Approval Process: Job Candidates When your company interviews candidates for a position, you may have several levels of approval before youcansendanofferletter.Usethisexampletocreateathree-stepapprovalprocessthatrequiresapproval from multiple management levels. Prep Your Organization Before creating the approval process: • If you don't yet have a custom object to track candidates, create a custom object and tab called Candidates. See “Define Custom Objects” in the Salesforce Help and “Defining Custom Tabs” in the Salesforce Help. Add the appropriate fields such as Salary, Offer Extended (checkbox), and Date of Hire. • Create an email template to notify approvers that an approval request needs to be reviewed. Be sure to include one of the approval process merge fields to take users directly to the approval page. Create the Approval Process Create an approval process on the Candidate custom object using the following specifications: • Don't enter filter criteria because you want all submitted offers to be approved. • Choose the Manager field as the next automated approver. • Select the email template you created for this approval process. • Choose the record owner or any other user that you want to be able to submit offer letters. • Create three approval steps: 1. Create a step named Step 1: Manager Approval: – No filter is necessary as you want all records to advance to this step. – In the Automatically assign to approver(s) option, select the manager of the user submitting the request. – Ifappropriate,choose The approver's delegate may also approve this request if you want to allow the user in the Delegated Approver field to approve requests. 2. Create a second step named Step 2: VP Approval: – No filter is necessary as you want all records to advance to this step. – Choose Let the user choose the approver to allow the manager to select the appropriate VP to approve the request. 5 Sample Approval Process: Job CandidatesUseful Approval Processes
  • 6. – Ifappropriate,choose The approver's delegate may also approve this request if you want to allow the user in the Delegated Approver field to approve requests. – Choose Perform ONLY the rejection actions for this step... so that the request returns to the manager for changes if the VP rejects the request. 3. Create a third step named Step 3: CFO Approval: – No filter is necessary as you want all records to advance to this step. – Choose Automatically assign to approver(s) and select the name of your CFO. – Ifappropriate,choose The approver's delegate may also approve this request if you want to allow the user in the Delegated Approver field to approve requests. – Choose Perform all rejection actions for this step AND all final rejection actions. (Final Rejection) sothatofferlettersrejected by your CFO are completely rejected. Tip: • Consider creating the following final approval actions: – Send an approval notification to the user who submitted the offer letter request. – Define a field update to select the Offer Extended checkbox field. • Consider creating the following final rejection actions: – Send a notification to the manager that the offer won't be extended. Wrap Things Up After creating the approval process, add the Approval History related list to the Candidates object page layout. See “Customizing Page Layouts” in the Salesforce Help. Tip: Consider adding the Items To Approve related list to your custom home page layouts. It gives users an instant view of the approval requests they need to approve or reject. For instructions on adding this component to your home page layouts, see “Design Home Tab Page Layouts” in the Salesforce Help. If available, use your sandbox to test the approval process, then activate it. 6 Sample Approval Process: Job CandidatesUseful Approval Processes