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.
Determines whether a specified class is included in the list of journal types.
Syntax
public boolean canGoBatchJournal()
Run On
Called
Return Value
Type: boolean
true if the class is included 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 shown and the parameters can be changed, but parameters of some classes might build on data that is valid only for a short time. Running a class two times with the same parameters is not always possible. If the canGoBatch method returns false, this method will not have any effect.