Accessing windows
Windows for an application dictionary are accessed as properties of the form that they are contained in. For example, the Sales Transaction Entry window (SopEntry) is part of the SopEntry form. To access it, you would use the following syntax:
Dynamics.Forms.SopEntry.SopEntry
Hint: The IntelliSense in Visual Studio will tell you what form and window in Microsoft Dynamics GP are being referred to by the expression.