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
- _fiscalEstablishmentId
Type: FBFiscalEstablishmentId_BR Extended Data Type
The fiscal establishment ID of the FiscalEstablishment_BR table.
- _fiscalEstablishmentDataArea
Type: DataAreaId Extended Data Type
The fiscal establishment DataAreaId of the FiscalEstablishment_BR table.
- _month
Type: MonthsOfYear Enumeration
Month to which the booking period refers to.
- _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.