CustAgingCalculation Class [AX 2012]
The CustAgingCalculation class runs aging process for customers.
| 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.) |
| getCustomerOrVendorTableId | Gets the CustTable or VendTable table id. (Overrides the getCustomerOrVendorTableId Method.) |
| getCustVendAgingPeriodScaleTmp | Gets the CustVendAgingPeriodScaleTmp buffer. (Inherited from CustVendAgingCalculation.) |
| getCustVendTransAging | Gets the CustVendTransAging buffer. (Inherited from CustVendAgingCalculation.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionTableId | Gets the CustTrans or VendTrans table id. (Overrides the getTransactionTableId Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertCustVendData | Builds a CustVendTransAging buffer of customers or vendors based on aging process parameters which contains AccountNum, Name and Group. (Inherited from CustVendAgingCalculation.) |
| new | Constructs an instance based on specified parameters. (Overrides the new Method.) |
| 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.) |
| postProcess | Calculates total balance for customers or vendors and excludes zero balance or negative balance ones if needed. (Overrides the postProcess Method.) |
| preProcess | Assigns buckets to transactions selected for aging. (Overrides the preProcess Method.) |
| process | Performs the aging calculation. (Inherited from CustVendAgingCalculation.) |
| readBillingClassifications | Inserts the list of selected billing classifications to new instance of CustVendAgingProcessingTmp table to perform set-based operations on it. |
| selectClosedTransactions | Selects and saves transactions which are settled as of today but were not yet settled on the date specified in balanceAsOfDate. (Inherited from CustVendAgingCalculation.) |
| selectDetailsOfTransactions | Selects and saves details for customers or vendors transactions that will be aged. That includes transaction date (due date or document date depending on what was select in agedBy), invoiceId and voucher. (Overrides the selectDetailsOfTransactions Method.) |
| selectOpenTransactions | Selects and saves open transactions for customers and vendors that will be aged. (Inherited from CustVendAgingCalculation.) |
| selectTransactions | Selects and saves transactions for customers and vendors that will be aged. (Overrides the selectTransactions Method.) |
| setCustVendSettlementBuffer | Initializes CustVendSettlement map to refer to specific buffer type VendSettlement or CustSettlement. (Overrides the setCustVendSettlementBuffer Method.) |
| setCustVendTransBuffer | Initializes CustVendTrans map to refer to specific CustTrans or VendTrans. (Overrides the setCustVendTransBuffer Method.) |
| setCustVendTransOpenBuffer | Initializes CustVendTransOpen map to refer to specific CustTransOpen or VendTransOpen. (Overrides the setCustVendTransOpenBuffer Method.) |
| 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.) |
This class is derived from the CustVendAgingCalculation and contains Accounts Receivable specifics.
Community Additions
ADD
Show: