Share via


FBSpedFilePartyTmp_BR::existsForAccountTypeAndNum Method

Indicates whether the specified record in the FBSpedFilePartyTmp_BR temporary table exists.

Syntax

client server public static boolean existsForAccountTypeAndNum(
    FBSpedFilePartyTmp_BR _spedFileParty, 
    FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId, 
    FBThirdPartyType_BR _thirdPartyType, 
    FiscalDocumentAccountNumber_BR _accountNumber)

Run On

Called

Parameters

  • _spedFileParty
    Type: FBSpedFilePartyTmp_BR Table
    The instance of table buffer FBSpedFilePartyTmp_BR where data should be searched for.
  • _thirdPartyType
    Type: FBThirdPartyType_BR Enumeration
    A FBThirdPartyType_BR representing the type of third party to 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