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 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.