Welcome to Zuora Product Documentation

Explore our rich library of product information

Enable Features in Product Catalog

Learn how to enable and manage product features in Zuora Quotes by configuring the Enable Features in Product Catalog setting.

To view and manage product features during your quoting process, the Enable Features in Product Catalog setting must be turned on in Zuora Quotes. When you enable the following, the Enable Features in Product Catalog setting is automatically enabled:

  • The Entitlements feature in your Zuora tenant
  • The Enable Feature Specification in Products and Subscriptions setting in Zuora

If you change the above settings in Zuora after you install and upgrade Zuora Quotes, the Enable Features in Product Catalog setting is updated at 0:00AM on the following day.

If you want to immediately update the Enable Features in Product Catalog setting before the next schedule permission check happens, run the following to 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.refreshEntitlementPermission();.
  4. Click Execute.
  5. In Zuora Quotes, click the Zuora Config tab and verify that the Enable Features in Product Catalog setting is correctly updated.

    Your Salesforce org and your Zuora tenant must both be pointing to each other. The refreshEntitlementPermission 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.

    To manage product features, such as adding, removing, and managing custom fields, the product you synced from Zuora must have the Allow Feature Changes in Subscriptions setting enabled in Zuora.

    Note:

    When the Enable Features in Product Catalog setting is selected and thus the Entitlements feature is enabled in Zuora Quotes, the Zuora API version setting must be greater than or equal to 58.0 in order for quotes to work properly. You set the Zuora API version in the API URL field in Zuora Connection Settings.