FBSpedFileObservationCodeTmp_BR::existsForObservationCode Method
Indicates whether the specified record in the FBSpedFileObservationCodeTmp_BR temporary table exists.
Syntax
client server public static boolean existsForObservationCode(FBSpedFileObservationCodeTmp_BR _spedFileObservationCode, FBObservationCode_BR _observationCode)
Run On
Called
Parameters
- _spedFileObservationCode
Type: FBSpedFileObservationCodeTmp_BR Table
The instance of table buffer FBSpedFileObservationCodeTmp_BR where data should be searched for.
- _observationCode
Type: FBObservationCode_BR Extended Data Type
A FBObservationCode_BR representing the observation code to be searched for in the temporary table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.