FiscalOrganization_BR::findByFiscalEstablishmentId Method
Finds the specified record in the FiscalOrganization_BR table.
Syntax
client server public static FiscalOrganization_BR findByFiscalEstablishmentId(
FBFiscalEstablishmentId_BR _fiscalEstablishmentId,
DataAreaId _fiscalEstablishmentDataArea,
[boolean _forUpdate])
Run On
Called
Parameters
- _fiscalEstablishmentId
Type: FBFiscalEstablishmentId_BR Extended Data Type
The fiscal establishment ID of the FiscalEstablishment_BR record to find.
- _fiscalEstablishmentDataArea
Type: DataAreaId Extended Data Type
The fiscal establishment data area ID of the FiscalEstablishment_BR record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: FiscalOrganization_BR Table
A record in the FiscalOrganization_BR table; otherwise, an empty record.