LedgerEliminationProcessRule Class [AX 2012]
The LedgerEliminationProcessRule class defines the class variables.
| Method | Description | |
|---|---|---|
| calcExchRate | Calculates the exchange rate between two amounts. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createDistribution | Creates an entry in the LedgerJournalTrans table for an elimination amount. |
| createJournal | Creates an elimination journal in the LedgerJournalTable table. |
| createVoucher | Creates a voucher in the LedgerJournalTrans table for the elimination journal. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getExchRate | Gets the defined exchange rate based on the GlPostingDate value set for the class instance. |
| 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 | Generates a new instance of the 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.) |
| parmCurrencyCode | Gets and sets the currency variable for the class. |
| parmDestinationCompany | Gets and sets the destinationCompany variable for the class. |
| parmGLPostingDate | Gets and sets the glPostingDate variable for the class. |
| parmJournalName | Gets and sets the journalName variable for the class. |
| parmJournalNumber | Gets and sets the JournalNumber variable for the class. |
| parmPeriodFromDate | Gets and sets the periodFromDate variable for the class. |
| parmPeriodToDate | Gets and sets the periodToDate variable for the class. |
| parmProcessMode | Gets and sets the processMode variable for the class. |
| parmReasonRefRecId | Gets or sets the reasonRefRecId variable for the class. |
| parmReleaseDate | Gets or sets the releaseDate variable for the class. |
| parmRuleId | Gets and sets the ruleId variable for the class. |
| parmSourceCompany | Gets and sets the sourceCompany variable for the class. |
| parmSourceCurrencyCode | Gets and sets the currency variable for the class. |
| processElimination | Performs all the functions that are required to process an elimination rule. |
| processFixedAmountLine | Processes elimination rule lines that use fixed amounts to produce journal lines. |
| processNetAmountLine | Processes elimination rule lines that use net change amounts to produce journal lines. |
| processProposal | Generates LedgerJournalTrans records using an elimination rule for the specified journal. |
| processRule | Performs the actual processing of an elimination rule. |
| processRuleLine | Performs the actual processing of elimination rule lines. |
| 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.) |
| translateDimensions | Translates dimension information in one company to dimension information in a different company. |
| 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 | Initializes a new instance of the LedgerEliminaitonProcessRule class. |
| ::createQueryOnSource | Creates a LedgerTransElimination query and a range based on the date, account, and dimension. |
Community Additions
ADD
Show: