Implementing Edit in Desktop Modeler functionality

0
I have my own web page that shows the list of Mendix apps that I have created on the TeamServer. Now, I want to be able to open the app in my desktop modeler just like how we can open it up from the online web portal using "Edit in Desktop Modeler" menu option as shown below -   I want to implement my own "Edit in Desktop Modeler" feature on my web page. I am assuming that it will be a JavaScript function that I need to call and provide it some parameters. Is there any example, or has someone attempted it and provide some guidance? Thanks.
asked
2 answers
1

Hi,

basically I think you just need to open a specific protocol URL

mendix:team-server:<<app-id>>?modeler-version=<<modeler-version>>

The tricky part is probably setting this up, such that it correctly works on all browsers and operating systems.

regards, Fabian

answered
0

Check out this: https://forum.mendix.com/link/questions/87673 is it an Atlas UI app?

answered