Validation of Customization Projects: Using AI Tools
Suppose that you have a customization project that works properly for MYOB Acumatica 2025 R2, and you need to upgrade an application instance to 2026.1.1. Before the upgrade, you validate the customization project with the newer version, as described in Validation of Customization Projects: Compatibility Validation. If validation errors occur, you need to fix these errors.
You can use an AI tool, such as GitHub Copilot, to speed up and simplify fixing of errors.
Using an AI Tool in Visual Studio
You can use the following general steps to update your customization project by using an AI tool:
- Review the developer release notes to understand the changes in the new version.
- Open your customization project’s extension library in Visual Studio.
- Add the Markdown version of the developer release notes from the Acumatica Community website to the project of the extension library.
- Open a file with the MYOB Acumatica-specific code, such as a graph or DAC extension.
- Launch a chat with your AI tool.
- Write a prompt, such as Update this class to MYOB Acumatica
2026.1.1, use #<project name>/AcumaticaERP_2026R1_ReleaseNotes_for_Developers.md.Tip: Instead of referencing the file in the prompt, you can copy and paste the contents of the file to the chat.
- Wait for the AI agent to process the context.
- Carefully review the provided recommendations and apply valid ones. Double-check them with the developer release notes if you aren’t sure about the changes.
- Use the same context for other files in the project of your extension library.
