Share via


InventCountCreate_Base.canGoBatchJournal Method [AX 2012]

Determines whether the class is shown in the list of Journal types.

Syntax

protected boolean canGoBatchJournal()

Run On

Called

Return Value

Type: boolean
Always returns false.

Remarks

A class that can be used in a batch journal is a class for which the same parameters can be used repeatedly. The dialog can be shown and the parameters can be changed but parameters of some classes might build on data that is only valid for a short time. Running a class two times with the same parameters is not always possible. If canGoBatch returns false, this method will not have any effect.

See Also

Reference

InventCountCreate_Base Class