March 2020
Beginner to intermediate
426 pages
13h 11m
English
This is the most commonly used context and allows us to access entity forms and entity form controls. In earlier versions, we used to use Xrm.Page to get an entity form and its controls. With the release of Dynamics 365 CE version 9, Xrm.Page is deprecated and we now use formContext. formContext contains many objects that we can use to access different controls.
We can understand all of those objects using the following diagram:

As you can see, under formContext, we mainly have two objects: data and ui. Let's discuss these objects in detail, one by one.
Read now
Unlock full access