RCashReportJour_Create_PL::checkCashTransTobeReported Method [AX 2012]

Determines whether any cash transactions have not yet been reported.

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

Run On

Server

Parameters

_accountNum
Type: RCashAccount Extended Data Type
The cash account.
_currencyCode
Type: CurrencyCode Extended Data Type
The currency code.
_transDate
Type: TransDate Extended Data Type
The transaction date.

Return Value

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