This event is fired when a batch definition is saved.
|
Parameter |
Description |
|
BatchDefName |
The name of the batch definition just saved. |
Ignored, except for EV_ERROR, which shows an error message.
Use this event to track when the current batch definition is saved, for example for audit trail purposes.
Only fired in the Manager module.
The COM BatchDef object is available in the COM ManagerApp object in this event, so that when a batch definition is saved, you can keep track of the name of the set definition that the batch definition is based on. Example: A batch definition is set up based on SetA. Someone changes the batch definition so that it is based on SetB. Now you can capture the set definition name at the MngrBatchDefSaved event.