Extending and working with forms and business rules
Dynamics 365 Customer Engagement applications include several types of forms that can be used for different purposes. We will use forms when we want to access a specific record and find its data, including the relationships and data of the record itself. It will also be the component we will use to create a new record from scratch.
Extending a native form or creating a new one is another way to extend native Dynamics 365 Customer Engagement applications without the need to use developments or custom code.
Main forms
All tables can have one or more main forms. We will use a main form to create, view, or modify an entire record.
Having more than one main form can help organizations work with records in a specific way – have different forms for different applications and/or assign roles to the forms and, thus, define the experiences of users when working with a particular record.
The main form is composed of tabs...