✏️ Explanatory Question

Create a new action menu item in SysOperation framework in D365 F&O

👁 236 Views
📘 Detailed Answer
236
Total Views
4
Related Qs
0%
Progress
💡

Answer with Explanation

Create a new action menu item in SysOperation framework in D365 F&O

Finally, we need to create an action menu item as an entry point to execute the preceding code:

  1. In the VS project, create a new action menu item called CustBalanceController with the following properties: SysOperation framework Menu Item Screenshot
  2. Place the menu item at Accounts receivable | Customers | All Customers | Customer | Balance | Display balance, as shown in the following screenshot: SysOperation framework Menu Item Screenshot 1
  3. Finally, our customer form will look as follows: SysOperation framework Output Screenshot 1
  4. The final output will look as follows: SysOperation framework Output Screenshot 2