MCRReturnSalesOrderRefund Class [AX 2012]

The MCRReturnSalesOrderRefund handles the sales order refund functionality for returns for multi-channel retail.

class MCRReturnSalesOrderRefund

Run On

Called

  MethodDescription
Dn664078.pubmethod(en-us,AX.60).gif allowablePaymentMethodTypes Returns a container of payment methods that are allowed to be used on a return.
Dn664078.protmethod(en-us,AX.60).gif calcPreviousRefundAmounts Determines what amounts were previously refunded for a given sales order and to which payment methods and then loads the results in a temporary MCRCustPaymTable buffer.
Dn664078.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif createCredit Creates a credit on the order that the refund is going on based on the credit amount passed.
Dn664078.pubmethod(en-us,AX.60).gif createCustPaymTable Creates a refund payment record.
Dn664078.pubmethod(en-us,AX.60).gif createRefund Generates refund payment records based on the original payment methods used to pay for the goods being returned.
Dn664078.protmethod(en-us,AX.60).gif createRefundCheck Generates payment record for refund checks.
Dn664078.protmethod(en-us,AX.60).gif createRefundCreditCard Generates payment record for credit cards.
Dn664078.protmethod(en-us,AX.60).gif createRefundGiftCard Generates payment record for gift certs.
Dn664078.protmethod(en-us,AX.60).gif createRefundOnAccount Generates payment record for on account.
Dn664078.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif hasInvalidPaymentMethods Returns true if the sales order the refund is on contains invalid methods of payment.
Dn664078.pubmethod(en-us,AX.60).gif new Initializes the MCRReturnSalesOrderRefund class.
Dn664078.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.)
Dn664078.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.)
Dn664078.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn664078.protmethod(en-us,AX.60).gif previousRefundedAmount Retrieves and passes back the amount previously refunded for a given payment method on an order.
Dn664078.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn664078.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.)
Dn664078.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn664078.pubmethod(en-us,AX.60).gif Dn664078.static(en-us,AX.60).gif ::createExchangeCredit Creates an exchange credit payment record.
Top

Community Additions

ADD
Show: