ProjListTransDP Class [AX 2012]
The ProjListTransDP class is the report data provider class for the ProjListTrans report.
| Method | Description | |
|---|---|---|
| addRemoveFields | Contains the logic for the visibility of data fields to display on the report. |
| buildTmp | Contains the logic for populating the TmpProjTransList table by using the UI parameter values. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| costAmount | Selects the CostAmount value based on selected UI parameters. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findProjTrans | Gets the ProjTrans class object to be used for populating TmpProjTransList table. |
| formatPeriodLabel | Gets the Period label value based on the selected UI parameters. |
| getProjListTransTmp | Queries the ProjListTransTmp temporary table and retrieves the data table to the calling method. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| idLabel | Provides a label for the levels on the report. |
| insertTmpProjTransList | Gets the required data and inserts it into the TmpProjTransList table. |
| insertTmpTable | Gets the required data and inserts it into ProjListTransTmp table. |
| ledgerTransDateFrom | Checks any nullNothingnullptrunita null reference (Nothing in Visual Basic) date provided for the TransDate UI parameter. |
| ledgerTransDateTo | Checks any nullNothingnullptrunita null reference (Nothing in Visual Basic) date provided for the TransDate UI parameter. |
| leftControl | Sets the visibility of the columns on the report. |
| modifyQueryActual | Modifies the Report Query based on the UI parameters. |
| 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.) |
| printLevel | Gets the values for Level columns of TmpProjTransList table. |
| printReport | This method is used to group the data in tmpProjTransListLedger table and insert the data into a user-defined temporary table. |
| processReport | Processes the report business logic. (Overrides the processReport Method.) |
| projTransDateFrom | Checks any nullNothingnullptrunita null reference (Nothing in Visual Basic) date that is provided for the TransDate UI parameter. |
| projTransDateTo | Checks any nullNothingnullptrunita null reference (Nothing in Visual Basic) date that is provided for the TransDate UI parameter. |
| qty | Selects the Qty value based on the UI parameters. |
| rightControl | Sets the visibility of the columns on the report. |
| salary | Selects the Salary value based on the UI parameters. |
| salesAmount | Selects the SalesAmount value based on the UI parameters. |
| salesRatio | Contains logic for the salesRatio to be inserted into ProjListTransTmp table. |
| setDisplayLabel | Contains the logic for setting the labels for columns to display on the report. |
| setLevel | Sets the level values for data manipulation. |
| setName | Sets the value of the Name to display for each level on the report. |
| setNoOfDecimals | |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setProjStatementParm | Sets the values for the instance of the ProjStatement class. |
| setStatementTransType | Sets the values for the ProjStatement class object. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| valueAdded | Calculates the valueAdded amount that is used in SalesRatio calculation. |
| wait | Pauses a process. (Inherited from Object.) |
| wipInvoicedOnAcc | Selects the wipInvoicedOnAcc based on the UI parameters. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: