I would like to copy an app as a new app on the same setup.
I need this to branch off a new application based on a (big) one that already exists.
How do I do this?
Hi Mieke,
Feel free to take a look at the answer on this Dojo question: https://community.dataminer.services/question/duplicate-low-code-app
There Gilles explains how you can duplicate an app.
Best regards,
Ward
Hi Mieke
I had the same question and created an interactive automation script to export low code apps into a .dmapp package that can be installed on a new server or the same one if you wanted to duplicate the entire app.
On the github page there is a small introduction on the current features of the script:
SkylineCommunications/Low-Code-App-Extensions: An Interactive Automation script to import, export and do some general edits to the low code apps of a DataMiner system. (github.com)
There is also a install package for the script on the catalog:
The scripts also goes through the queries used in the app and includes all the scripts for ad hoc datasources and custom operators in the exported package.
For future reference; duplicating pages, apps and GQI queries have been made easier: https://community.dataminer.services/work-smarter-not-harder-duplicating-low-code-apps-and-gqi-queries/