Create a new App based on an existing one

0
Is there best option to Create a new App based on an existing one.
asked
3 answers
0

 

Hi Amol,

 

You can check out creating a new branch line of the existing app.

 

Hope it helps you!

answered
0

Hi Amol,

 

The solution depends on the Mendix version. In case of v9.20, I would follow the steps below:
1) export the original application (File->Export App Package...);
2) open a new app (File->Open App...) with selecting ‘Import App Package’ option.

3) specify how you would like to create/store the new app (ie. on Team Server, locally).
 

Best,

Istvan

answered
0

One option is to create your app into muliple modules as below. 2nd option is to create small apps and let them talk to each other via data hub or rest/soap. Third option is to copy/paste with import/export. 

 

Seprate Modules Option:

  1. 1. Seprate Module for styles,
  2. 2. Publish any common or masters or business data into  data hub
  3. 3. Seprate module any integration, reporting and mobile
answered