Updating a customisation project after a major version upgrade

This page is for MYOB Acumatica consultants

Check all changes in a test environment before taking them live. Make sure all related features still work as expected and that your data is unaffected.

When a major version upgrade of MYOB Acumatica is released, we recommend recreating a customisation project in the new version before rolling it out to the live site.

  1. Create a new company in a local instance of the updated version of MYOB Acumatica and then generate a new customisation project.
  2. Convert the new customisation project to an extension library project so that it generates the dependencies on the correct DLL's.
  3. Copy the code across from your previous customisation project, fixing any compile issues that may be generated with the change in version.
  4. Bring across any non-code changes by copying them from the xml file of the previous project and then generate a new customisation package.
  5. Thoroughly test the new project, debugging and rewriting the code as necessary.