Share via


TaxReport347TableTotals::getTotals Method [AX 2012]

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.

Syntax

client server public static TaxReport347TableTotals getTotals(
    TaxReport347Table _taxReport347Table, 
   [TaxReport347Trans _taxReport347Trans, 
    TaxReport347Tenants _taxReport347Tenants])

Run On

Called

Parameters

  • _taxReport347Trans
    Type: TaxReport347Trans Table
    A TaxReport347Trans table buffer that will be used to retrieve totals. If the _taxReport347Trans parameter is a temporary table buffer, totals will be populated based on this temporary data.
  • _taxReport347Tenants
    Type: TaxReport347Tenants Table
    A TaxReport347Tenants table buffer which will be used to retrieve totals. If the _taxReport347Tenants parameter is a temporary table buffer, totals will be populated based on this temporary data.

Return Value

Type: TaxReport347TableTotals Class
An instance of the TaxReport347TableTotals class, which contains totals for the specified TaxReport347Table record.

Remarks

No matter from which tier, client or server, you call this method, the resulting object will reside on the tier you called this method from.

See Also

Reference

TaxReport347TableTotals Class