RPayTaxImposeFunc.writeCalcTaxTrans Method [AX 2012]
Inserts values to RPayTaxEmplTrans table record.
protected void writeCalcTaxTrans(
RpayTaxIncDedCode _incDedCode,
RpayTaxType _taxType,
RPayAmount _incDedAmount,
[RpayTaxDeductionCode _deductionCode,
RPayAmount _deduction,
RHRMFamilyRecId _familyRecId])
Run On
CalledParameters
- _incDedCode
- Type: RpayTaxIncDedCode Extended Data Type
The income/deduction number.
- _taxType
- Type: RpayTaxType Enumeration
The income/deduction type.
- _incDedAmount
- Type: RPayAmount Extended Data Type
The amount.
- _deductionCode
- Type: RpayTaxDeductionCode Extended Data Type
The deduction code.
- _deduction
- Type: RPayAmount Extended Data Type
The deduction amount.
- _familyRecId
- Type: RHRMFamilyRecId Extended Data Type
The relative table record reference.
Community Additions
ADD
Show: