How To Add Menu To Button In Acumatica
29 January 2015
Hello everybody,
today I want to share trick which I call convert Acumatica button into menu.
Lets say in graph APBillManager created button in the following way:
public PXAction<APBill> Report;
If you want to convert it to menu with one item you can do the following:
public APBillManager() { this.Report.AddMenuAction(bankStatementReport); } public PXAction<PRPayroll> bankStatementReport; [PXButton] [PXUIField(DisplayName = "Bank Statement")] protected void BankStatementReport() { }
Ready to take your Acumatica development to the next level? If this trick to convert a button into a menu sparked your interest, imagine what customizations tailored to your unique business needs could do! Whether it's enhancing functionality, streamlining processes, or creating entirely new features, our team is here to help. Leave a customization request today and let’s build something extraordinary together. Your vision, our expertise—let’s make it happen!