Create custom fields
Learn how to create a legacy custom field for a standard object.
When custom fields are created, they are available in the corresponding object detail pages in the Zuora UI or through the respective API operations.
When Zuora creates a custom field, Zuora does not apply the default value to existing objects. This means that if you define a custom field, then immediately perform a ZOQL query such as select BetaTester__c from Account
, the query will not return any values for BetaTester__c
.
To apply the default value to an existing object, you must modify the object via the Zuora UI or the Zuora API.