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
- _taxInvoiceId
Type: TaxUnrealizedPurchTaxInvoiceId Extended Data Type
A tax invoice ID.
- _account
Type: VendAccount Extended Data Type
A vendor account.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the selected record can be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A concurrency model.
Return Value
Type: VendUnrealizedRev Table
The VendUnrealizedRev record.