ProjListBudgetDP Class [AX 2012]
The ProjListBudgetDP class provides methods to fetch the data that is used by the ProjListBudget report.
| Method | Description | |
|---|---|---|
| addRemoveFields | Contains the logic for the visibility of the data fields that are to be displayed 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 that is based on the selected UI parameters. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findProjTrans | Gets the ProjTrans class object that is used to populate the TmpProjTransList table. |
| formatPeriodLabel | Gets the period label value that is based on the selected UI parameters. |
| formatSelection | Gets a String value that is based on the selected UI parameters. |
| getProjListBudgetTmp | Queries the 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 the User defined temporary table. |
| ledgerTransDateFrom | Checks a nullNothingnullptrunita null reference (Nothing in Visual Basic) date that is provided as a value for the LedgerFromDate UI parameter. |
| ledgerTransDateTo | Checks a nullNothingnullptrunita null reference (Nothing in Visual Basic) date that is provided as a value for the LedgerToDate UI parameter. |
| leftcontrol | Sets the visibility of the columns on the report. |
| modifyQueryBudget | 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 | Checks zero values for the columns in each row. |
| printReport | Groups the data in the Report temporary table and inserts the data into the ProjListBudgetTmp 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 ProjFromDate parameter. |
| projTransDateTo | Checks any nullNothingnullptrunita null reference (Nothing in Visual Basic) date that is provided for the ProjToDate parameter. |
| qty | Selects the Qty value that is based on the UI parameters. |
| rightcontrol | Sets the visibility of the columns on the report. |
| salary | Selects the Salary value that is based on the UI parameters. |
| salesAmount | Selects the SalesAmount value that is based on the UI parameters. |
| salesRatio | Calculates and retrieves the SalesRatio value to be inserted into the ProjListBudgetTmp table. |
| setDisplayLabel | Sets the labels for the columns to display on the report. |
| setLevel | Sets the level values for data manipulation. |
| setName | Sets the Name to display for each level on the report. |
| setNoOfDecimals | Set the number of decimals on the type, by modifing the ProjShowAmount enum value. |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setProjStatementParm | Sets the values for the object of the ProjStatement class. |
| setStatementTransType | Sets the values for the instance of the ProjStatement class. |
| 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 value, which is used in the calculation of the SalesRatio value. |
| wait | Pauses a process. (Inherited from Object.) |
| wipInvoicedOnAcc | Selects the wipInvoicedOnAcc value that is based on the UI parameters. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: