InventItemPriceSim::findRecId Method

Finds an inventItemPriceSim record by using a given recId.

Syntax

client server public static InventItemPriceSim findRecId(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: InventItemPriceSim Table
An inventItemPriceSim record.

Remarks

The record is selected by using the recId Idx.

See Also

Reference

InventItemPriceSim Table