Skip to content

Salesforce CPQ Apex Code and Quote Calculator Plugins (QCP)

License

Notifications You must be signed in to change notification settings

ehammel/SalesforceCpq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce CPQ Customization Repository

Welcome to the Salesforce CPQ Customization Repository! Whether you're a beginner delving into CPQ development or an expert looking for specific code examples, we've got something to cater to your needs.

🚀 Getting Started

Understanding CPQ Pricing Computation: Before diving into complex customizations, grasp the foundational concepts. If you are new and just getting started with using QCP, you might want to start here. If you are looking into how a QCP functions "under the hood," reference the QCP_OrderOfOperationsForCalculationSequenceOrDebug_Info file to understand how Salesforce prepares and loads values for pricing computation during a calculation event.

📁 Directory Structure

  • JavaScript Custom Script Calculators (QCP): Files prefixed with QCP are dedicated to the Custom Script Calculator plugin in Salesforce CPQ.
    • General Functions: QCP_generalHelpfulFunctions.js provides a collection of flexible JavaScript functions.
    • Advanced Calculations: For comprehensive custom calculation sequences, refer to QCP_CalculatorPricing_OrderOfOperations.
    • Learn More: Deep dive into all the intricacies of the QCP pricing plugin in Salesforce CPQ at Salesforce here.
  • Apex Classes: Files ending in .cls are written in Salesforce's Apex language, containing the logic for various operations.
  • Visualforce Pages: Files ending in .page are Visualforce pages designed for customized user interfaces in Salesforce.

🛠 Resources & How-To's

  • QCP Pricing Plugin Documentation: An official Salesforce resource to help you understand and utilize the QCP pricing plug-in.
  • Apex & Visualforce Code Examples: Browse the repository for various .cls and .page files. They serve as practical examples of how certain features can be implemented.

About

Salesforce CPQ Apex Code and Quote Calculator Plugins (QCP)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published