RetailOrderManager Class [AX 2012]

This class RetailOrderManager is used to Create a sales order and related information from a given Retail transaction table entry

Syntax

class RetailOrderManager

Run On

Called

Methods

  Method Description
JJ763161.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ763161.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.)
JJ763161.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.)
JJ763161.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ763161.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.)
JJ763161.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ763161.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::ContainsCreditCardPayment Returns if the payment transactions contains a credit card paymnent
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateCreditCardPayments
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateCustomAttributes Create Attribute values for the sales order
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateDiscountLines Create Markup/Charge entries for the sales order or sales line
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateEachOrderLine Create a sales lines from a retail transaction table entry for gift card item the quantity is divded into individual sales line
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateLogisticsElectronicAddress Creates Electronic Address
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateMarkupLine Create a MarkupTrans entry from a given RetailTransactionMarkupTrans line
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateMarkupsInStatement Create Markup/Charge entries for the sales order during posting statement.
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateNonCreditCardPayments Create non credit card payments and posts the journal for prepayment
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateOneTimeAddress Create address for customer.
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateOrder Create a sales order from a given Retail transaction table entry
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateOrderLines Create a sales lines from a retail transaction table entry
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateOrderPayments Create payments for the sales order
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateSalesLineMarkups Create Markup/Charge entries for the sales line
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateSalesTableMarkups Create Markup/Charge entries for the sales line
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::CreateTaxLines Create tax lines for the given Retail transaction table entry
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::getAddressLineFromTransaction Fetch the address records corresponding to specified sales lines of the provided transaction.
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::getExistingLogisticsLocation Fetch the logisitics location record id of the provided address in the context of the provided customer account.
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::getInventDim Get InventDim for the given location/item/variant combination
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::getLogisticsLocationOfStore Fetch the logisitics location record id of the provided store.
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::mergeOrderDefaultDimension Merges default financial dimensions for a retail order/quote.
JJ763161.pubmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::ProcessOrderDelivery Method is used for creating the PickingList for sales order transaction.
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::setMCRSalesLineEmail Sets the mcr sales line values for the gift card
JJ763161.privmethod(en-us,AX.60).gif JJ763161.static(en-us,AX.60).gif ::setOneTimeAddress Create one-Time Address on the sales order or sales line.

Top

Inheritance Hierarchy

Object Class
  RetailOrderManager Class