MCRReturnSalesOrderRefund_Adj Class [AX 2012]

The MCRReturnSalesOrderRefund_Adj is an abstract child class of the MCRReturnSalesOrderRefund class and it handles the sales order return refund adjustment logic.

class MCRReturnSalesOrderRefund_Adj extends MCRReturnSalesOrderRefund

Run On

Called

  MethodDescription
Dn664086.protmethod(en-us,AX.60).gif adjustExchangeCredit Reduces the credit applied to the exchange order if there is a decrease in the refund credit on the return.
Dn664086.pubmethod(en-us,AX.60).gif adjustReturnCredit Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to change.
Dn664086.pubmethod(en-us,AX.60).gif allowablePaymentMethodTypes Returns a container of payment methods that are allowed to be used on a return. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.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 CustPaymTable buffer. (Overrides the calcPreviousRefundAmounts Method.)
Dn664086.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn664086.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. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.pubmethod(en-us,AX.60).gif createCustPaymTable Creates a refund payment record. (Overrides the createCustPaymTable Method.)
Dn664086.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. (Overrides the createRefund Method.)
Dn664086.protmethod(en-us,AX.60).gif createRefundCheck Generates payment record for refund checks. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.protmethod(en-us,AX.60).gif createRefundCreditCard Generates payment record for credit cards. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.protmethod(en-us,AX.60).gif createRefundGiftCard Generates payment record for gift certs. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.protmethod(en-us,AX.60).gif createRefundOnAccount Generates payment record for on account. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif hasInvalidPaymentMethods Returns true if the sales order the refund is on contains invalid methods of payment. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.pubmethod(en-us,AX.60).gif increaseRefund Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to decrease.
Dn664086.pubmethod(en-us,AX.60).gif new Initializes the MCRReturnSalesOrderRefund class. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.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.)
Dn664086.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.)
Dn664086.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn664086.protmethod(en-us,AX.60).gif previousRefundedAmount Retrieves and passes back the amount previously refunded for a given payment method on an order. (Inherited from MCRReturnSalesOrderRefund.)
Dn664086.pubmethod(en-us,AX.60).gif reduceRefund Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to increase.
Dn664086.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn664086.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.)
Dn664086.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn664086.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  MCRReturnSalesOrderRefund Class
    MCRReturnSalesOrderRefund_Adj Class

Community Additions

ADD
Show: