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.
Finds the record in the TaxBookSectionDate table for the specified Tax Book section ID and date before the _transDate.
Syntax
client server public static TaxBookSectionDate findNextDate(
RefRecId _section,
TransDate _transDate,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _section
Type: RefRecId Extended Data Type
The Tax Book section ID.
- _transDate
Type: TransDate Extended Data Type
The date to search for.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: TaxBookSectionDate Table
A record in the TaxBookSectionDate table; otherwise, an empty record.