Build Your Own New Quote Creation Process
Overview
The articles in this section present use cases for creating the quote creation pages in Zuora Quotes 5.92 or earlier versions.
In the later versions of Zuora Quotes, you can use the SelectBillingAccount and CreateQuote components to create custom pages.
Using Component Library, you can rebuild the flow with your custom business logic and user interface, keeping the Zuora Quotes logic intact. This is possible with the use of global methods, global components, and Order Builder.
Zuora Quotes Logic Flow
The following diagram illustrates the Zuora Quotes business logic specific flow that should be maintained while building the custom user interface bypassing the Zuora Quotes basic flow.
What's Next
Start by creating the billing account and subscription selection user interface.