Last modified by Erik Bakker on 2025/02/25 16:09

From version 4.1
edited by Erik Bakker
on 2022/06/12 10:01
Change comment: There is no comment for this version
To version 6.1
edited by Erik Bakker
on 2022/06/12 10:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,5 @@
1 -{{container}}{{container layoutStyle="columns"}}(((
1 +{{container}}
2 +{{container layoutStyle="columns"}}(((
2 2  In this microlearning, we will focus on updating an eMagiz Mendix Connector.
3 3  With the help of this Mendix module created by the eMagiz team, you can easily connect between Mendix and eMagiz for data integration.
4 4  
... ... @@ -33,9 +33,10 @@
33 33  You must look at the column Mendix version. It must correspond to the Mendix version of the project where you want to use the eMagiz Mendix Connector.
34 34  If you do not do this then the connector will **not** work.
35 35  
36 -[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-emagiz-mendix-connector--emc-download-screen.png]]
37 -
37 +[[image:Main.Images.Microlearning.WebHome@novice-mendix-connectivity-update-emagiz-mendix-connector--emc-download-screen.png]]
38 +
38 38  === 3.2 Importing eMagiz Mendix connector
40 +
39 39  Now that we have downloaded the correct eMagiz Mendix connector (the latest version that is available for the Mendix version of our project and newer compared to the current one) we can open Mendix itself.
40 40  
41 41  If you open your Project in Mendix you can navigate to the left-hand panel called "Project Explorer". In this panel, you see all modules (box icons) that are currently in the project.
... ... @@ -91,7 +91,7 @@
91 91  == 5. Key takeaways ==
92 92  
93 93  * The crucial part of updating an eMagiz Mendix Connector is to select the correct version that will work with your Mendix project
94 - ** To select the correct eMagiz Mendix Connector version look at the Mendix version your app is running in (8.0.0+,7.0.0+, etc.) and look at which of the versions eMagiz has released is the newest version (that is newer compared to the current version).
96 + ** To select the correct eMagiz Mendix Connector version look at the Mendix version your app is running in (8.0.0+,7.0.0+, etc.) and look at which of the versions eMagiz has released is the newest version (that is newer compared to the current version).
95 95  * The actual installation in Mendix is simply importing a module package and selecting the correct one. As easy as can be.
96 96  
97 97