Jump to content

Steve Giller

Hornbill Staff
  • Posts

    6,496
  • Joined

  • Last visited

  • Days Won

    268

Everything posted by Steve Giller

  1. The date range selector has been available for some time now.
  2. This would be done by the Auto Responder, and applied to the Request as an update. The Workflow would then come off hold and you could react to the content of the update.
  3. MSSQL is not my forte, but I'd start by simply removing the semicolon terminator from your statement. Each Asset class adds its own "AND" clause to ensure only the right types are returned, so assuming the SQL is parsing the semicolon as the end of the statement, and then there's an additional "AND" clause that fits the error you're seeing.
  4. If you're using the Auto Responder to update Requests from email, you can put the Request on hold, configure the Service to select an "Open" substatus on update, and use a Suspend -> Wait for Off Hold node to respond to the incoming email. This does not prevent another action taking the Request off hold and triggering the Workflow to move on, however.
  5. @Estie This has been fixed and will be in the next Core UI release. I can see this working on my test Instance so when that build completes the testing cycle successfully and is released to Live you will see the changes.
  6. They would need a collaboration license, yes. If they're not accessing any applications that would be all that was required.
  7. If this is for External Authorisations it is not possible to edit the Template. You would need to use full Authorisations for that.
  8. Have you tried inserting that into the Details of the Authorisation Task?
  9. Have you tried using the "__clear__" value to empty the field?
  10. The "customer" account is a System account that manages the Customer Portal - this is not an account that can be directly interacted with and will always have an open session while there is any activity on the Customer Portal - even if this is just that someone has accessed the login screen, for example.
  11. I'd suggest: Get the data for "customerGet" Post that to the Timeline Get the date for "analystGet" Post both results to the Timeline That will at least confirm what you're getting from the "customerGet" and whether it's overwritten by the "analystGet"
  12. Oh, right, I get you, so: What does that mean?
  13. The variable displayed in your screenshot is from a node with e Result Reference of getRequestInformation, which is the default value for a Get Request Information -> Request Details node. I don't know where it's getting the data from, but it's not coming from either of your Get User Details nodes.
  14. Development are looking at this and we hope to have an update soon. In the meantime the button itself simply replicates the action of the browser's own back button, so the workaround is to use that.
  15. That would be "d/m/Y" I believe. https://www.php.net/manual/en/datetime.format.php
  16. Without looking this is guesswork, but I would imagine the Workflow that the Request uses has an Assign node using the Round Robin option. I would suggest having a decision before this node (don't forget to ensure the information is up to date with a Get Request Details node where necessary) and if the Request has an Owner, bypass the Assignment node.
  17. Just click on the currently Active version in the Publishing flyout:
  18. Is the scheduled task running in the context of your Windows account?
  19. Hi @Osman I can see that when going from the Request Details pane, I have raised this internally.
  20. I'm not sure what you mean by a "back button"?
  21. Would a better question be "Can we add a Change Calendar that fulfils [certain functions] that are not available or practical for a Working Time Calendar?" If so, you'd need to spec out the requirements so Gerry and his Team can assess them.
  22. Just use "Requests" as a search, it's a schema designer and the schema has names for certain tables.
  23. 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.
  24. You might need to raise a Support Request for this one, I can think of a couple of scenarios that might explain it, but we wouldn't be able to investigate these on the forums.
×
×
  • Create New...