Share via


VendInvoiceInfoSubTable::findRecId Method

Finds and returns the invoice sub-table record for the given record ID.

Syntax

client server public static VendInvoiceInfoSubTable findRecId(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: VendInvoiceInfoSubTable Table
A VendInvoiceInfoSubTable table record if it exists; otherwise, an empty record.

Remarks

If the record does not exist, an empty VendInvoiceInfoSubTable table record is returned.

See Also

Reference

VendInvoiceInfoSubTable Table