Share via


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.
  • _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.

See Also

Reference

FBSpedFilePartyTmp_BR Table