I am trying to find the Best Practice for code promotion for this scenario (Ver

I am trying to find the Best Practice for code promotion for this scenario (Version 7.9) - We added a new element to existing CDT by adding a new field through Data type Designer.
If we want to promote this change to higher Environments should do the same way or delete and import the XSD

OriginalPostID-153753

OriginalPostID-153753

  Discussion posts and replies are publicly visible

Parents
  • If you don't have access to the database, you can do the following..


    1. Create an application package containing the XSD and the data Store entity
    2. Export the application package from the source environment
    3. Delete the existing CDT in the destination environment.
    4. Import the application package in the destination environment.
    5. Publish the data store by correctly mapping the newly imported XSD in the destination environment.
Reply
  • If you don't have access to the database, you can do the following..


    1. Create an application package containing the XSD and the data Store entity
    2. Export the application package from the source environment
    3. Delete the existing CDT in the destination environment.
    4. Import the application package in the destination environment.
    5. Publish the data store by correctly mapping the newly imported XSD in the destination environment.
Children
No Data