Export Package with All elements

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 0

Like

2 comments

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

Show all comments