Sales Order classes and Tables:
SalesOrder Creating:-
Tables:-salesTable, SalesLine, LogosticsPostalAddress, CustTable, MCRPrimaryAddressCust.
SalesOrder Confirmation:-
Tables:- SalesParmTable, SalesParmLine Table,
SalesOrder confirms data will be stored in these 2 tables
CustConfirmJour Table, CustConfirmTrans Table.
Picking List:-
Tables :- SalesTable, SalesParm Tables.
Packing List:-
Tables:-SalesTable, Salesparm Tables, CustPackingSlipJour, CustPackingSlipTrans when a packing slip is posted
invoice:-
Tables:-CustInvoiceTable, CustInvoiceTrans when invoice is posted.
SalesOrder Creating:-
Classes:-SalesTableType and SaleslineType classes will get called while creating the orders.
SalesOrder Confirmation:-
Classes:-SalesFormLetter
Picking List:-
Classes:-SalesFormLetter_PickingList
Packing List:-
Classes:-SalesFormLetter_Packingslip
invoice:-
Classes:-SalesFormLetter_Invoice
Purchase Order classes and Tables:
PurchTableType and PurchTableLine classes will get called while creating the PurchaseOrders.
PurchFormLetter_PurchOrder
PurchFormLetter_ApproveJournal
PurchFormLetter_Invoice
PurchFormLetter_PackingSlip
PurchFormLetter_ReceiptsList
No comments:
Post a Comment