Share via


TransferPrice_IN::findByItemId Method

Reads the TransferPrice_IN table for the specified Item id.

Syntax

client server public static TransferPrice_IN findByItemId(ItemId _itemId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    If true, then select the record for updating.

Return Value

Type: TransferPrice_IN Table
A buffer containing TransferPrice_IN table.

See Also

Reference

TransferPrice_IN Table