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.
Gets the count of operations of resolution journals for the period.
Syntax
server public static int getJournalOperations(
TransDate _start,
TransDate _end,
RPayGroup _payGroup,
RHRMJournalType _operationType,
[boolean _useReason,
str _reasonCodeId])
Run On
Server
Parameters
- _start
Type: TransDate Extended Data Type
The start date.
- _end
Type: TransDate Extended Data Type
The end date.
- _payGroup
Type: RPayGroup Extended Data Type
The payroll group.
- _operationType
Type: RHRMJournalType Enumeration
The resolution journal operation type.
- _useReason
Type: boolean
If true the reason should be used.
- _reasonCodeId
Type: str
The reason.
Return Value
Type: int
The count of operations of resolution journals for the period.