Share via


InventItemSalesSetup::find Method

Finds the sales order settings of the specified item.

Syntax

client server public static InventItemSalesSetup find(
    ItemId _itemId, 
    InventDimId _inventDimId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to select the returning record for update; optional.

Return Value

Type: InventItemSalesSetup Table
The sales order settings of the specified item.

See Also

Reference

InventItemSalesSetup Table