Jump to content

Drew Davies

Hornbill Users
  • Posts

    38
  • Joined

  • Last visited

Posts posted by Drew Davies

  1. Heya,

    I've been testing the SLA escalation events with the email notifications and have a couple of issues:

     

    1) Both the 'Summary' variable and the 'Subject' variable is all lower case when sent in the email

    2) The 'Status' variable in the email template includes the full status name exactly as in the database. This means it says 'status.open' rather than 'Open'

    3) Customer name variable comes across as blank

    image.png.9bde286cd291e8dc82d0d94a7b62f00f.png

    Are these things that can be fixed?

     

  2. Afternoon all,

    Just a quick question, I'm curious about the Round Robin functionality in terms of call assignment but am wondering how this can be managed when a member of the team is away on Annual Leave. Is there an Analyst calendar of sorts that annual leave can be entered on that will prevent that person being assigned calls?

    Thanks

     

  3. Morning,

    Apologies if this feature already exists (or if it's already been requested elsewhere) but would it be possible to save a Business Process 'Stage' as a template that you can then insert into other processes? I've found myself repeatedly creating the fairly standard 'Closure' stage with very little or no differences from other processes.

    Currently, I'm selecting every node in the process and copy/pasting which although functional just feels clumsy.

  4. Hi all,

     

    We have built up a number of business processes during our various stages of testing/implementation and I was wondering if there's an easy way to identify the ones that aren't currently linked to any of our Services? I'd like to do some spring cleaning and remove the old ones that are no longer in use but would prefer not to have to go into every individual section to see what's being used and what isn't.

     

  5. @Victor

     

    For example, in the event that one value is empty, use the other value in it's place:

    &[functions.pcf("newEmailDetails","emailAddress")]

    &[functions.pcf("newEmailDetails","alternativeEmailAddress")]

     

    If this were SQL, it would be COALESCE(&[functions.pcf("newEmailDetails","emailAddress")], &[functions.pcf("newEmailDetails","alternativeEmailAddress")]) --Is there any way to do this in Hornbill?

  6. Hi All,

     

    I've been hunting around the forums and the wiki and haven't been able to find anything detailing whether or not this is possible. Here's the scenario in a nutshell:

     

    - Customer logs on to Self Service portal and logs a ticket

    - During Progressive Capture, the customer adds an attachment (screenshot of an error for example)

    - Business process then auto-forwards the call details on to the relevant department if it's not us in IT

    - In the event of it being forwarded, the call is automatically closed

     

    The question is, is it possible to include the attachment(s) that they added during PC in the email?

  7. Hi all,

     

    A quick question regarding the ability to change the text colour in a Widget based on the aggregate value. I have just tried setting this and was surprised to see that the only thing that changes colour was the title of the individual counter list item and not the value itself.

    Is this intentional or is this a bug?

    image.thumb.png.1a8027a0d7e4bd2a2ef7e9a020f4330a.png

     

     

  8. Hi both thank you for the replies, the 'average' time that it's calculating is over 500 hours. If this was 500 of our business hours that equates to over 2 months and we've only been live ~6 weeks! Checking the last month opened vs resolve dates I'd say our average is closer to 10 hours or so.

     

    I think I might try to filter the measure by a specific user for now to look for a reason as to what's causing the discrepancy

  9. Hi all I'm hoping someone will be able to provide guidance on this one. I'm looking to create a Widget displaying the Average Resolution time of our Incidents. Using the demo data I copied the measure that the widget would be using as it's data source and believe it is working.

    The issue however is that the average time that it has calculated for November is drastically higher than expected. Due to this, I am guessing that the timer counts the seconds between 'h_datelogged' and 'h_fixtime' without taking our working hours or 'on hold' statuses into account? 

    Have I got the wrong impression with this or is there a way to make it take the above into consideration?

     

    Summary: I'd like to know the Average amount of time (using the SLA counter that is paused when out of office hours or on hold) an Incident was either 'New' or 'Open' before it was resolved.

     

    Here is the Measure I've got:

    image.thumb.png.47195d7782cbf249c4d96b651ac024e6.png

     

    Thanks in advance for any help!

     

    Drew

×
×
  • Create New...