How to Create Menu Items in D365 ~ A Step by Step Guide
There are 3 types of menu items:
?
1. Action Menu Items (used to run a process such as batch job.)
2. Display Menu Items (used to display forms)
3. Output Menu Items (used to display reports)
Below is the hierarchy of menu items:
Menu > Sub Menu > Menu Items
There are three propertiess which are important to be setup:
- Label (which is the text that will be displayed to the end user.)
- Object Type (which is type of object to be opened on its click.)
- Object (which is the name of object to be opened on its click.)
?
Here are the steps to follow to create an use a menu item:
- Create Menu Item.
- Set the properties.
- Create Menu Extension of any existing Menu. (you can create a new menu also.)
- Create Menu Extension option is disables sometimes if you are working in your own custom model and you have not added reference of the model from which from which you want to extend the menu.
- Add that menu extension to your project.
- Open that menu extension and add a sub menu item.
- Add menu item to that sub menu item.