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
- _payPeriodStart
Type: StartDate Extended Data Type
The period start.
- _payPeriodEnd
Type: EndDate Extended Data Type
The period end.
- _corPeriodStart
Type: StartDate Extended Data Type
The corrective period start.
- _corPeriodEnd
Type: EndDate Extended Data Type
The corrective period end.
- _buffer
Type: RPayTaxEmplSum Table
The tax calculation table record to start fetching from if specified.
Return Value
Type: RPayTaxEmplSum Table
The RPayTaxEmplSum table record.