versioing in mendix

0
Hi All,   I need to implement a scenerio where we need to keep a copy of a single form with its different versions.  Rather than making a custom logic, Is there any direct component/module which can be used in order to achieve this.   Thanks 
asked
3 answers
0

Hi Sanskruti,

 

you can duplicate the entity in your model, for example duplicate contract and rename to contractHistory.

After that, in your microflow create an object of the contractHistory entity, and use the communityCommons action “CommunityCommons.copyAttributes” to copy all attribute values from contract to contractHistory. 

answered
0

Hi Sanakruti,

This module might be of help: https://marketplace.mendix.com/index3.html 

 

answered
0

Thanks Rene and Roy for your support !

 

answered