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 APBillMana...