How to create list page form in Dynamics 365?

In Dynamics 365 , if you need to customize any forms ,you must customize it from visual studio as the following

open visual studio and create project
click on dynamics 365 templates and select user defined
assign name and location and click OK


right click on your project and click add /new item

select user interface  /form and assign form name ,click add as the below


add data source , set name and select you table


if you have multiple tables , you can right click and add new data source taking in your consideration the link type between data sources and join source properties

after select your tables , you will find fields populated automatically to form as the below


in right side , you can make design and drag your fields

select design style and data source
you can set number of columns and caption for this form ,,,,etc


Like AX 2012, you can create methods at any level like (form/data source /design objects/fields..etc)
also events available now at any level as the below


if you need to add form part , you can do it easily


select data source for the form part and set name
select the menu item that related to your data source


save you project and build it
to see this form in your application you need to create display menu item and create menu for this menu item.

in the future , we will make post about "How to create menu and menu item in dynamics 365"

Thanks.

Comments