Standard e-mail notifications can be used to keep all the Subscribers to a Service Ticket informed.
Notifications can be sent directly from the Service Manager module or at scheduled intervals using BOS Server.
This notification is sent out when the Status of a Service Ticket is changed and contains all the details linked to the Service Ticket. Users are able to preview and edit the Email addresses before sending. See SM Status Settings.
SM Notifications can also be sent from BOS Server. The Notifications will be sent according to Settings > Notifications which allows you to allocate Customer, Supplier and Staff Contacts to standard Notifications.
This notification is intended for internal use.
This notification includes the following bands:
Summary of yesterday's Service Tickets, grouped by User
Summary of yesterday's Service Tickets, grouped by Assign To
Detail of yesterday's Service Tickets
Summary of Active Service Tickets, grouped by Assign to
SQL for setting up the Email Notification in BOS Server
select
C.EMAIL_TO,
C.EMAIL_CC,
C.EMAIL_BCC,
C.SUBJECT,
C.BODY
from CSM_DAILY_SUMMARY C
This notification includes the following bands:
Detail of Active Service Tickets
SQL for setting up the Email Notification in BOS Server
select
C.EMAIL_TO,
C.EMAIL_CC,
C.EMAIL_BCC,
C.SUBJECT,
C.BODY
from CSM_DAILY_CUS_SUMMARY C
Note: You only need to set up one email notification in BOS Server to send all the Customer Summaries .