Endevor OVERRIDE SIGNOUT Email action customization
search cancel

Endevor OVERRIDE SIGNOUT Email action customization

book

Article ID: 37247

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

By default, an OVERRIDE SIGNOUT email will be sent for any action that causes a SIGNOUT-ID change.

Is there a way to change this behavior in order to limit or turn off this feature?

Environment

Release: 
Component: ENDBAS

Resolution

Email notification within CA Endevor SCM is enabled by creating the mainframe ID and email ID table, ESMTPTBL. Once the feature is activated, notifications are sent according to the defined specifications.  

An option SUPPRESS_OVERRIDE_EMAIL is available in the ENCOPTBL.  
This option allows you to choose selected actions to prevent Endevor from sending a notification email to a user when the action requires the signout of an element.

There are several options to send email.  The available choices are: 

Stop the Email notification for any Endevor action requiring the Signout of element, set the ENCOPTBL option to ON

    ENHOPT SUPPRESS_OVERRIDE_EMAIL=ON         DEFAULT VALUE IS OFF

Stop the Email notification for a list of particular Endevor actions requiring the Signout of element, set the ENCOPTBL option to ON and code as follows:

    ENHOPT SUPPRESS_OVERRIDE_EMAIL=(ON,(SIGNIN,ARCHIVE,DELETE))

In this sample the feature is turned on for SIGNIN, ARCHIVE and DELETE actions.  Endevor will not send an email upon user SIGNIN, ARCHIVE or DELETE when an element is already signed out to another user.
However, a notification email will be sent for other actions such as ADD, GENERATE, TRANSFER, RETRIEVE and UPDATE.

Additional Information

For further information please refer to the following information found in the CA Endevor Administration Guide:

Optional Features -  "Optional Feature Table ENCOPTBL

Email Notification - Notification