0

I've 50+ jobs in a control m folder. For specific jobs, I want to update on do action like when job ended not ok, it should send email.

I can find the specific job using "Find" option.

But how to mass update the On-Do action for email notification when job ended not ok.

Thanks in advance.

Guhan DM
  • 11
  • 1
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Sep 30 '21 at 17:55

1 Answers1

0

From the Find&Update option apply the following:

First filter the cases to be modified in bulk mode. It could be all the Jobs in the Folder.

Then apply the update criteria, in this case, a Notification is added:

  • Add Notification:
    • Set When assign Not Ok
    • Set Urgency assign Urgent
    • Set Message assign "The Job %%JOBNAME Failed ..."
    • Set Destination assign the@mail.com"
    • ...

For example:

enter image description here

racherb
  • 335
  • 1
  • 10