PayrollPayStatementAccrualBalance::doesPayStatementAccrualBalanceExist Method
Checks whether a record in the PayrollPayStatementAccrualBalance table exists for the specified pay statement.
Syntax
client server public static boolean doesPayStatementAccrualBalanceExist(PayrollPayStatementRecId _payStatement)
Run On
Called
Parameters
- _payStatement
Type: PayrollPayStatementRecId Extended Data Type
The value of the PayStatement field to find.
Return Value
Type: boolean
true if the record exists; otherwise, false.