Synchronize Zuora custom fields
Learn how to synchronize custom fields created in the Zuora application to Salesforce.
Define the corresponding field in Salesforce with the same API name. You must create the field in Salesforce before you can sync Zuora custom field data. You can synchronize custom fields up to 255 characters long. For the picklist type custom fields, each picklist option can be up to 255 characters long.
-
For example: Create a subscription custom field in Salesforce by going to Setup > App Setup > Create > Objects > Subscription > New Custom Fields & Relationships . Create the same custom field as you created in Zuora using the same field attributes, such as picklist, values, API Name.
Zuora 360+ supports fields of String, Date, and Picklist types. Custom fields are synchronized when the Zuora objects are synced to Salesforce.
In the Field Name field, you can enter a value, for example, MyCompanySKU, and Salesforce inserts the required __c custom field suffix automatically.
When an object has already been synced before the custom fields were added in Salesforce, the sync does not complete as expected.
-
SubscriptionA exists in Zuora. It has custom fields and values. There are no custom fields defined in Salesforce.com.
-
When you run the sync, SubscriptionA syncs to Salesforce without custom fields.
-
Then you add the custom fields in Salesforce and sync again.
In this example, you would not see values for the custom fields because this is an incremental sync and SubscriptionA is not updated. Because of this, SubscriptionA will not sync to Salesforce.