Share via


RetailTransactionServiceOrders Class [AX 2012]

The RetailTransactionServiceOrders implements the customer order related methods of the service interface exposed by the RetailTransactionService class to the retail channels.

Syntax

class RetailTransactionServiceOrders

Run On

Called

Methods

  Method Description
Dn678738.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn678738.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::addDiscountLineXml Adds Sales Discount Line XML for the given SalesLine InventTransId
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::AddPaymentHistoryXml Add payment history elements to the customer order xml document.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::amountToStr
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::cancelCustomerOrder Cancels the sales order.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::cancelCustomerOrderPayments_RU Creates refund pyaments for canceled order.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::convertCustomerQuoteToOrder Converts a quotation to sales order.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createCustomerOrder Creates a customer order from the given details.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createCustomerQuote Creates a sales quotation from the given details.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createCustomerQuoteLines Creates customer quote lines from xml.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createCustomerReturnOrder Creates a customer return order from the given details.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createDiscountLines Create Retail Sales Discount Line records for the given sales line xml fragment
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createLedgerJournalForStore Create a ledger journal for payments against a sales order from a given store.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createLedgerJournalTable_RU Method creates and initializes new LedgerJournalTable record.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createLedgerJournalTransForPayment Create a Ledger Journal Trans record for a payment associated with a retail sales order.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createLedgerJournalTransRCash Method creates ledgerJournalTrans_RCash record and initializes RCash voucher.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createPackingSlip Method is used for creating the PackingSlip for sales order transaction.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createPickingList Method is used for creating the PickingList for sales order transaction.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createPickListForCustomerOrder Creates picking list for the given items.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::createReturnOrder Creates a return order from the given details.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::FindOrCreateInventDim Finds (or Creates) the InventDim record for the given item details
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getChannelSalesOrderDetail Get channel appropriate details for a sales order
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getCustomerHistory Get customer history summary and sales orders
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getCustomerOrder Gets the customer order for the given Id.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getCustomerOrderList Gets the customer order details for the given customer.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getCustomerOrdersForPackSlip Get customer orders for pack slip creation
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getCustomerQuote Gets the quotation for the given Quotation Id.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getPackingSlips Gets the list of Packingslip journals for the given location.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getPickingList Get the details of a picking list
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getPickingLists Get a list of picking lists for a store
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getQuotationOrder
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getRetailSalesLine
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getReturnReasonCodes Gets the reason codes.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getSalesInvoiceDetail Get the details of a sales invoice
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getSalesInvoicesBySalesId Get a list of sales invoices for a sales order
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getSalesOrderDetail Get the details of a sales order
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getShipments Gets the shipping information of delivered sales orders.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::getTaxGroup_W Gets retail order line tax group.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::initDefaultTradeDates_W Initializes trade dates with default values.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::packingSlipForCustomerOrder Creates packing slip for the customer order.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::percentToStr
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::postLedgerJournalTable_RU Method posts ledger journal.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::postSalesInvoice_RU Posts sales order.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::searchCustomerOrderList Search for customer sales orders.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::setCustomerOrderJournal Set LedgerJournalTrans properties based on the given tender type
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::setCustomerOrderJournalForTender Set LedgerJournalTrans properties based on the given tender type
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::setTaxInformationForMarkupTrans_IN Sets India tax information of charges transactions based on the set up on retail store.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::setTaxInformationForQuoteLine_IN Sets India tax information sales quotation line based on the set up on retail store.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::settleCancellation Settles prepayment and cancellation transactions.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::settleCustomerOrder Settle a customer order
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::updateCustomerOrder Updates the customer order.
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::updateCustomerQuote Updates a sales quotation from the given details.
Dn678738.privmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::updateLedgerJournalInclTax Updates the ledger journal table and ledger journal name to include tax
Dn678738.pubmethod(en-us,AX.60).gif Dn678738.static(en-us,AX.60).gif ::updatePickingList Updates the picking list in Ax.

Top

Inheritance Hierarchy

Object Class
  RetailTransactionServiceOrders Class