Customized Data Classes
You use the Customized Data Classes page of the Customization Project Editor to manage DAC items in a customization project.
The Customized Data Classes page displays the list of DAC items for existing data access classes of MYOB Acumatica added to the project.
On the page, you can perform several operations with the customized data access classes, as described in the following topics:
- To Add a DAC Item for an Existing Data Access Class to a Project
- To Delete a DAC Item from a Project
- To Convert a DAC Item to a Code Item
- To Upgrade Technology for Legacy DAC Customization
You can use Microsoft Visual Studio to work with a DAC item of a customization project that is currently published. During the project publication, the platform creates the PX_Objects_<DACItemName>_extensions.cs file with the item content in the App_RuntimeCode folder of the website. If you make changes to the code in Visual Studio, you have to update the item in the customization project. See Detecting the Project Items Modified in the File System for details.