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.
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.