RCashReportJour_PL::findAfter Method
Retrieves the first RCashReportJour_PL table buffer that is newer than the records that are found based on the passed-in parameter values.
Syntax
server public static RCashReportJour_PL findAfter(
RCashAccount _accountNum,
TransDate _transDate,
CurrencyCode _currencyCode,
RCashReportNum_PL _reportNum)
Run On
Server
Parameters
- _accountNum
Type: RCashAccount Extended Data Type
The cash account.
- _transDate
Type: TransDate Extended Data Type
The transaction date.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.
- _reportNum
Type: RCashReportNum_PL Extended Data Type
The report number.
Return Value
Type: RCashReportJour_PL Table
The RCashReportJour_PL table buffer.