Jump to content

Jim

Hornbill Users
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Jim

  1. This made sense in my head, the layout doesn't help but essentially store the email address in the custom fields, use that custom field to search for the user and retrieve the hornbill user id, update the customer, all as part of the hornbill workflow
  2. Okay I see the issue, does the email address look right? and is that available in Supportworks? My not so clean but may work solution would be as follows - don't import customers but store the email in a custom field, in the process do the following -> Get Request details - > get user by email in the screenshot --> update customer with the retrieved user id
  3. Well that explains our lack of F's in our query, I'm guessing the next part is aimed at @billster, From what I can gather its to help resolve h_fk_user_id to a [cust_id] as he has no matching data between the same users on the 2 systems, I think this ought to match the userID to the userid within hornbill though so rather than stripping the domain name, it actually needs to concatenated to the user id they have in support works ??
  4. There should be depending on the request types, that many catalog id's set up in your instance , so 1 for service request, 1 for Incidents, 1 for change and so on so forth
  5. I'm not sure if this is relevant, but ours doesn't include the F's, "SQLStatement":"SELECT opencall.callref, logdatex, closedatex, cust_id, cust_name, itsm_title, owner, suppgroup, status, updatedb.updatetxt, priority, itsm_impact_level, itsm_urgency_level, withinfix, withinresp, bpm_workflow_id, probcode, fixcode, site FROM opencall, updatedb WHERE updatedb.callref = opencall.callref AND updatedb.udindex = 0 AND callclass = 'Incident' AND status < 15 AND status != 6 AND opencall.callref IN (0789852,0779402,0788229,0793492)",
  6. we mapped to the catalog ID also which is what it looks like you are missing the workflow is connected the catalog item
  7. Providing the config is set up correctly, does the import account have access to the service and support it?
  8. If you need any help let me know I've done a fair bit with the new powershell api module I didn't get much hands on the support works config but I believe we stripped a lot of it for testing and used 5 incidents in this section 'SQL Statement' We used the references in an 'IN()' operator hopefully this helps
  9. Ahh I see your problem, no matching data to tie them together anymore, Have you considered doing this in the user import script? not sure if this allows anything that way What I would end up doing in your circumstance is using PowerShell to do this via the API's linked below GitHub - hornbill/powershellHornbillAPIModule: Powershell module for making XMLMC calls against the Hornbill platform / admin / userProfileSet (hornbill.com)
  10. Which import are you using, is this for requests? Slightly unrelated answer but in some scripts this applies: UPN does not have to be the matching criteria in the json config it can be any of the below
  11. Hi David, it's pretty simple to implement there are nodes under request timers for start response time - usually as soon as a request is logged, and then a node for stop response time (Usually when a request has been responded to manually) It is up to you though where you want that time to be marked, I think the correct way is to mark when a customer has been responded to, but we class the service desk assigning it to another team as a 'Response' also so we have it after the assignment node
  12. api.xmlmc.queryExec.maxResultsAllowed
  13. Can't you just make the manager group a team that supports the service?
  14. I have turned this on in the hopes our analysts are still able to view archived users when using filters, searches or even the dynamic drop down user pickers, Unfortunately this doesn't seem to affect any of that?
  15. @TrevorHarris Thank you for feeding back, that's a shame as I have boards that are process driven and I don't want viewers to be able to move them, however sorting them themselves or new cards added following the same sort by would be much better, as an admin this is more overheads that are unnecessary
  16. Could you attach the report definition and I will have a look for you
  17. With your's being FAQ's you would have to rework the query to look at the right table but as I say, it's very inefficient, What is your actual use case? maybe there is a simpler way with your problem?
  18. testing-footprints---final---validate.report (3).txtI managed to remove duplicates by using a sub query - this is very inefficient though and so far I have only been able to use it on a day by day basis per user unfortunately so not all I hoped it to be
  19. How do I give users access to Sort Lanes, I try to do this for them but it seems to be a temporary sort, and they can't see it themselves
  20. I currently have to go and dig out the email that was sent and mark as rejected for it to loop on ours, a more defined option would be preferred such as cancel pending authorisation etc, I would be curious to see what an auto task setting it to suspend in the past would do, but it may still be focused on the authorisation action
  21. I keep getting the following information notice appear All mandatory date filtering fields have to be provided in order for the date filtering to take effect. When I select 'All Data' - No matter how many times I Save it will not set to all data, if I select no period filtering it does not seem to show everything, particularly service requests. The aim of this chart is to see a breakdown of work between a team and within a series it breaks down by request type
  22. Same here - not functional but now visible
  23. Upon further testing, it seems its just me it doesn't log them for, as an Admin maybe?
  24. Hi @James Ainsworth Bookmarks do not log visits to service requests and change requests {PM00180663} This was fixed today; unfortunately it is not actually fixed as it does not log to the h_sys_pagevisit_log table, If i click the new insights button on resolved requests it does log, but not from opening up the request itself
×
×
  • Create New...