Share via


VendUnrealizedRev::findByTaxInvoiceId Method

Finds the VendUnrealizedRev record according to the vendor account and the tax invoice ID.

Syntax

client server public static VendUnrealizedRev findByTaxInvoiceId(
    TaxUnrealizedPurchTaxInvoiceId _taxInvoiceId, 
    VendAccount _account, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the selected record can be updated.

Return Value

Type: VendUnrealizedRev Table
The VendUnrealizedRev record.

See Also

Reference

VendUnrealizedRev Table