Tuesday, 23 June 2015

Classes and Tables used in sales order process in Microsoft Dynamics AX 2012

  • Classes,Tables and Methods used to post the sales orders:
  1. SalesTableType and SaleslineType classes will get called while creating the orders.
  2. SalesFormLetter classes will be used to post the sales order at various document status(packing,invoice etc).
  3. SalesParm tables are used to prepare the data for posting.
  4. CustConfirmJourCustConfirmTrans - when a sales order gets confirmed
  5. CustPackingSlipJourCustPackingSlipTrans - when a packing slip is posted.
  6. CustInvoiceTable,CustInvoiceTrans - when an invoice is posted.



No comments:

Post a Comment