LedgerReconciliation Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createLedgerReconcileAccountsTmp | Adds the records to the LedgerReconciliationAccountsTmp table. |
| createLedgerReconciliationLedgerTmp | Adds the records to the LedgerReconciliationLedgerTmp table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getGeneralJournal | Gets the ledger journal entries and inserts them in to the temporary table. |
| getMainAccountAndJournalNumDetails | Obtains the main account number, main account name, and journal number values for the passed in Voucher number and Transdate value. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeLedgerBalance | Initializes the ledger balance. |
| insertLedgerJournalDetailsIntoTmpTable | |
| insertNonSourceDocumentDetail | |
| insertNonSourceDocumentSummary | |
| insertSourceDocumentDetail | |
| insertSourceDocumentSummary | |
| mergeLedgerReconciliationLedgerTmp | Create the temp table LedgerReconciliationLedgerTmp by merging the records from source document and non-source document based on MainAccountId for Summary report. |
| 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.) |
| pack | Serializes the current instance of the LedgerReconciliation class. |
| parmFromDate | Gets or sets the FromDate parameter. |
| parmFromMainAccount | Gets or sets the FromMainAccount parameter. |
| parmFromPostingProfile | Gets or sets the FromPostingProfile parameter. |
| parmFromVoucher | Gets or sets the FromVoucher parameter. |
| parmIncludeDetails | Gets or sets the IncludeDetails parameter. |
| parmShowDifferencesOnly | Gets or sets the ShowDifferencesOnly parameter. |
| parmToDate | Gets and sets the toDate parameter. |
| parmToMainAccount | Gets or sets the ToMainAccount parameter. |
| parmToPostingProfile | Gets or sets the ToPostingProfile parameter. |
| parmToVoucher | Gets or sets the ToVoucher parameter. |
| setQueryUpperRange | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setUpQuery | |
| showQueryValues | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the LedgerReconciliation class. |
| 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.) |
Community Additions
ADD
Show: