Updatable module

0
My goal is to create a reusable and updatable module. This module links to external data and replicates it in the Mendix project. Future versions of the module should be imported in an existing project. How can a subset of this data replicated within the project without making modifications to this replicationModule? Both inheritance and 1:1 associations don't fit perfectly but do I overlook something. So I need replication from a module without changing that module itself.
asked
1 answers
0

Im not sure i understand your question correctly, but you can use the export module function to export and import a module into a new project. Wheter you need to change this module or not all depends on how you modelled it.

answered