Share via


TaxBookSectionDate::findPrevDate Method

Finds the record in the TaxBookSectionDate table for the specified Tax Book section ID and date after the _transDate.

Syntax

client server public static TaxBookSectionDate findPrevDate(
    RefRecId _section, 
    TransDate _transDate, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TaxBookSectionDate Table
A record in the TaxBookSectionDate table; otherwise, an empty record.

See Also

Reference

TaxBookSectionDate Table