Welcome to Zuora Product Documentation

Explore our rich library of product information

Enable Prepaid With Drawdown

Learn how to enable Prepaid With Drawdown in Zuora Quotes Salesforce by running a script and configuring settings.

You must run a script to enable Prepaid With Drawdown in Zuora Quotes Salesforce. If you enable the feature in the Zuora tenant, ensure you also enable it in Zuora Quotes to view the prepaid balance data.

  1. In Salesforce, open Developer Console.
  2. Navigate to Debug > Open Execute Anonymous Window.
  3. In the Enter Apex Code window, type:zqu.RefreshCustomSettingSchedulable.refreshPrepaidWithDrawdownPermission();.
  4. Click Execute.
  5. In Zuora Quotes, click Zuora Config > Advanced Quoting Configuration Settings.
  6. Verify that the Enable Prepaid With Drawdown setting has been updated correctly.

    Your Salesforce org and your Zuora tenant must point to each other. TherefreshPrepaidWithDrawdownPermissionoperation fails if the Salesforce Credentials configured in your Zuora tenant do not point to the Salesforce org you use.