Share via


InventItemSalesSetup::findDefault Method

Returns the sales order settings of the default item.

Syntax

client server public static InventItemSalesSetup findDefault(
    ItemId _itemId, 
   [boolean _forUpdate, 
    InventTable _inventTable])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to select the returning record for update; optional.
  • _inventTable
    Type: InventTable Table
    An InventTable buffer is used to verify whether the multisite has been enabled; optional.

Return Value

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

Remarks

The default inventory dimension ID is used to find the order settings of the default item.

See Also

Reference

InventItemSalesSetup Table