Jump to content

Recommended Posts

Posted

Hi,

Im looking to run reports on all the calls we have on Hold, seeing how long they have been on hold, and against what service, and other information.

But one thing im not able to pull out is the reason a ticket has been put on hold, does anyone know where this is store and how i can get it please.

 

image.png.227de4fd6c77025c27afa0fc376c72ab.png

Posted

Looking at the payload when placing on hold, it appears to just be a timeline update that the reason gets sent to so you would be looking at h_buz_activities for that, Which I believe Hornbill say is not optimised for reporting etc

But you could still use it for example and build on it further as you wish

SELECT * FROM h_buz_activities
where h_type = 'Hold'

 

  • Like 1
Posted
11 minutes ago, Llyr said:

But one thing im not able to pull out is the reason a ticket has been put on hold

If this is something you want to report on, then having specific sub-statuses would be the best way forward here.
As Jim mentions, the most likely outcome of attempting to use any of the h_buz* tables in report is that the report times out and returns no data.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...