Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the FBSpedFileOperationNatureTmp_BR temporary table exists.
Syntax
client server public static boolean existsForCFOP(
FBSpedFileOperationNatureTmp_BR _spedFileOperationNature,
FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId,
CFOPId_BR _cfopId)
Run On
Called
Parameters
- _spedFileOperationNature
Type: FBSpedFileOperationNatureTmp_BR Table
The instance of table buffer FBSpedFileOperationNatureTmp_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 operation nature comes.
- _cfopId
Type: CFOPId_BR Extended Data Type
A CFOPId_BR representing the operation nature to be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.