Developer Documentation: New and Reworked Topics

In the documentation for MYOB Acumatica 2025.2.1, a developer can find a number of new and reworked topics, as described in the following sections.

Validation and Update of Customization Projects

A customization project must meet various technical requirements to integrate with and operate within the MYOB Acumatica application. Also, the MYOB Acumatica code is continuously updated to add or enhance functionality—so a customization project’s code can become inconsistent with the code of an upgraded instance of MYOB Acumatica. To make sure your customization project stays compatible, you can validate customization projects.

In the new Customization Update guide (shown below), you can now find all information related to the validation of customization projects and update of them to the latest version of MYOB Acumatica.

Figure 1. Customization Update guide


Graph Extensions

Now you can find all information about graph extensions in one place: the new Working with Graph Extensions chapter of the MYOB Acumatica Framework Guide. It consolidates information that was previously distributed among MYOB Acumatica Framework and Customization guides.

Scenarios with REST API Requests

Each REST API request example now includes scenarios to give you ideas about when and where to use this request. You’ll find details about these usage scenarios under Usage Notes in request example topics, along with links to the related requests. For example, see Specify the Default Account of an Account Group.

Note that we’ve removed the separate Scenarios chapter from the Integration Development guide since this information is now integrated directly into each request example.

Don't forget that you can try any of the requests described in REST API Examples by using the IntegrationDevelopmentGuide.postman_collection.json file (which is a Postman collection) of the IntegrationDevelopment\Help folder in the Help-and-Training-Examples repository on GitHub.