RPayReportP4_2013::getJournalOperations Method [AX 2012]

Gets the count of operations of resolution journals for the period.

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.
Show: