While I understand the current export/import process to move build from a test env to production, it would be nice if there was an automatic function that would migrate from test to production and include all dependencies like data lookup tables, record maps, sql tables, etc. Currently it feels easier to recreate the full production including dependencies in production than it does to use the export/import process.
Thank you for submitting the idea. Based on information from our experts the status of your idea was changed to "Will not implement". Please look for details in the comments on the idea. Good luck!
There are comments on this idea from InterSystems employees.
The idea was transferred to the status “Will not implement”, since the author did not respond to comment for several months.
If the author responds to these comments, the status of this idea may be changed.
@Corinne Ridgley, you have comments on your idea. Please answer them to help your idea to be promoted.
You can just use Package Manager ZPM for it.
I really like this suggestion. One could imagine some way to indicate all the changes that have been made and say "I want to export these" and it would generate some kind of idempotent configuration from them (CPF, %Installer, Json, etc) that could be checked in and applied to other environments.