TaxReport347TableTotals Class [AX 2012]
This class provides the user with the ability to obtain all the totals for a TaxReport347Table table record in one batch.
| Method | Description | |
|---|---|---|
| calculateTotals | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCountByOperationKey | Returns the total number of report lines that have the specified operation key. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalAmountByOperationKey | Returns the total amount of report lines that have the specified operation key. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the TaxReport347TableTotals class. |
| 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.) |
| pack | Serializes the current instance of the TaxReport347TableTotals 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.) |
| totalAmount | Returns the total number of report lines. |
| totalAmountPaymentMediation | Returns the total number of report lines that have the PaymentMediation operation key. |
| totalAmountPublicEntities | Returns the total number of report lines that have the PurchPublicEntity operation key. |
| totalAmountPurchases | Returns the total number of report lines that have the Purchase operation key. |
| totalAmountSales | Returns the total number of report lines that have the Sales operation key. |
| totalAmountSubsidies | Returns the total number of report lines that have the Subsidy operation key. |
| totalAmountTenants | Returns the total number of tenants lines. |
| totalOper | Returns the total number of report lines. |
| totalOperPaymentMediation | Returns the total number of report lines that have the PaymentMediation operation key. |
| totalOperPublicEntities | Returns the total number of report lines that have the PurchPublicEntity operation key. |
| totalOperPurchases | Returns the total number of report lines that have the Purchase operation key. |
| totalOperSales | Returns the total number of report lines that have the Sales operation key. |
| totalOperSubsidies | Returns the total number of report lines that have the Subsidy operation key. |
| totalOperTenants | Returns the total number of tenants lines. |
| unpack | |
| 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.) |
| ::getTotals | Gets all the totals for a TaxReport347Table record in one batch. If temporary table buffers are passed as _taxReport347Trans and _taxReport347Tenants then the totals will be populated based on this temporary data. |
| ::getTotalsOnServer |
Community Additions
ADD
Show: