Jump to content

HHH

Hornbill Users
  • Posts

    812
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by HHH

  1. @ArmandoDM That unfortunately didn't help. When I look in h_itsm_servicesubscriptions the connection is there but if I go to the service and look at subscribers the organisation is not listed. I'll log this with support.
  2. When running the query: SELECT h_firstname, h_lastname, h_email_1, h_organization_name, h_servicename FROM h_sys_contact join h_sys_org_contacts on h_sys_contact.h_pk_id = h_sys_org_contacts.h_contact_id join h_sys_organizations on h_sys_org_contacts.h_organization_id = h_sys_organizations.h_organization_id join h_itsm_servicesubscriptions on h_sys_organizations.h_organization_id = h_itsm_servicesubscriptions.h_fk_subscriberid join h_itsm_services on h_itsm_servicesubscriptions.h_fk_serviceid = h_itsm_services.h_pk_serviceid where h_itsm_servicesubscriptions.h_fk_serviceid = 113 order by h_organization_name I get organisations that are no longer subscribed to the specific service. Is there a join table that excludes these somewhere or is something else the matter?
  3. Hello I'm trying to achieve the following. If a major incident is raised on a service I want to add all subscribers to that service as impacted connections to the request. Is this possible somehow?
  4. Would that be even if the ticket creator is a "User" as opposed to an external contact/customer?
  5. @James Ainsworth Please add us as well. We are seeing lots of overhead information when having used some of our custom forms.
  6. It's in service manager translations: guest.com.hornbill.servicemanager.portals.portal.home.requestView.details.resolve.working and guest.com.hornbill.servicemanager.portals.portal.home.requestView.details.resolve.broken
  7. Hi I'm trying to set up a progressive capture that our sales department can use in the service portal to create tickets on behalf of an external customer. The scenario being if an account manager overhears the customer complaining about something, rather than telling them to go to our customer portal and create a ticket, they go to the service portal right after the visit to the customer and open a request on thir behalf. The sales people would be basic users. Attached is my test PCM. When I open a ticket from the service portal I expect the Contact Search form to open but it goes straight to request details. Basic user has the roles: Basic User Role, Hornbill Authorised Guest, Anonymous Guest and Self Service User. What am I missing, or have I totally misunderstood the function of the Contact Search form?
  8. @James Ainsworth That's an interesting idea, thanks. I'll look into it.
  9. Thanks for the input @Ehsan but unfortunately our service requests are of the type "Upgrade server A on the 29th of November" so a timer won't help unless I can somehow trigger the clock to start on a set date/time
  10. I am having problems with finding a solution to the following scenario. A service request is created to do something A date is agreed upon, the value of this date is currently stored in a custom field in the service which is then filled in the ticket. What I would like to do is create an SLA towards this agreed date so that if the service is not fulfilled on that date (or in some cases before it) the SLA is breached. Is this possible?
  11. +1 for allowing connections to see a request
  12. Search for users uses partial match during lookup so if you type duc you will find Donald Duck. This is not the case with organisations which makes you need to know the proper name before hand since you don't get suggestions unless you type the name from the begining. This is applicable when adding service subscribers and adding contact to organisation - from contact view. So if you want to subscribe the "International Council for Preservation of Rugby Union Rules" you need to type "int" and it will be found. If you just vaguely remember rugby you cannot find anything by typing "rug"
  13. +1 for bullet number 1 in initial ticket. We have had a lot of negative feedback from analysts regarding this.
  14. I am currently experiencing problems with locking the action bar. In the BPM I use the Access control -> Lock/Unlock actions node to force analysts to assign and prioritize a ticket before being able to work with or resolve it. I set locks to yes as indicated in the image. Action icons are then greyed but still usable as in the other image. Is there a way to hard-lock or even remove the icons until they are unlocked? Also action items greyed does not seem totally concistent with the lock controls node settings.
  15. @Steven Boardman I'm on build 1335, shall I put this to the support portal?
  16. @Steven Boardman Hi Steven, that did not work at all. Status is still open and no sub status is set.
  17. That's a workaround we can use until the status node works fully.
  18. Hi When creating a new BPM I use the Automated ATsk node to set status and sub status for a certain type of ticket. However the node does not allow me to set status to "on hold" When I set the sub status (which is an on hold) substatus and leave the status field to Auto, the BPM crashes.
  19. Hi @James Ainsworth A follow up question. Once shared, is there a way to automatically , through BPM link them to a request? Assuming all of a customer's assets should be visible in the request.
  20. @Steven Boardman Thanks for fast response. When I looked in the database I find several h_pk_serviceid for each service in h_itsm_service. It appears each is connected to a translation. But when I go to my service portfolio, the URL is https://live.hornbill.com/{instance}/servicemanager/service/view/X where X is a number. Would this be the number to use for lookups in the Business Process?
  21. I found it in get request details rather than get service details. Follow up question. In the database each service has different ID's depending on translations etc. How will this affect BPM lookups? do I need to handle all ID's or do I use the h_linked_service_id as a catch-all?
  22. Hi I have a BPM using the service name variable in a branch but a recent rebranding of a product which had us change the name of the service crashed the BPM until flow was fixed. It was then decided we use serviceID in BPM's instead, just in case it happens again. However I cannot find this parameter in the in the Flowcode when getting info from the node "Get Request Information -> Service details" which I find odd. Any ideas?
  23. Hi Can anyone point me in the direction of handling which columns are displayed in the customer portal. I would like to remove sub-status from being displayed.
  24. @Ehsan Do you know if this will include ordering of CI's so not all Incidents or SR are grouped together but you can have the most common ones on top?
×
×
  • Create New...