How do I downgrade a module?

0
i built a module in 10.7, nothing fancy, just some microflows and API calls. I would like to export as much as I can into a 9.24.27 project.   if pages break, or mapping, or whatever, it is easy to fix, so I'm not too worried. The alternative is much worse an afternoon of re-keying ...
asked
2 answers
0

Hi Jason,

 

Please try this

https://medium.com/@vstram/is-it-possible-to-downgrade-a-mendix-project-file-c1b194382c1c

answered
0

I found a way to make it work.

 

1. download your module.

2 unzip it with 7zip.

3. use the MpkTool found here:

image.png

4. edit the meta data.

5. run the project that you just changed to what ever version.

6. export the module now in that version.

7. upload it into your project.

answered