Jump to content

Steve Giller

Hornbill Staff
  • Posts

    6,467
  • Joined

  • Last visited

  • Days Won

    267

Everything posted by Steve Giller

  1. Most image formats will be fine, the clarification was because PDF is a document, not an image, so that can't display on a Capture form.
  2. Can you just clarify, please? Are you wanting to display a picture, or a PDF file? These are two very different things.
  3. No, but I've moved it to the Integrations forum where the correct people might see it.
  4. There is no Auto-reply. The best way to create one would be to have a simple "Raise Request" action that creates a Request, emails the Customer with your required message, and closes itself, all without any Users interacting with it, or even being aware it exists. This can then be reported on, and you have an exact count (if required) of the number of customers who do this, who they are, whether there are repeat offenders (individual or by department) or if there are patterns (e.g. they happen out of hours or at busy times, etc.) and you can take any actions that are deemed suitable.
  5. Here is the link to Documentation on Workflows in Service Manager. You may need to review a couple of other topics depending on your existing familiarity with Hornbill. The Workflow's Hornbill Automation node can be configured to assign a Request, either to a Team (as it appears to now) or a User. If assigning to a User this can be a named User, or on a "Round Robin" basis with criteria that you define. "BPM" is an older term, it is synonymous with "Workflow"
  6. Is this what you're looking for?
  7. This is already in the product. It's not clear what you're asking above - how would you envisage an image be indexed and searched, for example? An msg file is a Microsoft format specific to Outlook, designed to be saved from and opened in Outlook, with embedded and attached images encoded in the file, and even the text is not simply a line of characters. I'm not suggesting it's impossible, as that's not my area, but in the simple 2-line email I looked at, the text part of the .msg was split into 10 lines, and the entire file was 184 lines - most of which was similar to cG9ydCB0ZWFtIG9uIDIwMjQtMDItMjcgMTI6MTc6MjRaPC9zcGFuPjwvc3Bhbj48L3A+DQoNCjxw PjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTFwdDsiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTpj YWxpYnJpLHZlcmRhbmEsZ2VuZXZhLHNhbnMtc2VyaWY7Ij5SYWlzZWQgYnkgQm9iIEJsYWNrbWVy
  8. I'd suggest writing a report that links the relevant Project Manager, Service Manager, and Timesheet Manager tables to produce a grand total of the times.
  9. How are you scheduling the change? Looking at the surrounding square brackets it's possible that some formatting has been attempted but is not recognised/correct.
  10. The download includes a whole suite of example configuration files, conf_example_csv.json will have the setup you require.
  11. I'm not sure I fully understand what you've said above - particularly Can you explain what you mean here - I'm not aware of the ability to log into a specific Domain - you can view a specific Domain. Secondly, the Documentation states that and the Request List View is for Users who support the Services, which is a very different scenario.
  12. Hi @Jim This setting doesn't really apply to the UI elements, it's aimed (as the api.xmlmc. prefix suggests) at more behind the scenes uses - e.g. whether to show archived Users when displaying activity stream followers, post likes, workspace members, participants in conversations - those kind of areas.
  13. Actually, I think it's only the source email (as in when raised from an email) that you can interrogate, I'll need to check.
  14. You would need to join it to h_sys_accounts to access the rest of the User data.
  15. There is no requirement for human interaction at this point, the Workflow can handle the progression. This can be done by collecting the last update via the Workflow, comparing that to the required conditions and placing the Request back on hold then returning to the Wait for Off Hold node until the next time.
  16. If it's from a wizard it's probably correct, but I'll check internally in case Microsoft have changed anything.
  17. Not something I'm familiar with, but is your Attendees parameter correct? On the Microsoft documentation it looks like it's in this format: [{emailAddress: {address: 'adelev@contoso.com',name: 'Adele Vance'},type: 'required'}] which looks different to your node.
  18. If the emails have consistent content in the fromAddress, Subject, or Body, you can catch that with an Inbound Routing Rule. Hornbill is also not an answering service, so if you want to respond to the sender you will need to automatically raise a "silent" request, with a Workflow that emails the sender with the required response and then closes itself. The benefit of a Request is that you can (by using Categories or specific Summaries etc.) report on this and know how many of these you are automatically fielding - and even find repeat offenders if required!
  19. @Damien Lynn In extremely generic terms, "Something is broken" will be an Incident, and "I need something" will be a Service Request, so if you can have a generic one for each and word them suitably for your end users, you should all but rule out the need to swap from SR to IN or vice versa.
  20. I believe that ui.app.com.hornbill.servicemanager.operation.popup.values is the setting you need here. Please be aware that this is a global setting and applies to all manual updates.
  21. How do you decide whether an email is required?
  22. As far as I'm aware "Security Error: 1" indicates that the system is unable to verify the session. Unfortunately this is always a generic message to avoid exposing security information. This could be as simple as a very brief connection drop preventing your session being authenticated for that transaction, so I think the best course of action would be to trap that error and re-present the data when the call returns a failure with this error (ensuring that this does not create a loop, of course.)
  23. The date range selector has been available for some time now.
  24. 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.
×
×
  • Create New...