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