Skip Navigation LinksALVAO 11.1ALVAO Service DeskSystem implementation in the organizationServicesService treeNotifications Skip Navigation Links.


Notifications

Notifications are messages about a specific event (e.g. resolution, deadline change, etc.) related to a specific request that ALVAO Service Desk automatically sends to recipients.

Other Notifications

The signs are divided into two basic groups:

  • Notification to solver - the system automatically sends a message to the solver about the following events. If the request does not have a solver but is assigned to a solver group, then the message is sent to all members of that group. If the request has neither a solver nor a solver group, then the message is sent to all the main solvers of the service.
  • Request created
  • New message received - when a message is received for the request.
    Note:
    If a request is in the approval process, the approvers of the request also receive notification when a new message is received.
    Note:
    No notification is sent to the recipients of the original message.
    Note:
    If the message is an undeliverable email sent from the Service Desk or the sender's email is in the MailerDaemons list, the notification is not sent.
  • Request Assigned - notification to the solver to whom the request was assigned and the previous solver of the request (if any).
    Note:
    If the request is being assigned by its current solver, no notification is sent to that solver when the request is assigned to another solver.
    Note:
    In case the solver has taken over the request for solving, the notification of the transfer of the request is not sent.
  • Request reopened - when the request is reopened (for resolution after it has been closed).
  • Request moved to this service
    Note:
    In case the service change also changes the solver or the solver group, the notification will be sent to the new solver or the members of the solver group (or to the main solvers, if the solver has been removed from the request, for example due to insufficient rights).
    Note:
    If an existing solver moves a request and the move does not remove the request, no notification is sent to the solver when the request is moved to another service.
  • Request returned to Main solvers - Notification to all Main solvers of the service.
  • Notification to applicant - the system automatically sends a message to the applicant about the following events.
    • Request created
    • Request deadline changed - when the deadline for resolving the request is changed.
    • Request resolved - notification with a message from the user who resolved the request.
    • Request reopened - when the request is reopened (to be resolved after it was closed).
  • Notification levels

    Notifications can be set at several levels. If notification is enabled or disabled on multiple levels simultaneously, the setting that is highest in the following table is used. If no notification is set at the top level, the setting from the lower level is used:

    User settings for a specific service

    Each user can change it in:

    User settings common to all services Each user can change it by selecting <All services> in:
    Service specific settings This setting is done by the Alvao administrator in ALVAO WebApp - Administration - Service Desk - Services - Edit (properties) - Notification.
    Common settings for all services This setting is done by the Alvao administrator in ALVAO WebApp - Administration - Service Desk - Settings - Notifications.
    Notification to solver Default settings
    Request submitted Send
    Request created Send
    Request moved to this service Do not send
    Request opened Send
    New message received Send
    Request returned to main solvers Send
    Notification to applicant Default settings
    Request created Send
    Request deadline changed Send
    Request resolved Send
    Request opened Send

    Custom Notifications

    You can replace the default notification texts with your own notifications. Custom notifications are set for each service in ALVAO WebApp - Administration - Service Desk - Services - Edit (properties) - section Notifications.

    Tip:
    You can also define custom notifications in multiple languages.
    Tip:
    You can also set up custom notifications in bulk for multiple services at once as follows: v ALVAO WebApp - Manage in the service tree, select Show as table from the menu, select the services for which you want to set custom notifications from the list, and select Edit (properties) from the local menu. In the Notifications section, set up custom notifications.

    Notification for members of the research team

    You can add your own additional text to the subject line of the notifications addressed to members of the research team. The text is added after the original subject line with a hyphen. This modification is global for all services.

    To add text to the subject, use this SQL script:
    UPDATE tProperty SET sPropertyValue = 'enter the additional text string here' WHERE sProperty = 'ServiceDesk.OperatorsNotificationsSubject'

    The following variables can be used in a text string:

    Variable Description
    [$TicketID$] Request number.
    [$TicketDeadline$] Request resolution deadline
    [$TicketSLA$] Request SLA name
    [$TicketService$] Service Name
    [$TicketServicePhone$] Service Phone Number
    [$TicketUserCompany$] Requester's organization
    [$TicketUserOffice$] Requester's Requester Office

    To restore the default object, use this SQL script:
    UPDATE tProperty SET sPropertyValue = NULL WHERE sProperty = 'ServiceDesk.OperatorsNotificationsSubject'

     

    Did not find what you were looking for? Ask our technical support team.