Sdílet prostřednictvím


Accessing forms

Forms for an application dictionary are accessed through the dictionary class. This class has a Forms property that provides access to the collection of forms in the dictionary. The dictionary class for the application dictionary is located in the following namespace:

Microsoft.Dexterity.Applications

 

For instance, to access the collection of forms in the Dynamics dictionary, use the following syntax:

Microsoft.Dexterity.Applications.Dynamics.Forms

 

To access a specific form, such as the Sales Transaction Entry form (SopEntry), use the following syntax:

Microsoft.Dexterity.Applications.Dynamics.Forms.SopEntry