Share via


InventItemLocation::isCountingStarted Method

Checks whether the counting is marked as started for the specified item and dimensions.

Syntax

client server public static boolean isCountingStarted(
    ItemId _itemId, 
    InventDim _inventDim, 
   [InventJournalId _inventJournalId])

Run On

ClientOrServer

Parameters

  • _inventDim
    Type: InventDim Table
    The inventory dimensions for which counting is performed.

Return Value

Type: boolean
true if counting is started; otherwise, false.

See Also

Reference

InventItemLocation Table