FBSpedFileTextTmp_BR::findByDescription Method
Finds the specified record in the FBSpedFileTextTmp_BR temporary table exists.
Syntax
client server public static FBSpedFileTextTmp_BR findByDescription(
FBSpedFileTextTmp_BR _spedFileText,
FiscalEstablishmentRecId_BR _fiscalEstablishmentRecId,
String255 _textDescription)
Run On
Called
Parameters
- _spedFileText
Type: FBSpedFileTextTmp_BR Table
The instance of table buffer FBSpedFileTextTmp_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.
- _textDescription
Type: String255 Extended Data Type
A string representing the fiscal document text description to be searched for in the temporary table.
Return Value
Type: FBSpedFileTextTmp_BR Table
true if the specified record exists; otherwise, false.