Skip to main content
January 4, 2024
Question

If existing CDT is updated, do we need to update Data store too in Test or other regions while deploying

  • January 4, 2024
  • 2 replies
  • 0 views

Hi, If I update an existing CDT in dev, do I need to deploy data store too while deploying CDT in Test or other regions?

2 replies

konduruc733182
January 4, 2024

Hello manikantasivasatishb8870,

You need to update the database structure and and upload the script along with the changed CDT. No need to deploy data store again if the object is already present in your higher environments.

harshitb6843
January 4, 2024

There are two ways of doing it and there is no best or worst of them. It just depends on how much access you have and what is supported by your deployment methods. 

  1. Update the CDT, add the CDT and DS in a package, deploy it, and then re-publish the DS on the target environment. 
  2. Update the CDT, add it in the package, add the DB script in the package and deploy the package.