Share via


TaxUncommitted::findForDocumentLineTaxCode Method

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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TaxUncommitted Table
A record in the TaxUncommitted table; otherwise, an empty record.

See Also

Reference

TaxUncommitted Table