Does studio manifest file copy my coding customization for installing the same customization to new instance?

Does studio manifest file copy my coding customization for installing the same customization to new instance?

Hi,

when you made coding customizations after installing your module, then these will not be included when you afterwards “publish” your module from Studio.

To include these costumizations in your module, you should:

  • Publish your module, which gives you a .zip file to download
  • Unzip this .zip file
  • Make the coding changes in the extracted files
  • Zip the files again, making sure that manifest.php is in the root of your .zip file (don’t zip the parent directory, but manifest.php, LICENSE.txt, SugarModules etc.)