RPayTaxImposeFunc.incomeTransAmount Method [AX 2012]
The income
Syntax
public RPayAmount incomeTransAmount(
RPayCorrectedPeriod _corPeriodStartDate,
RPayCorrectedPeriod _corPeriodEndDate,
StartDate _payPeriodStartDate,
EndDate _payPeriodEndDate,
RPayCounterUnit _fund,
[RpayTaxIncomeCode _taxIncomeCode,
RHRMFamilyRecId _familyRecId])
Run On
Called
Parameters
- _corPeriodStartDate
Type: RPayCorrectedPeriod Extended Data Type
The corrective start date.
- _corPeriodEndDate
Type: RPayCorrectedPeriod Extended Data Type
The corrective end date.
- _payPeriodStartDate
Type: StartDate Extended Data Type
The payment period start date.
- _payPeriodEndDate
Type: EndDate Extended Data Type
The payment period end date.
- _fund
Type: RPayCounterUnit Extended Data Type
Gets the amount of income by fund from RPayTrans table.
- _taxIncomeCode
Type: RpayTaxIncomeCode Extended Data Type
The income code
- _familyRecId
Type: RHRMFamilyRecId Extended Data Type
The relative table record reference.
Return Value
Type: RPayAmount Extended Data Type
The income transaction amount.