Jump to content

R3ECEM

Hornbill Users
  • Posts

    10
  • Joined

  • Last visited

Posts posted by R3ECEM

  1. On 2/26/2020 at 2:30 PM, Steve Giller said:

    @R3ECEM
    You'll want to check the Service Manager Settings section of the wiki article, and ensure that the Service, Priority etc. are correctly set.

    We recommend using the more recent raiseNewRequest and updateRequest operations in conjunction with Routing Rule Templates to take advantage of the improved functionality.

     

    Thanks for this. I have set the available settings suggested, service , priority etc. 

    I have moved over to use both the raiseNewRequest and UpdateRequest functions.

    If i want to update requests based on the subject line can I leave the reference as subject like below?

     

    image.thumb.png.cf19cf05b3a018d92093994465b3c451.png

     

    In my head this would look at the title of all tickets. See if any match the subject of the email then update that request or pass on to rule 2 which logs the new request.

    thanks

    Reece

  2. On 2/24/2020 at 5:07 PM, SamS said:

    Hi @R3ECEM,

    You can use SQL expressions for any rules - there is NO database behind the scenes though, so the use of SELECT is not going to do anything other than cause errors.

    You might be able to try:

    
    subject REGEXP ('^[0-9]{7}')

    which should returns either true or false depending on whether the first 7 characters of the subject are digits or not.

    Sadly this didn't work either. I sent an email with 7 digits at the start and this didn't automatically log the ticket.

     

    I've switched the email rule to be from just one particular email address now so all emails from @ helpdesk now and got it set to either log/update existing request based on email subject from that specific email address.

    However i'm seeing emails being moved to the success folder (the deleted items) however no tickets are being logged, and no tickets are being updated.

     

    thanks

     

    Reece

  3. 6 minutes ago, SamS said:

    @R3ECEM

    
    LEFT(subject, 7)

    will give the first 7 characters.

    Is there a way to then take that and apply is so it can only be numbers rather than characters. I had something similar to yours which was subject SUBSTRING (subject, 7)

  4. Hi,

    I've been tasked to automate some ticket logging in regards to our third party suppliers. The way I've been asked to do it is for when email comes into our hornbill mailbox beginning with 7 numbers at the start of subject title. Automatically log it in a specific naming convention that would be something along the lines of STORE - (all information in the subject header apart from the 7 numbers at the start) - (7 numbers at the start of the email subject).

    Where can I begin with this?

    thanks

    Reece

  5. Hi,

    So I must be doing something wrong here, i'm testing trying to build a "Quick Ticket" function below is my business process for this 

    1.PNG.66d445df686c04eb14d676843a1ea27b.PNG

    I want it to take the answers from the progressive capture below. Then resolve the request, then close it automatically.

     

    2.thumb.PNG.52a06bb73f9fcaf1a97504a04748c22c.PNG

    After this I assign it to a quick ticket service that I had created that only works for service requests. It is visible to only one team which is IT Test and one user which is myself. However when then going to raise requests from the service manager tool i'm getting completely different business processes and it isn't following the progressive capture i had made but a different one. 

    I would like the progressive capture to only effect myself and the IT Test team as I am learning this tool from scratch and need to be able to create things while not affecting the other people on my team who use the tool.

     

    thanks

     

    Reece

×
×
  • Create New...