Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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