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.
| Method | Description | |
|---|---|---|
| adjustExchangeCredit | Reduces the credit applied to the exchange order if there is a decrease in the refund credit on the return. |
| adjustReturnCredit | Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to change. |
| allowablePaymentMethodTypes | Returns a container of payment methods that are allowed to be used on a return. (Inherited from MCRReturnSalesOrderRefund.) |
| 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.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createCredit | Creates a credit on the order that the refund is going on based on the credit amount passed. (Inherited from MCRReturnSalesOrderRefund.) |
| createCustPaymTable | Creates a refund payment record. (Overrides the createCustPaymTable Method.) |
| createRefund | Generates refund payment records based on the original payment methods used to pay for the goods being returned. (Overrides the createRefund Method.) |
| createRefundCheck | Generates payment record for refund checks. (Inherited from MCRReturnSalesOrderRefund.) |
| createRefundCreditCard | Generates payment record for credit cards. (Inherited from MCRReturnSalesOrderRefund.) |
| createRefundGiftCard | Generates payment record for gift certs. (Inherited from MCRReturnSalesOrderRefund.) |
| createRefundOnAccount | Generates payment record for on account. (Inherited from MCRReturnSalesOrderRefund.) |
| 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.) |
| hasInvalidPaymentMethods | Returns true if the sales order the refund is on contains invalid methods of payment. (Inherited from MCRReturnSalesOrderRefund.) |
| increaseRefund | Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to decrease. |
| new | Initializes the MCRReturnSalesOrderRefund class. (Inherited from MCRReturnSalesOrderRefund.) |
| 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.) |
| previousRefundedAmount | Retrieves and passes back the amount previously refunded for a given payment method on an order. (Inherited from MCRReturnSalesOrderRefund.) |
| reduceRefund | Adjusts the return credit when disposition code with a miscellaneous charge has caused the sales total to increase. |
| 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.) |
Community Additions
ADD
Show: