Share via


BankImport_RU.canGoBatchJournal Method [AX 2012]

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

Syntax

protected boolean canGoBatchJournal()

Run On

Client

Return Value

Type: boolean
true if the class is shown in the list of Journal types; otherwise, false.

Remarks

A class where the same parameters can be used repeatedly can be used in a batch journal. The dialog box can be shown, and the parameters can be changed, but parameters of some classes might build on data that is valid for only a short time. It is not always possible to run a class two times by using the same parameters. If the canGoBatch method is false, this method does not have any effect.

See Also

Reference

BankImport_RU Class