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.
Finds the specified record in the TaxUncommitted table.
Syntax
client server public static TaxUncommitted findForDocumentLineTaxCode(
RefTableId _tableId,
RefRecId _documentId,
TaxCode _taxCode,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _tableId
Type: RefTableId Extended Data Type
The table ID of the transaction header.
- _documentId
Type: RefRecId Extended Data Type
The record ID of the transaction header.
- _taxCode
Type: TaxCode Extended Data Type
The tax code that is calculated.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option that will be used when it reads the record; optional.
Return Value
Type: TaxUncommitted Table
A record in the TaxUncommitted table; otherwise, an empty record.