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