Skip to content
Getting Started

Getting Started

Welcome to the Getting Started guide for the Breezz framework!

This section provides all the essential information you need to successfully deploy and understand Breezz within your Salesforce environment. Whether you are installing the package for the first time or looking to understand the underlying architecture, choose one of the topics below to begin:

  • Installation and Config — Step-by-step instructions on installing the Breezz package from the AppExchange, assigning proper permissions, and configuring the core plugins and scheduler.
  • Architecture — Learn about the conceptual architecture of the Breezz framework. Understand how it mitigates Apex Governor Limits and transaction overloads, and explore core components like Step and StepGroupHandler.
  • Good Practices — Discover the recommended guidelines for effective implementation. This includes class structure requirements, trigger context rules (Before vs. After triggers), and a detailed guide on utilizing Breezz Step methods.