how to restrict the changes to microflow or entity

0
hi,           currently we have developed a base application package using mendix.  The end user will develop project specific apps by developing over the base package. however the risk being that the base microflows and entities are now exposed to end user . So is there a way where i can restrict user to be not able to modify or alter any of the base microflows/entities ?    
asked
2 answers
1

As Austin explains there is no way of prohibiting this in the modeler.


What you could do however is publish the app or module in your private appstore. All other project specific functionality should then be created in different non appstore modules. You should then agree on not editting your private appstore content(as is a best practice). See also: https://docs.mendix.com/community/app-store/

answered
0

Hi Sridhar,

I don't think there is that option in the modeler. If any of these microflows or entities were modified, you could always use reverse merge changes to undo the changes.

https://docs.mendix.com/refguide/version-control-scenarios

 

 

answered