Jump to content

Steve Giller

Hornbill Staff
  • Posts

    6,498
  • Joined

  • Last visited

  • Days Won

    268

Posts posted by Steve Giller

  1. 12 minutes ago, Jim said:

    I'm not sure if this is relevant, but ours doesn't include the F's

    callref has never included the F, nor any preceding zeros - it's an Integer field. Including them will not effectively match.
    I believe that some versions have an additional field, which I cannot remember the name of off the top of my head, that holds the full reference to make reporting a little simpler.

    I'm not sure where you got a requirement for matching h_employee_id from, I can't see it mentioned in the Documentation, and it does not exist in the h_itsm_requests table.

  2. If you're simply removing the "@blah.com" from the Hornbill value, can you not just add the "@blah.com" to the cust_id in the Importer query, was what I was thinking.

    If you're going to be manipulating data this is not something you can do in Hornbill, and even if you raised an Expert Services Request to ask Hornbill to do it this may not be accepted.
    It's far simpler to do this in Supportworks - you directly own and control that database, you could inject the email into an unused field, or even a new one to the schema within Supportworks, and then match against that for the Import.

  3. With approx 7,000 Requests a full dump will likely succeed, but there will come a point when you exceed the maximum number of rows and/or the time taken to pull the data exceeds the timeout, so date filters would be recommended here.

    An education session on building reports isn't really practical on the Forums, we would mainly be paraphrasing what is on the documentation site, but to get you started the majority of the information relating to a Request can be extracted from the Requests Entity, or using the h_itsm_requests table if using the schema designer option.

    If you have specific questions please feel free to ask here, but for a detailed education session you may wish to engage with Expert Services for training.

  4. It's not clear what you're trying to achieve here, but at first glance it looks like you just want to dump everything into PowerBI - which is likely to be more data than can be output in a single Report, and would probably time out before returning the results anyway.

  5. Are all but one values guaranteed to be empty?

    If so, a chain containing each variable will resolve to just the single variable that holds a value.

    i.e:

    &[functions.pcf("formName","questionOne")]&[functions.pcf("formName","questionTwo")]&[functions.pcf("formName","questionThree")]&[functions.pcf("formName","questionFour")]&[functions.pcf("formName","questionFive")]

    Would show:

    Answer Four

    If only questionFour had been answered.

    • Like 1
  6. Public is more open than Customer - so connections and, if the Customer Portal is set to allow viewing of all your Organisation's Requests, colleagues within a Contact's Organisation would have visibility of those updates.

    As far as I'm aware, if a Request has been updated from an email (with the exception of External Authorisations) this will be via a Routing Rule. At a high level Routing Rules and Auto Responder are synonymous; the Routing Rules define how the Auto Responder actions the incoming email.

    This will not, of course, apply to emails manually applied to the Timeline via the "Apply to Request" option in the Mail app.

     

    • Like 1
  7. 7 minutes ago, Andrew Parsons said:

    Surely this is a simple addition and would enhance many customer's experience.

    Unfortunately, this is a far from simple addition. I believe there is a story to investigate this, but I'm also sure that there are no plans action it in the near future.
    I'll check with development and if this information is out of date they will update here.

×
×
  • Create New...