MCRGiftCard Class [AX 2012]
The class MCRGiftCard manages all gift card activity for call center.
| 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.) |
| ::availableBalance | Determines the available balance on the passed gift card. |
| ::generateGiftCardSerialNumber | Creates a gift card serial number. |
| ::giftCardNumberInUse | Determines if the passed gift card ID exists. |
| ::giftCardType | Determines the type of gift card that was ordered. |
| ::hasBeenIssued | Determines if the passed gift card ID has been issued. |
| ::hasBeenUsed | Determines if the passed gift card ID has been used. |
| ::hasBeenVoided | Determines if the passed gift card ID has been voided. |
| ::insertCheckDigit | Inserts check digit(s). |
| ::invoiceAccount | Determines the invoice account of the sales order the gift card was originally purchased on. |
| ::issuedTransaction | Finds the issuing RetailGiftCardTransactions record. |
| ::maskCardNum | Replaces all but the last four characters in the passed gift card with asterisks. |
| ::originalBalance | Determines the original balance of the passed gift card. |
| ::validateGiftCardSerialNum | Determines whether or not the passed gift card is in a valid format. |
| ::voidGiftCard | Voids the passed gift card. |
Community Additions
ADD
Show: