ProjAccountDetailHistoryDP Class [AX 2012]
The ProjAccountDetailHistoryDP class provides data for the ProjAccountDetailHistoryMicrosoft SQL Server Reporting Services report.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| collectData | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getProjTmpAccountDetailHistory | Returns a buffer of the ProjTmpAccountDetailHistory table. |
| 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 | 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.) |
| populateBeginningActuals | Populates records in the ProjTmpAccountDetailHistory table for the specified project. |
| populateBeginningBudget | Popluates records in the ProjTmpAccountDetailHistory table for the specified project. |
| populateBeginningCommittedCosts | Populates records in the ProjTmpAccountDetailHistory table for the specified project. |
| populateProjectBudgetData | Populates records in the ProjTmpAccountDetailHistory table for all the project budget transactions of type hour, expense, and item posted to the ProjTransBudget table. |
| populateProjectCommittedCostsData | Populates records in the ProjTmpAccountDetailHistory table for all the project committed cost transactions saved to the CostControlTransCommittedCost table. |
| populateProjectTransactionData | Populates records in the ProjTmpAccountDetailHistory table for all the project transactions of type hour, expense, and item posted to the ProjTransPosting table. |
| processReport | Processes the report business logic. (Overrides the processReport Method.) |
| processReportData | Processes the data to be displayed on the ProjAccountDetailHistory report. |
| setBudgetAmount | Sets the budget amount on the ProjTmpAccountDetailHistory table. |
| setOriginalOrRevisionAmount | Sets the original and revised amount on the ProjTmpAccountDetailHistory table. |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTransactionOrigin | Sets the TransactionOrigin field on the basis of CommittedCostOrig enum value. |
| setTransactionText | Sets the transaction text on the ProjTmpAccountDetailHistory table. |
| SortByDimensionFocus | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAccumulatedValues | Updates accumulated values of Budget, Actual and Commited Cost. |
| 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: