Share via


RPayTaxImposeFunc.sumEmplTaxAmount Method [AX 2012]

Gets the income tax calculation table record by period, employee id and group rate code.

Syntax

protected RPayTaxEmplSum sumEmplTaxAmount(
    StartDate _payPeriodStart, 
    EndDate _payPeriodEnd, 
    StartDate _corPeriodStart, 
    EndDate _corPeriodEnd, 
   [RPayTaxEmplSum _buffer])

Run On

Called

Parameters

  • _buffer
    Type: RPayTaxEmplSum Table
    The tax calculation table record to start fetching from if specified.

Return Value

Type: RPayTaxEmplSum Table
The RPayTaxEmplSum table record.

See Also

Reference

RPayTaxImposeFunc Class