Saturday, February 25, 2017

Some of the important AX Tables


Table Names Table Description
CustTable The table for basic customer information
VendTable The table for basic vendor information.
LedgerTable The table for the general ledger that contains the chart of accounts information.
InventTable The table for the general inventory catalog.
PurchTable The table for purchase order creation information.
SalesTable The table for sales order creation information.





No comments:

Post a Comment

How to enable the dimension fields based on the Item selected on the form.

[Form] public class KMTShipFromWarehouses extends FormRun {     InventDimCtrl_Frm_EditDimensions        inventDimFormSetup;     /// &l...