Form Development in Dynamics 365 Finance and Operations (Part 1)
Hi Learners!
Today, we will start Form Development from scratch using the Simple List Pattern.
Step 1: Create a new project
Step 2: Add New Form to your project
Step 3 ) Right-click on Design and Apply Pattern -> Simple List Pattern
Step 4) After applying a pattern, the following highlighted parts will be mandatory to apply. You can apply by just right click on Design | Pattern Simple List and add by click on the New option
You need to add the below parameters to complete the pattern settings.
1. Action Pane
2) Group with Pattern: Custom and Quick Filter.
( Inside this group, add Quick Filter Control ).
3) Add Grid Control.
Step 5) Add a new table in the solution project and add two new fields, EmployeeName and EmployeeGender.
Step 6) Add the create table in the form data source.
Step 7) In your Quick Filter Control, add filter data source (Table name) in the Target Control field.
Step 8) Add the Display Menu Item and Menu Extension in your project and attach the form with it
Step 9) Right Click on your project and Build your solution with Database Sync (True).
Step 10) Open the environment, go to the module where you added the form. In my case, I added in retail and commerce module
Step 11) Form with Simple List Pattern developed successfully.
Happy Learning!
Syed Amir Ali