Data Access Class
A data access class (DAC) is used to represent a database table in the code of MYOB Acumatica. If a DAC is bound to the database, it must have the same class name as the database table. A data access class is inherited from the PXBqlTable class and the IBqlTable interface and contains data field declarations.
You can use Customization Project Editor to do the following:
- Create a new DAC
- Add a custom field to an existing DAC
- Customize the declaration of a data field of an existing DAC
For detailed information on customizing data access classes, see the following topics:
- To Start the Customization of a Data Access Class
- To Add a Custom Data Field
- To Create a New DAC
- To Create a DAC Extension
See Data Field for detailed instructions on the customization of a data field.