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
- _itemId
Type: ItemId Extended Data Type
The item that is being counted.
- _inventDim
Type: InventDim Table
The inventory dimensions for which counting is performed.
- _inventJournalId
Type: InventJournalId Extended Data Type
A Boolean value that specifies whether it is started by a an other journal; optional.
Return Value
Type: boolean
true if counting is started; otherwise, false.