LedgerEncumbranceReconciliationDP Class [AX 2012]
The LedgerEncumbranceReconciliationDP class is used as a data provider for the LedgerEncumbranceReconciliation report.
| Method | Description | |
|---|---|---|
| addReportRecord | Adds records to the temporary table, depending on the report parameters. |
| 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.) |
| fetchBalancesByDimension | Retrieves reconciliation data by dimension attribute values of the specified dimension attribute. |
| fetchBudgetTransData | Retrieves reconciliation data for budget transactions. |
| fetchEncumbranceBySourceDocument | Retrieves encumbrance reconciliation data for source documents. |
| fetchEncumbrancePurchOrderData | Retrieves encumbrance reconciliation data for purchase orders. |
| fetchPreEncumbranceBySourceDocument | Retrieves pre-encumbrance reconciliation data for source documents. |
| fetchPreEncumbrancePurchReqData | Retrieves pre-encumbrance reconciliation data for purchase orders. |
| getBudgetRelievingAmountForSourceDoc | Retrieves the relieving amounts for the purchase order or purchase requisition source document. |
| getLedgerEncumbranceReconciliationTmp | Retrieves data from the LedgerEncumbranceReconciliationTmp temporary table. |
| getLedgerRelievingAmountForPurchOrder | Retrieves the ledger relieving amount for he purchase order source document. |
| getLedgerRelievingAmountForPurchReq | Retrieves the ledger relieving amount for the purchase requisition source document. |
| getReportParameters | Copies the report parameters from a data contract to member variables. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertLedgerEncumbranceReconciliationTmp | Inserts a record into the LedgerEncumbranceReconciliationTmp table. |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| processReport | Retrieves the report data by using the parameter values. (Overrides the processReport Method.) |
| reconcileAmountsByDimension | Reconciles the budget balances with the ledger balances by dimension. |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setPurchaseOrderLedgerBalance | Sets the purchase order ledger balance in the given map. |
| setPurchaseRequisitionLedgerBalance | Sets the purchase requisition ledger balance in the given map. |
| 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.) |
| updateOrAppendMapEntries | |
| 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 LedgerEncumbranceReconciliationDP class. |
Community Additions
ADD
Show: