ExceptionCodeTable_BR::find Method
Retrieves an ExceptionCodeTable_BR record that satifies the given parameters.
Syntax
client server public static ExceptionCodeTable_BR find(
TaxFiscalClassificationId_BR _taxFiscalClassificationId,
ExceptionCode_BR _exceptionCode,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _taxFiscalClassificationId
Type: TaxFiscalClassificationId_BR Extended Data Type
The TaxFiscalClassificationId value to search.
- _exceptionCode
Type: ExceptionCode_BR Extended Data Type
The ExceptionCode value to search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to set the record selected for update. The default value is false.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that indicates the concurrency model for the selected record. The default value is ConcurrencyModel::Auto.
Return Value
Type: ExceptionCodeTable_BR Table
An ExceptionCodeTable_BR record, if one is found.