When canGoBatchJournal
returns true, a RunBaseBatch can be created in Ax via the System administartion > Inquiries > Batch > New > Task > New >[ClassName:MyRunBaseBatch]
.
I have a couple of features which have been created using the SysOperation framework however. This method doesn't inherit the canGoBatchJournal
method. Is there a way to make them visible in the above mentioned menu as well?
I took a dive into how to form control retrieves it's data. There is an SysOperationJournaledParametersAttribute attribute which you can use.