Share via


TaxReportPeriod::findByPeriodFromDateAndEndDate Method

Finds the specified record in the TaxReportPeriod table.

Syntax

client server public static TaxReportPeriod findByPeriodFromDateAndEndDate(
    TaxPeriod _taxPeriod, 
    TransDate _fromDate, 
    TransDate _endDate, 
   [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: TaxReportPeriod Table
The specified record in the TaxReportPeriod table; otherwise, an empty record.

See Also

Reference

TaxReportPeriod Table