VendOverdueCalcCITPITLineDetail_W Class [AX 2012]
The class VendOverdueCalcCITPITLineDetail_W used to create vendor overdue journal lines details.
Details are in the context of the account number and the selected analytics (dimension) for distribution
| Method | Description | |
|---|---|---|
| buildQueryOverdueLine | The method creates the general query by overdue journal lines, on which will build line details |
| buildQueryTrans | The method creates a query to select the amounts for general ledger transactions |
| calcLineDetailForLastLine | The method calculates the distribution by dimensions and account numbers on the last line of the overdue payment by schedule for due date. |
| calcLineDetailsByTrans | The method calculates the distribution by dimensions and account numbers by schedule for due date. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTmpDataFromQuery | |
| 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.) |
| isLastOverduePeriod | The method checks whether the current VendOverdueCITPITTurnJournalLine_W record of the last payment overdue scheduled due date or not. |
| new | Initializes a new instance of the VendOverdueCalcCITPITLineDetail_W class. |
| 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.) |
| packValues | Packs class internal variables for transferring to CIL. |
| parmSourceJournalId | Gets or sets the SourceJournalId parameter. |
| parmSourceRecId | Gets or sets the SourceRecId parameter. |
| run | Contains the code that does the actual job of the class. |
| 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.) |
| unpackValues | Unpacks class internal variables when transferred to CIL. |
| 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.) |
| ::callIL | Calls execution of VendOverdueCalcCITPITLineDetail_W class in CIL. |
| ::construct | Returns a new instance of the VendOverdueCalcCITPITLineDetail_W class. |
| ::main | Provides an entry point for the VendOverdueCalcCITPITLineDetail_W class when it is called from a menu item. |
| ::runIL | Executes class business logic in CIL. |
| ::runOnServer | The method run class VendOverdueCalcCITPITLineDetail_W on a server |
Community Additions
ADD
Show: