Share via


RetailConnSCMonPurgeMessage.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
true if the class is shown in the list of Journal types; otherwise, 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 box can be displayed and the parameter values can be modified, but the parameter values of some classes might build on data that is only valid for a short time. Not all classes can be run two times by using the same parameters. If the canGoBatch method returns false, this method will not have any effect.

See Also

Reference

RetailConnSCMonPurgeMessage Class