TmpRTax25Payroll.addRecord Method
Creates record in the temporary table for Payroll tax register calculation.
Syntax
public void addRecord(
RTax25RegisterId _registerId,
RefRecId _profitRecId,
AmountMST _amount,
RHRMEmplId _emplId,
RecId _mainAccountId,
RecId _offsetMainAccountId,
date _payPeriod)
Run On
Called
Parameters
- _registerId
Type: RTax25RegisterId Extended Data Type
The register code.
- _profitRecId
Type: RefRecId Extended Data Type
The record id of expense code.
- _amount
Type: AmountMST Extended Data Type
Amount value.
- _emplId
Type: RHRMEmplId Extended Data Type
The Employee code.
- _mainAccountId
Type: RecId Extended Data Type
The record id of Main account.
- _offsetMainAccountId
Type: RecId Extended Data Type
The record id of offset Main account.
- _payPeriod
Type: date
The calculation period.