FBTaxAssessment_BR::findByDate Method
Finds the specified record in the FBTaxAssessment_BR table.
Syntax
client server public static FBTaxAssessment_BR findByDate(
TransDate _transDate,
TaxType_BR _taxType,
FBBookingPeriodRecId_BR _bookingPeriodRecId,
[LogisticsAddressStateId _state,
boolean _forUpdate])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date of the transaction.
- _taxType
Type: TaxType_BR Enumeration
A TaxType_BR tax type.
- _bookingPeriodRecId
Type: FBBookingPeriodRecId_BR Extended Data Type
A record ID of the FBBookingPeriod_BR table.
- _state
Type: LogisticsAddressStateId Extended Data Type
A Brazilian state, specifically for the ICMS-ST tax type; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: FBTaxAssessment_BR Table
A record in the FBTaxAssessment_BR table; otherwise, an empty record.