Create additional “upload from file” button in header of Detail Grid Purchase Receipt in Acumatica
问题 Is it possible to add new additional button "Upload from file" in header of Document Detail transaction in Purchase Receipt like the following screenshot ? I want to implement the same way like in screen Purchase Order, please refer to the following screenshot. Does anyone knows how to provide this goal ? Thanks. 回答1: I create an extension of POReceiptEntry, and use the following codes: public class POReceiptEntry_Extension : PXGraphExtension<POReceiptEntry> { #region Event Handlers