Skip to main content

Epicor Toolbar Click event

Sometimes you need to write a code to be implemented when a user click on a specific toolbar button so you need to know the name of the toolbar button first.

For example: if you want to implement a code when a user clicks on the “New” button in the toolbar of the part form and to do this follow the below steps:

1.    First you will create a ToolClick event from “Form Event Wizard”.


2.    You have to get the name of the “New” button to use it in your condition so you will write the below line of code in the ToolClick event as below:
             

3.    Save your customization and close the form.
4.    Reopen the form again and don’t forget to choose your customization which you saved it in the last step.
5.    Click on the new button and you will get a message box with the name of the “New” button as below:



6.    Now you can use the name of the “New” button in your condition as below:

Comments

Popular posts from this blog

Epicor 9 ToolBars

Like any other application, Epicor has list of toolbars and it uses the Infragistics controls and you can modify these toolbars in your code by adding new tools or change the properties for the existing toolbars and Tools.

How to Use the Business Activity Query Export Process

Business Activity Query Export Process let you export the BAQ data in XML or CSV format. You can export the BAQ data manually and you can schedule it to run automatically (Daily, Weekly, ,Monthly,Once,startup..etc) and you can configure this in the “system agent maintenance” and I will explain this later in this article.