If you need to allow users to upload records from an XML or Excel file directly into a grid, Acumatica makes the initial setup incredibly easy. You simply decorate your data view with the [PXImport] attribute and ensure your grid allows editing.
In a classic ASPX screen, enabling this looks like...
If you need to allow users to upload records from an XML or Excel file directly into a grid, Acumatica makes the initial setup incredibly easy. You simply decorate your data view with the [PXImport] attribute and ensure your grid allows editing.
In a classic ASPX screen, enabling this looks like...