New Component Type to upload to Marketplace: Scripts - Mendix Forum

New Component Type to upload to Marketplace: Scripts

0

I developed scripts to import and export enumerations.

Now I like to share my Mendix Enumeration Generator with the Mendix Community.

But I see no way how to share scripts (Python, Typescript) in the Marketplace.

I like to see a Component Type Scripts added in the dialog to place content in the Marketplace.

It must also be made possible to download the scripts from the Marketplace.

image.png

asked
2 answers

Hi Adam,

 

Have a look at https://community.mendix.com/link/spaces/app-development/exchanges/853

 

Created

Hi Luch,

 

Standalone scripts I think aren't something we should be sharing about, it should be handled properly:

  • If you are trying to share code (java / javascript) it would fall under modules.
  • If you are trying to manipulate the model it should be packaged as an extension (module)

 

Can I ask a bit more about your script and why you think it's standalone? I might just be missing a bit of detail! What exactly is the code doing?

Created