DB replication - dynamic constraint

0
Hi! Is there a possibility to set a customized dynamic contraints to limit the list of objects to replicate using DB replication? For example : In mendix we have a table A with field A.a and in other DB which we are replicating has a table B with fields B.a, B.b We want to import values from B only where B.a = A.a.
asked
2 answers
0

No, you wil have to modify the database replication module. As alternative you can use a View in the database and use that view as datasource

answered
0

Yes that is possible. You can take a look at the documentation of the module The last half of the documentation ("Configure an import call" and further down).

But these features aren't too old, so I'm not entirely sure if all this functionality was already available in the release that is 4.7 compatible.

Just paste a commit if you are looking for more detailed explanation.

answered