Changing Module name in all of the Mendix documents

0
Is there easy way to globally replace module name references in all of the Mendix documents  in Mendix Studio Pro? Really appreciate quick answer, Many thanks .
asked
1 answers
0

Are you planning to change the name of a module?  If so, Studio Pro will take care of (almost all) of the renaming.  The only exception is on the client side if you have things like Excel Import templates.  In that case, you’ll need to refresh modules, entities and microflows in the client using Model Reflection and then edit any templates manually.

Hope that helps.

answered