The Salesforce CPQ Header and Footer might work out of box for demos but eventually you will need to customize it. The most common first gripe I see is that Bill To and Ship To are reversed.
There is no way to edit the out of box template without recreating all the sections and it can be time consuming to recreate it if you did it from scratch. You can actual actually save time by copy and pasting the out of box version into your own Quote Section. It's not hard to find after you know where to go.
Here's how:
- Navigate to Setup > Installed Packages > Salesforce CPQ > View Components
- Find "Template Top" on the page and click on it (I recommend this since salesforce is still renaming things from SteelBrick to CPQ):
- Click "View File" to download the content:
- Copy & Paste the downloaded html content into your new Template Section
Follow the same process for "Template Bottom" and you will have both of the sections you need and can start doing deep customizations of the quote output.
Related Articles
Designing User Security and Visibility in Salesforce
Trust and security are at the top of Salesforce's priority list. The platform has everything you need if you're looking to construct a robust user security paradigm. However, this security approach has flaws that an attacker can exploit to gain access to your data. The Salesforce Architect has the duty to ensure that these features are set up correctly.
March 16, 2022
7 Min Read
Batch Apex Error Event - CloudAnswers Hackathon
A hackathon is an event usually put together by a tech organization. The event brings programmers together over a specific period to collaborate on a project.
June 28, 2021
5 Min Read
Save DOM Element As Image Attachment In Salesforce
Use a dom-to-image Javascript library that can turn arbitrary DOM nodes into a vector (SVG) or raster (PNG or JPEG) image in Salesforce.
April 8, 2021
3 Min Read