Hi I would like to export my custom package with all elements in it to deploy to another instance of Creatio. How can I tell if the package I have has all the elements of my custom application.
Like
2 comments
11:37 Dec 11, 2023
Hi Waseem
First, create a new package and all the dependencies from custom to this new package.
Then move all schema elements from Custom to the new package.
Compile and make sure everything works as expected.
At this point, you should have everything in the package except for Data values from lookups.
Identify the missing data binding and add them to the new package.
Install the new package in a new Creatio instance, and test it.
Add/Update databinding if you miss anything in the new instance.
Hope this helps!
Thank you
Mohamed
08:15 Dec 15, 2023
Show all comments