TaxBookSectionDate::findSectionDate Method
Finds the record in the TaxBookSectionDate table for the specified Tax Book section ID and date.
Syntax
client server public static TaxBookSectionDate findSectionDate(
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 exact 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.