InventItemLocation::updateStopCountingJournal Method
Marks the counting as stopped for the combination of item and dimensions that are specified by the counting journal line.
Syntax
server public static void updateStopCountingJournal(InventJournalTrans _inventJournalTrans, [boolean _always])
Run On
Server
Parameters
- _inventJournalTrans
Type: InventJournalTrans Table
The counting journal line that is being counted.
- _always
Type: boolean
false to check whether other journal lines exist for the same journal before marking the counting as stopped; optional.