Skip to main content

Epicor Fields with Context Menu

Some fields on the Epicor interface have a context menu, which is indicated by a triangle in the upper right corner of the field. 



 To open the context menu, right-click on the field.



You can manage the context menu in Epicor using Context Menu Maintenance utility.

By using this utility you can:

-          Add a new context menu.
-          Edit existing context menu.
-          Delete existing context menu.

You can add a new context menu for any fields in any table and to do that you have to enter the context menu ID which be in the Format “TableName.ColumnName” so to add context menu for IUM column in Part table the context menu ID will be “Part.IUM”  if the context menu ID is not correct and not follow the Table.Column format an error message will appear during the run time and the context menu will not displayed.

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.