Hi,
If a class (InventCostClosing) is executed in batch server and this class is in turn calling another RunBaseBatch class (InventCostClosingCancel_Init), will InventCostClosingCancel_Init also be executed as a batch process?
Code used in standard : inventCostClosingCancel_Init.runOperation();
This class is not added as a task using BatchHeader.save() to InventCostClosing Batch. So what is the difference between adding it as a task and calling RunOperation().
this.parmCurrentBatch().BatchJobId
in inventCostClosingCancel_Init class - Will this return batchjobid of InventCostClosing batch.
Thanks for your help.