Share via


RPayReportP4_2013::getJournalOperations Method [AX 2012]

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

  • _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.

See Also

Reference

RPayReportP4_2013 Class