RPayEmplCalculate::lastChangeAdd Method
Adds new record to Recent Transactions
Syntax
server public static void lastChangeAdd(
RHRMEmplId _emplId,
RPayModuleCode _rPayModuleCode,
[Common _source])
Run On
Server
Parameters
- _emplId
Type: RHRMEmplId Extended Data Type
Employee Id
- _rPayModuleCode
Type: RPayModuleCode Extended Data Type
Module Code
- _source
Type: Common Table
Source for RPayTrans. If this parameter is set, method will create record only if RPayTrans with same TableId, RecId in current period for employee is already exists. Optional.