Share via


PayrollEarningStatementLine.delete Method

Deletes a record in the PayrollEarningStatementLine table and manages the adjustment of the salary line for the base earnings type.

Syntax

public void delete([boolean _skipAdjustSalaryline])

Run On

Server

Parameters

  • _skipAdjustSalaryline
    Type: boolean
    A Boolean value that indicates whether to delay salary adjustment.

Remarks

Set the _skipAdjustSalaryline parameter to true in process code to prevent salary from being adjusted for each line that is generated. To improve performance in process code, make sure that the salary line is adjusted at the end of the process.

See Also

Reference

PayrollEarningStatementLine Table