Jump to content

Jim

Hornbill Users
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Jim

  1. Any chance of this being reviewed? I have dashboards with no owner so unable to 'Share' them back with me
  2. Brilliant! Slowly chipping away not far from the full import then?
  3. So they look correct which would point more towards an issue with the 'cached information', maybe run it, overwrite their respective custom values to the new information, and then the next one do the same so its sequential and print the custom fields after a new get req info node
  4. The application context is different in those 2 nodes btw, one is core and one is service manager, @Steve Giller that was my screenshot as an example of copying the out parameters not anything that is in use. When you are writing the values to the description, where you have shown them in the screenshot the one you have redacted what are the parameter references in there?
  5. Thanks for the patch, I may have caused myself more issues now, I can't access my dashboards as an admin I thought they wouldn't need to be shared with me, is there a role I am missing? I also have some dashboards with no owner, so these are completely locked away from me now?
  6. hmm, Is everything before this correct? so custom C contains the correct information and Custom B? are we also getting request information after these values are set and not before? I am guessing that these are being set by the import, when updating the description could you show the variables that are there? failing this I'm not too sure why its not working
  7. you may find it easier to copy the output parameter from the node itself rather than the pickers, for example copy these except for your function: What you have done is absolutely right as it differentiates the output parameter for the same function, However when using the variable picker you will see the 'display values' whereas the below you would see the specific nodes output field changes based on your 'resultReference'
  8. Dynamic drop down list would allow them to search? I don't think you're going to get much better than that. I would advise grouping the permissions via a 'prefix' which would make it easier for them to search/filter the list.
  9. Hi, I have an irritation that I would like to resolve, I have told our service desk to refuse logging requests from emails as this is not self service and bypasses the use of portal and to instead advise to log into Hornbill to log a request, (we do have measures in place if their are access issues) However, this is not being followed by everyone, Can I remove user rights to log requests from email or somehow block this from happening? I am not after an all or nothing option but only for service desk staff
  10. (select h_pk_updateid as test from h_itsm_requesthistupdates WHERE h_itsm_requests.h_pk_reference = h_itsm_requesthistupdates.h_fk_reference Order by h_pk_updateid desc Limit 1)
  11. Did anything come of this as this would be really useful?
  12. Ahhh formatting issue! although at first glance it seems right, it is not you need the following you can use this for formatting patterns, PHP: date - Manual
  13. That looks okay to me, maybe move the sql get timestamp to a date time field then do the formatting, it might be reading as a string opposed to datetime
  14. What do you have in the utilities date formatter node?
  15. ORRRR now this is funny, do this actually as this defo works
  16. No that doesn't work I've just tested in an auto task , however, can you do it in the sql statement?
  17. ah Brilliant, its all progress! have you looked at the utitilites, get timestamp option? I know it outputs unix not so sure on the input
  18. I believe the relevant role is 'Dashboard Viewer' to give to analysts and then share the dashboards with them, their a defect with the permissions as I can change the 'ID' in the url and get access to dashboards on my test account which I should not have access to, Can this please be looked into asap
  19. ahh I see, yes you will want images in the actual image library here for this purpose https://live.hornbill.com/{instancename}/admin/platform/customize/image-library/
  20. I think date closed is a system set field, for the sake of historic data you could use custom fields though, I'm surprised at importing closed requests at all in all honesty. But you will have to bend the system a little to achieve what you need, I'm not too sure if Hornbill offer an option in the import that accommodates this scenario
  21. Yes, [[File:{URLtoImage}]] When you go to image library if you see hover the image a 'clipboard' icon appears, click it to get the url
  22. you would need to do it here
  23. Any info surrounding this?
×
×
  • Create New...