Share via


FBBookingPeriod_BR::findByFiscalEstablishmentAndPeriod Method

Finds the specified record in the FBBookingPeriod_BR table.

Syntax

client server public static FBBookingPeriod_BR findByFiscalEstablishmentAndPeriod(
    FBFiscalEstablishmentId_BR _fiscalEstablishmentId, 
    DataAreaId _fiscalEstablishmentDataArea, 
    MonthsOfYear _month, 
    int _year, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _year
    Type: int
    Year to which the booking period refers to.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: FBBookingPeriod_BR Table
The specified record in the FBBookingPeriod_BR table; otherwise, an empty record.

See Also

Reference

FBBookingPeriod_BR Table