MngrBatchDefSaved(BatchDefName As String) As Long

Description

This event is fired when a batch definition is saved.

Parameters

Parameter

Description

BatchDefName  

The name of the batch definition just saved.

Return values

Ignored, except for EV_ERROR, which shows an error message.

Suggested usage

Use this event to track when the current batch definition is saved, for example for audit trail purposes.

Remarks

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.

MngrBatchDefSavedAs

MngrBatchDefImported

Events in the Manager