FBSpedFilePartyTmp_BR::existsForSalesCarrier Method
Indicates whether the specified record in the FBSpedFilePartyTmp_BR temporary table exists.
Syntax
client server public static boolean existsForSalesCarrier(
FBSpedFilePartyTmp_BR _spedFileParty,
FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId,
RefRecId _salesCarrierRecId)
Run On
Called
Parameters
- _spedFileParty
Type: FBSpedFilePartyTmp_BR Table
The instance of table buffer FBSpedFilePartyTmp_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 fiscal document comes from.
- _salesCarrierRecId
Type: RefRecId Extended Data Type
A Record ID in SalesCarrier table representing the sales carrier be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.