Configure Commitment default value plugin
Learn how to configure the Commitment Default Value Plugin so default values are populated automatically during commitment creation.
- Create an Apex class that implements
zqu.CommitmentDefaultValuesPlugin. - Add your defaulting logic in the
initialize()method. - Deploy the Apex class to your Salesforce org.
- Navigate to .
- Enable the Commitment Default Values Plugin toggle and enter the class name of your custom plugin.
- Click Save.
If you want to disable the plugin without removing the configuration, clear the Commitment Default Values Plugin checkbox. The system immediately falls back to the default behavior, and no redeployment is required.
After you save the configuration, Zuora CPQ uses the logic in your custom class to populate default values when a commitment is created.