Skip to main content

Custom Objects Release Notes

Zuora

Custom Objects Release Notes

This page is no longer maintained. Please visit Zuora Release Notes for the latest release notes.

August 19, 2021

New default for validation of field values for Relationship custom fields

Validation of the values of Relationship custom fields is now enabled by default.

You can disable validation when creating and updating custom object definitions via the Zuora API. For more information, see Create custom object definitions and Update a custom object definition.

May 21, 2021

Partial success allowed when creating or updating custom object records through API

The allowPartialSuccess flag has been introduced into the request schema of each of the following API operations:

In case that some records in the request body do not pass the schema validation, you can still create or update the custom object records that pass the schema validation with this flag set to true.

April 30, 2021

Multiple custom object import and export available

You can now import or export multiple custom object definitions through Zuora UI. See Import and export custom objects for more information.

In addition, you can now create multiple custom object definitions by one Create custom object definitions call.

Custom Objects Usage meter available

You can now view how many custom objects have been created towards the limit in your tenant through the the Custom Objects Usage meter in Zuora UI. See View custom objects usage for more information.

Filterable field limit per object increased to 10

The maximum number of filterable fields that you can create in one custom object has been increased from 5 to 10. The new limit applies when you create or update a custom object through UI or API.

March 18, 2021

Custom Object Jobs API available

Custom Object Jobs API is now available for you to:

  • create custom object records as a batch by uploading a CSV file containing all records to be created.
  • delete a batch of custom object records that meet your specified conditions.

See Custom Object Jobs for details.