Sunday, February 25, 2018

How to create Details Master pattern form in D365 F&O


Objective :The objective of this tutorial is to take you through the development of details master form in Dynamics 365 for operations.

Development :

  • Create a project, Right-click your project, select Add -> New Item..
  • Select User Interface -> Form,  give some name, in my case its Gau_DistributorTable

  • Drag and drop your table to Data Sources node

  •  Right-click Design node, select Apply pattern -> Details Master

  •         After selecting pattern, we can see all the missing controls in Pattern pane

  • Add all missing controls to design, even after adding controls still some warming is showing up

  • .       Now add all the controls for which we are getting warnings and need to add field group to Detail tab Page from data source

  • .       Add some fields to Grid of Grid tab page

  • .       Right-click form and select Set as Startup Object

  • Select your project and hit Start, here you go
     
THANK YOU