Accessing table fields
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.