Share via


RCashReportJour_Create_PL::checkCashTransTobeReported Method [AX 2012]

Determines whether any cash transactions have not yet been reported.

Syntax

server public static boolean checkCashTransTobeReported(
    RCashAccount _accountNum, 
    CurrencyCode _currencyCode, 
    TransDate _transDate)

Run On

Server

Parameters

Return Value

Type: boolean
true if transactions still have to be reported; otherwise, false.

See Also

Reference

RCashReportJour_Create_PL Class