I am trying to add a button to the Acumatica ERP screen CT301000 Actions drop down, I have added the button to the graph and modified the aspx to include the following in the PXDatasource=>CallbackCommands
:
px:PXDSCallbackCommand Name="TerminateRevenue" Visible="false" CommitChanges="True"
However I am unsure how to add the the button into the Actions collection. does anyone have any ideas? Thanks in advance.