Share via


PayrollPositionDetails.canUpdateOrDeletePositionDetail Method

Checks whether the PayrollPositionDetails table record can be updated or deleted based on the existence of records in the PayrollPayStatement and PayrollEarningStatement tables.

Syntax

public boolean canUpdateOrDeletePositionDetail(ValidFromDate _validFrom, ValidToDate _validTo)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record can be updated or deleted; otherwise, false.

See Also

Reference

PayrollPositionDetails Table