Share via


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

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

See Also

Reference

ExceptionCodeTable_BR Table