CustNsf Class [AX 2012]
The CustNsf class controls the customer non-sufficient funds (NSF) payment cancellation process.
| Method | Description | |
|---|---|---|
| addActivities | Creates activities for the canceled payment and NSF fees. |
| addCancelEvent | Creates an event for a canceled customer payment. |
| addFeeEvent | Create an event for fees on a canceled customer payment. |
| calcFee | |
| calcFees | Calculates fees for a customer NSF payment and creates a journal for the fees. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkBankAccountIsActive | Checks the bank account status field of the records in the CustVendOutPaymRecord table for insufficient fund payments. |
| checkNsfLedgerJournal | Determines whether the ledger journal has been configured. |
| confirmFeeAmount | Asks the user to confirm the Non-Sufficient Funds (NSF) payment fees. |
| confirmNsfFeeMarkupGroup | Determines whether the miscellaneous charges group has been configured. |
| createFeeJournal | Creates the journal for NSF payment fees. |
| createFeeJournalTrans | Creates a journal transaction for a NSF payment fee. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeProcess | Cancels a NSF payment, creates a journal for any fees due, and creates activities for the fees. |
| 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 | |
| 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.) |
| parmBankPaymCancel | Gets or sets the BankPaymCancel parameter. |
| parmJournalNum | Gets the JournalNum parameter. |
| prompt | Displays messages and dialog boxes before the NSF payment process. |
| reportResults | Displays a message that summarizes the NSF payment process. |
| run | Executes the NSF payment process and reports the result. |
| runBankPaymCancel | Executes the payment cancellation process. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showBankPaymCancel | Displays the cancel payment dialog box. |
| 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.) |
| ::construct | Creates an new instance of the CustNsf class. |
| ::main | Provides an entry point for the CustNsf class when it is called from a menu item. |
Community Additions
ADD
Show: