LedgerTransStatementDP Class [AX 2012]
The LedgerTransStatementDP class is the data provider for the LedgerTransStatement report.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
class LedgerTransStatementDP extends SrsReportDataProviderPreProcessTempDB
Microsoft Dynamics AX 2012 R2 (SYS)
class LedgerTransStatementDP extends SrsReportDataProviderPreProcess
Microsoft Dynamics AX 2012 Feature Pack (SYS)
class LedgerTransStatementDP extends SRSReportDataProviderBase
Microsoft Dynamics AX 2012 (FPK)
class LedgerTransStatementDP extends SRSReportDataProviderBase
Microsoft Dynamics AX 2012 (SYS)
class LedgerTransStatementDP extends SRSReportDataProviderBase
Run On
Server| Method | Description | |
|---|---|---|
| calculateEndingBalance | Calculates the ending balance for the ledger accounts. |
| calculateEndingBalanceInStaging | Calculates the ending balance for the ledger accounts. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cleanUp | Cleans up any pre-processed data. (Inherited from SrsReportDataProviderPreProcessTempDB.) |
| copyToReportTable | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateTotals | Calculates previous and current row totals. |
| getCreatedTransactionId | Gets the createdTransactionId for the current report run. |
| getLedgerTransStatementTmp | Gets data from the LedgerTransStatementTmp temporary table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| groupByDay | Groups the transactions by day. |
| groupByDayInStaging | Groups the transactions by day. |
| groupByMonth | Groups the transactions by month. |
| groupByMonthInStaging | Groups the transactions by month. |
| groupByPeriod | Groups the transactions by the fiscal calendar period. |
| groupByPeriodInStaging | Groups the transactions by the fiscal calendar period. |
| groupByQuarter | Groups the transactions by quarter. |
| groupByQuarterInStaging | Groups the transactions by quarter. |
| groupByWeek | Groups the transactions by week. |
| groupByWeekInStaging | Groups the transactions by week. |
| groupTransactionsByRange | Groups the transactions by date range. |
| groupTransactionsByRangeInStaging | Groups the transactions by date range. |
| groupTransactionsForDay | Groups the transactions by day. |
| groupTransactionsForDayInStaging | Groups the transactions by day. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Does any initialization before calling the processReport method. (Inherited from SrsReportDataProviderPreProcessTempDB.) |
| insertEmptyPeriod | Inserts periods for dates that do not have operating transactions. |
| insertEmptyPeriodInStaging | Inserts periods for dates that do not have operating transactions. |
| 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.) |
| parmUseDefaultTransactionOnly | Gets or sets the UseDefaultTransactionOnly parameter. (Inherited from SrsReportDataProviderPreProcessTempDB.) |
| parmUserConnection | Gets or sets the UserConnection parameter. (Inherited from SrsReportDataProviderPreProcessTempDB.) |
| populateDimensionInformation | Generates dimension focus values and descriptions. |
| populateDimensionInformationCashFlow | Generates dimension focus values and descriptions. |
| populateDimensionInformationInStaging | Generates dimension focus values and descriptions. |
| populateDimInformationCashFlowInStaging | Generates dimension focus values and descriptions. |
| populateTempTableBudget | Initializes the temp table for budget transaction type. |
| populateTempTableBudgetInStaging | Initializes the temp table for budget transaction type. |
| populateTempTableCashFlow | Initializes the temp table for cash flow transaction type. |
| populateTempTableCashFlowInStaging | Initializes the temp table for cash flow transaction type. |
| populateTempTableLedger | Initializes the temp table for ledger transaction type. |
| populateTempTableLedgerInStaging | Initializes the temp table for ledger transaction type. |
| processGroupPerSecondaryDimension | Generates sub-totals by grouping per secondary dimension. |
| processGroupPerSecondaryDimInStaging | Generates sub-totals by grouping per secondary dimension. |
| processLayerInformation | Modifies the temp table records for the given posting layer. |
| processLayerInformationInStaging | Modifies the temp table records for the given posting layer. |
| processOffsetAccount | Generates offset accounts. |
| processOffsetAccountInStaging | Generates offset accounts. |
| processOpeningTransactions | Processes the opening transactions. |
| processOpeningTransactionsInStaging | Processes the opening transactions. |
| processReport | Processes the report business logic. (Overrides the processReport Method.) |
| processReversedTransactions | Processes reversed transactions. |
| processReversedTransactionsInStaging | Processes reversed transactions. |
| processSalesTaxSpecification | Generates sales tax codes and amounts. |
| processSalesTaxSpecificationInStaging | Generates sales tax codes and amounts. |
| processSpecificationGrouping | Groups records based on the given specification. |
| processSpecificationGroupingInStaging | Groups records based on the given specification. |
| processWithoutTrans | Processes records for ledger accounts that do not have any transactions within the date range. |
| processWithoutTransInStaging | Processes records for ledger accounts that do not have any transactions within the date range. |
| reorderRows | Reorders the records as per the ordering required by the report layout. |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setUserConnection | Sets the user connection on the table buffer. |
| takeOwnershipOfTempTable | Takes ownership of the given temp table. (Inherited from SrsReportDataProviderPreProcessTempDB.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAccumulatedAmounts | Calculates accumulated amounts. |
| updateAccumulatedAmountsInStaging | Calculates accumulated amounts. |
| updateOpeningAmounts | |
| updateOpeningAmountsInStaging | Calculates amounts for opening transactions. |
| 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.) |
| ::dateStartWeek |
Object Class
SRSReportDataProviderBase Class
SrsReportDataProviderPreProcessTempDB Class
LedgerTransStatementDP Class
SRSReportDataProviderBase Class
SrsReportDataProviderPreProcessTempDB Class
LedgerTransStatementDP Class
Community Additions
ADD
Show:
Note