Can anyone explain the purpose of Module Def and Packages in the build section?
Is the Module Def linked to all related data like server scripts, client scripts, print formats, etc…
If I import a custom app (Module Def), will it bring over all associated client scripts, server scripts, and other related data to the new server?
NCP
2
→ Packages
→ Module Def: When you create a custom app then it will create a module and it will show in the module def.
If you want to export the client script, severe script, etc in your custom app then you have to use the export-fixtures feature.
1 Like
Thanks for your valuable input @NCP