FBSpedFileItemTmp_BR::existsForItemId Method
Indicates whether the specified record in the FBSpedFileItemTmp_BR temporary table exists.
Syntax
client server public static boolean existsForItemId(
FBSpedFileItemTmp_BR _spedFileItem,
FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId,
ItemId _itemId)
Run On
Called
Parameters
- _spedFileItem
Type: FBSpedFileItemTmp_BR Table
The instance of table buffer FBSpedFileItemTmp_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 item comes.
- _itemId
Type: ItemId Extended Data Type
An ItemId representing the item ID to be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.