Share via


SecuritySegregationOfDuties.canGoBatchJournal Method [AX 2012]

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

Syntax

public 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 where the same parameters can be used repeatedly. The dialog box can be displayed and the parameters can be changed, but parameters of some classes might build on data that is valid for only a short time. A user cannot always run a class two times with the same parameters. If the canGoBatch method returns false, this method does not have any effect.

See Also

Reference

SecuritySegregationOfDuties Class