Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the FBSpedFileUnitOfMeasureTmp_BR temporary table exists.
Syntax
client server public static boolean existsForItemIdAndSymbol(
FBSpedFileUnitOfMeasureTmp_BR _spedFileUnitOfMeasure,
FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId,
ItemId _itemId,
UnitOfMeasureSymbol _unitOFMeasureSymbol)
Run On
Called
Parameters
- _spedFileUnitOfMeasure
Type: FBSpedFileUnitOfMeasureTmp_BR Table
The instance of table buffer FBSpedFileUnitOfMeasureTmp_BR where data should be searched for.
- _fiscalEstablishmentRecId
Type: FiscalEstablishmentRecId_BR Extended Data Type
A record ID of the FiscalEstablishment_BR table representing the fiscal establishment from which the unit of measure comes.
- _itemId
Type: ItemId Extended Data Type
An ItemId representing the Item ID to be searched for in the temporary table.
- _unitOFMeasureSymbol
Type: UnitOfMeasureSymbol Extended Data Type
An UnitOfMeasureSymbol representing the unit of measure symbol to be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.