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.
To create a drop-down button, you should complete the following steps:
Declare the following actions within the TaskTemplateMaint BLC as follows:
Declare constructor for the BLC and add Approve and Reject actions as drop-down items for ActionsMenu as follows:
The CT301000 screen uses the ContractMaint BLC
You can create an extension as follows in visual studio and reference the resulting dll in the web site to show the button.
this creates the button and will automatically cause it to be displayed.
Hi I don't know which customization technique you're using, but you don't need to modify aspx page. Just use the following codes