FBTaxAssessmentPaymentParameters_BR::find Method
Finds the specified record in the FBTaxAssessmentPaymentParameters_BR table.
Syntax
client server public static FBTaxAssessmentPaymentParameters_BR find(
DataAreaId _dataAreaId,
TaxType_BR _taxType,
LogisticsAddressStateId _state,
LogisticsAddressCity _city,
[boolean _forUpdate])
Run On
Called
Parameters
- _dataAreaId
Type: DataAreaId Extended Data Type
A company ID
- _taxType
Type: TaxType_BR Enumeration
A TaxType_BR tax type
- _state
Type: LogisticsAddressStateId Extended Data Type
A brazilian state
- _city
Type: LogisticsAddressCity Extended Data Type
A brazilian city
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: FBTaxAssessmentPaymentParameters_BR Table
A record in the FBTaxAssessmentPaymentParameters_BR table.