22 Nov 2017

Create new Form and Basics about Forms in D365

How to crate new form in D365.

It is simple 
1) First create new Project. 
  Right click on Project ---> Add --> New item

2)You can see Dynamics365 Items. Here you can find all items irrespective of category.
                   (Or)
 You can go category wise and select Form

User interface-->Form (Give appropriate name for Form)


It automatically added into the form.The form structure like this in D365

You can see many new Override methods introduced in Form level. They are many some of the below screenshot


There is a concept called event handling introduced in D365 Forms.

You can see many new Override methods introduced in Form--> Datasource level also. They are many new methods, some of the below screenshot


You can see Events in form Datasource level also


Coming to the design part, then compared to previous version D365 design part very easy.
Previous version we have limited no.of templates, now we have many no.of patterns for form design.
In below of form page we can see preview for design, this is more easy for developer.


This just introduction, I will back with more information.

Happy Daxing.

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...