Skip to main content

Apply Existing Epicor Context Menu to Another Field

Using the context menu maintenance utility you can add a new context menu but what if you want to apply the existing created context menu to other fields.

For example: the Part.PartNum context menu will be available for any control of the form bind to the Part.PartNum but if I used UD field like Character01 to hold the PartNum value in other form and I want this field to have the same context menu of the PartNum without creating a new context menu.


Here it’s the solution:

You want to customize the Part Maintenance form by adding a new text box and you bonded it to Character01 field in the Part table. To apply the same context menu on this field follow the below steps:

-          Open the Customization Tools Dialog form.



-          From Tools menu click on “Data Tools”.




-          The custom data dialog for will open and you will the like properties as you can see in the below pic.

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).