Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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