Skip to main content

Advanced Settings for Orders

Zuora

Advanced Settings for Orders

If you are an existing Zuora Subscribe and Amend customer, we recommend you enable Orders Harmonization to access the Orders feature. With Orders, you can access both existing functions for subscription and billing management and the new features on Zuora Billing.

  • Enable Orders: The Enable Orders setting must be selected to integrate Zuora Quotes with Zuora orders. The setting is read-only in Zuora Quotes and is controlled by the corresponding setting in Zuora. 
  • Enable Multi-Subscription Quoting: Select this setting to use the multi-subscription quoting flow and support sending multiple quotes as a single order. Requires that the Enable Orders setting is first selected

Enable Orders 

To use the Order features, the Enable Orders setting must be enabled in Zuora Quotes. The Enable Orders setting is automatically enabled at 0:00AM on the following day after the corresponding Zuora tenant setting is enabled in your Zuora tenant.

If you want to immediately update the Enable Orders setting before the next schedule permission check happens, run the following to immediately force the permission check:

  1. In Salesforce, open Developer Console.
  2. Navigate to Debug > Open Execute Anonymous Window.
  3. In the Enter Apex Code window, type:

    zqu.RefreshCustomSettingSchedulable.refreshOrdersPermission();             

  4. Click Execute.
  5. In Zuora Quotes, click the Zuora Config tab and verify that the Enable Orders setting is correctly updated in the Advanced Quoting Configuration Settings.

Your Salesforce org and your Zuora tenant must both be pointing to each other. The refreshOrdersPermission operation will fail, scheduled or manual, if the Salesforce Credentials configured in your Zuora tenant do not point to the Salesforce org you are using.