Welcome to Zuora Product Documentation

Explore our rich library of product information

Update Entity Id

Learn how to update Entity Ids in Zuora Quotes to the 32-character UUID format and perform necessary sync operations.

Starting in Zuora Quotes, Version 7.4, the Entity Ids, namely EntityID and ParentEntityID, on the Entity object use the 32-character UUID.

If you are upgrading from a version between 7.2 and 7.32 of Zuora Quotes, remove the records with the old entity Id format as below:

  1. Delete any Billing Entity record with the 4-digit entity id with the following query in Developer Console: SELECT Id, zqu__EntityId__c FROM zqu__BillingEntity__c
  2. Perform both the Product Catalog Sync and the Accounts and Related Objects Sync to sync over the new Entity ID values to the corresponding object fields in Zuora for Salesforce.