Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that counting is marked as started for the specified item and dimensions.
Syntax
client server public static boolean isCountingStarted(
ItemId _itemId,
InventDimId _inventDimId,
[InventJournalId _inventJournalId])
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The item that is being counted.
- _inventDimId
Type: InventDimId Extended Data Type
The product dimensions and warehouse for which counting is performed.
- _inventJournalId
Type: InventJournalId Extended Data Type
The counting journal ID; optional.
Return Value
Type: boolean
true if counting is started; otherwise, false.