RetailOrderManager Class [AX 2012]
This class RetailOrderManager is used to Create a sales order and related information from a given Retail transaction table entry
| 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.) |
| ::ContainsCreditCardPayment | Returns if the payment transactions contains a credit card paymnent |
| ::CreateCreditCardPayments | |
| ::CreateCustomAttributes | Create Attribute values for the sales order |
| ::CreateDiscountLines | Create Markup/Charge entries for the sales order or sales line |
| ::CreateEachOrderLine | Create a sales lines from a retail transaction table entry for gift card item the quantity is divded into individual sales line |
| ::CreateLogisticsElectronicAddress | Creates Electronic Address |
| ::CreateMarkupLine | Create a MarkupTrans entry from a given RetailTransactionMarkupTrans line |
| ::CreateMarkupsInStatement | Create Markup/Charge entries for the sales order during posting statement. |
| ::CreateNonCreditCardPayments | Create non credit card payments and posts the journal for prepayment |
| ::CreateOneTimeAddress | Create address for customer. |
| ::CreateOrder | Create a sales order from a given Retail transaction table entry |
| ::CreateOrderLines | Create a sales lines from a retail transaction table entry |
| ::CreateOrderPayments | Create payments for the sales order |
| ::CreateSalesLineMarkups | Create Markup/Charge entries for the sales line |
| ::CreateSalesTableMarkups | Create Markup/Charge entries for the sales line |
| ::CreateTaxLines | Create tax lines for the given Retail transaction table entry |
| ::getAddressLineFromTransaction | Fetch the address records corresponding to specified sales lines of the provided transaction. |
| ::getExistingLogisticsLocation | Fetch the logisitics location record id of the provided address in the context of the provided customer account. |
| ::getInventDim | Get InventDim for the given location/item/variant combination |
| ::getLogisticsLocationOfStore | Fetch the logisitics location record id of the provided store. |
| ::mergeOrderDefaultDimension | Merges default financial dimensions for a retail order/quote. |
| ::ProcessOrderDelivery | Method is used for creating the PickingList for sales order transaction. |
| ::setMCRSalesLineEmail | Sets the mcr sales line values for the gift card |
| ::setOneTimeAddress | Create one-Time Address on the sales order or sales line. |
Community Additions
ADD
Show: