ServiceDesk

 View Only
  • 1.  Getting current "Worker" for reassignment email

    Posted Mar 11, 2013 10:37 PM

    I'm trying to find out what variables would allow me to display the person who is actually reassigning the ticket, not just the name of the person/group who it has been reassigned to.

    In the SD.IncidentManagement workflow project -> Initial Diagnosis -> Initial Diagnosis component editor -> Event Configuration tab -> Start Process ellipsis (to show the model).  The Send Email component, I'm modifying the Html Content field of the email Body.

    I've found the "reason for reassignment" (var name: ReasonForEscalation)) but nothing related to the actual person doing the reassignment.

    Can anyone help?

     



  • 2.  RE: Getting current "Worker" for reassignment email

    Broadcom Employee
    Posted Mar 12, 2013 10:10 AM

    Well normally I would recommend using the information found in the EnsembleSecurityToken variable as that holds the information for the user logged into the PM portal. However since the e-mail is being generated during the Start event of Initial Diagnosis its possible this value won't be populated every time the event kicks off.