Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Counts the number of record in the PayrollPayStatement table, based on the supplied value of the BatchNumber field.
Syntax
client server public static int countPayStatementsByBatchNumber(PayrollPayStatementBatchNumber _batchNumber)
Run On
Called
Parameters
- _batchNumber
Type: PayrollPayStatementBatchNumber Extended Data Type
The value of the BatchNumber field to find.
Return Value
Type: int
The total numbers of records in the PayrollPayStatement table that have the same BatchNumber value.