Share via


InventItemPrice::findRecId Method

Finds an inventItemPrice record associated with a given recId.

Syntax

client server public static InventItemPrice findRecId(RecId recId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: InventItemPrice Table
An inventItemPrice record.

Remarks

The record is selected by using the recIdIdx.

See Also

Reference

InventItemPrice Table