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.
- _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.
- _thirdPartyType
Type: FBThirdPartyType_BR Enumeration
A FBThirdPartyType_BR representing the type of third party to be searched for in the temporary table.
- _accountNumber
Type: FiscalDocumentAccountNumber_BR Extended Data Type
A FiscalDocumentAccountNumber_BR representing the account number to be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.