Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a step-by-step guide explaining how to add a new / or adjust the existing static receiver e-mail address for any notification task.

...

All the notifications are located under the Setup > Notification Service.

...

  1. Open the details of the notification.

  2. Go to the Notification E-mail tab > sql SQL script.

  3. Find the line ending with #Email.

  4. Add additional a static e-mail address to this line. The e-mail should be listed through with a comma and surrounded by single quotes. Just like that 'email1, email2, email3' before the #Email sign.

    Image RemovedImage Added

Adding static receiver e-mail into a dynamic condition

Sometimes the sql SQL statement might look slightly different.

It may contain p0t.TELENO operator near the #Email that refers to the e-mail of all the crew member members satisfying the notification criteria. It is required since the e-mail should be dynamic and changed depending on the crew.

...

Code Block
p0t.TELENO + ',' +  'email1, email2, email3' before the #Email sign

...