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 Set the Default Value for Fields in Epicor Customization

Let suppose you want to set the default value for PurAgent.EMailAddress field in the Buyer Maintenance Form. You have first to open the Buyer Maintenance Form in customization mode (using Developer mode).