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.
Table fields for an application dictionary are accessed as properties of the table that they are contained in. For example, the Item Number (ItemNumber) field is available in the Inventory Item Master (IvItemMstr) table. To access it, you would use the following syntax:
Dynamics.Tables.IvItemMstr.ItemNumber
Hint: The IntelliSense in Visual Studio will tell you what field in Microsoft Dynamics GP is being referred to by the expression.