Share via


SalesComplementaryInvoiceLine::findRecId Method

Retrieves a record from the SalesComplementaryInvoiceLine table, based on its record ID.

Syntax

client server public static SalesComplementaryInvoiceLine findRecId(RefRecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: SalesComplementaryInvoiceLine Table
The record that has the given record ID.

See Also

Reference

SalesComplementaryInvoiceLine Table