CA Service Management

  • 1.  Automatic notification Change orders

    Posted Sep 13, 2016 11:43 AM

    Change Order tickets send out an automatic email to the name of the person in the 'affected end user' field when the 'Scheduled End Date' has passed in a CHANGE TICKET and the ticket is not moved into "Change Success" or "Change Failed" status?



  • 2.  Re: Automatic notification Change orders

    Posted Sep 13, 2016 12:12 PM

    I think that you could achieve this by defining an event that repeats (say, every 10 minutes). This should be an Auto Event so it would get attached to every Change Order. The event would use a condition that you define to test the Scheduled End Date and Status. The Event actions would include a Multi-Notification macro to the Affected End User.

     

    The problem with this solution is that the Event would continue repeating and that as long as the condition is met then the user would get another notification.

     

    A more sophisticated and effective way to handle this would be to develop a Process Automation Manager (PAM) process.