CustVendTransOpenStmtDP Class [AX 2012]
The CustVendTransOpenStmtDP class declares the variables required for the customer and vendor open transactions report. This class is a common class for all the countries and there is a specific subclass for each country.
| Method | Description | |
|---|---|---|
| calculateAmounts | Calculates the settled AmountCur and settled AmountMST amounts based on a CustVendTrans record. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| custVendTableRecordChanged | Identifies that a CustTable or VendTable record is modified when you execute the query. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsOpenTransactions | Indicates whether there are any open transactions based on the passed in buffer. |
| getCustVendTableID | Determines the appropriate table ID based on the type of the report. |
| getCustVendTransOpenStmtTmp | Retrieves the actual data for the report from the CustVendTransOpenStmtTmp table. |
| getCustVendTransTableID | Determines the appropriate transaction table ID based on the type of the report. |
| getPerDate | Gets the TransDate value from the contract class. |
| getReportParameters | Gets the report parameter values from the contract class. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeCustVendTransDetails | Determines which helper class to instantiate based on the report type. |
| insertCustVendTransOpenStmtTmp | Inserts the CustVendTransOpenStmtTmp record. |
| modifyQuery | Modifies the query before it executes it. |
| 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.) |
| processData | Processes the Query and makes necessary method calls to set the CustVendTransOpenStmtTmp table fields and insert it. |
| processReport | Processes the business logic of the report. (Overrides the processReport Method.) |
| setCustVendTransOpenStmtTmp | Sets the CustVendTransOpenStmtTmp fields for the statement reports. |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setReportType | Determines the report type based on the data source present in the query. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupReport | Sets up the report parameters, query and report type. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: