Jump to content

billster

Hornbill Users
  • Posts

    122
  • Joined

  • Last visited

Posts posted by billster

  1. never mind, I was able to achieve what I wanted by creating an inbound rule request with expression ... subject LIKE 'Automatic reply%' and had the match to move to mailbox deleted items folder.

    I put this rule at the top of the list.

    lol i keep forgetting things like this exist in HB.

  2. 58 minutes ago, Jim said:

    H_fixtime I believe there's another for seconds next to it can't think off the top of my head but it's fairly obviously named once you find fixtime 

    cheers mate !

  3. Hi,

    Has any one come across this issue when importing SupportWorks requests to Hornbill?

    2024/02/26 11:22:30 [DEBUG] Retrieving File [hehe.pdf] from: D:/Program Files (x86)/Hornbill/Supportworks Server/data/cfa_store/1024/f10247089.001
    
    2024/02/26 11:22:30 [ERROR] File does not exist at location

    If I browse to the location, I can see the file in question.

    image.png.92cf1a9620870d4f05f6aa1cf6e3dfef.png

     

    Thanks

  4. 10 minutes ago, Jim said:

    Hi, 

    We have a touchscreen desktop next to ICT which we direct users to log requests on rather than walking up to analysts, we have to manually log into it to allow user access. Is there anyway we can allow a catalog item to be public facing so we don't have to keep signing into it, Or does anyone know how to auto login using kiosk mode at all?

    Hi Jim,

    you could use Last Pass for auto login on the website. You could set the web browser's start up page to the catalog item link, like https://live.hornbill.com/instance/catalog/new-service-request/com.hornbill.servicemanager/15/59/ and when Last Pass signs in automatically, it will redirect you to the catalog item page.

     

    I'm unsure if there is a way to have a public facing catalog item, but you could set up email messages to create automatic requests.

     

    Thanks

  5. 7 minutes ago, Jim said:

    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 

    yipeee..looks to be working now...i put it inside of parallel processing nodes.

    image.thumb.png.eb26d233c8600aa79f9a6afeae30dbb2.png

    • Haha 1
  6. 3 minutes ago, Steve Giller said:

    Oh, right, I get you, so:

    What does that mean?

    Like, if I update the incident description, and put the call references from analystGet (Get User Details Automation node) it displays data from customerGet (Get User Details Automation Node).

     

    so, if I paste this &[global["flowcoderefs"]["analystGet"]["name"]] into the description of the incident. It gives me the name from &[global["flowcoderefs"]["customerGet"]["name"]]

     

    e.g. like &[global["flowcoderefs"]["customerGet"]["name"]] = Markus

    And &[global["flowcoderefs"]["analystGet"]["name"]] = Billy

     

    But when I paste &[global["flowcoderefs"]["analystGet"]["name"]] it shows as Markus

  7. 1 minute ago, Jim said:

    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.

     

    tbh I noticed that and changed it but it didnt make any difference. 

    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?

    They are shown on the actual incident page

  8. 2 minutes ago, Steve Giller said:

    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.

    hi Steve, I am using Get Request Information to load the data from the custom fields.

     

  9. 2 minutes ago, Jim said:

    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 

    Yes, everything is correct. these are mapped through the import config file.

    image.png.86ceaad362080fcb6e955536940d8260.png

    if I return h_custom_c on its own, it returns the right thing. For some reason, just the Owner thing is not working.

     

  10. 3 minutes ago, Jim said:

    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'

     image.png.d8f02b76ffa41f9af118f3e2a58cee31.png

    Hiya Jim - yes tried this but still the same results... :( 

  11.  

    @Steve Giller

    @Jim

    hmm just noticed something weird.....

    I have two "get user" Hornbill Automations

    Each with either own unique names.... analystGet and customerGet.

    Analyst get is used to get the user information from H Custom C which is the Analyst's employee ID. And Customer get is used in the same way by H Custom B instead.

    But... when I call results from the analystGet Hornbill Automation, it returns customerGet instead??? 

    is this a bug? or can you only have one of these automations per flow??? 

     

    image.png.9827cf2d14333bbcd9092c66f1c2e5a8.pngimage.png.241aefc1b09b52c0405d73571ee63885.png

     

    image.png.53d9d09feb303bca85e19318a41df62e.png

     

     

  12. Hello,

    I am running a report and I want to do a LIMIT BY 1 to get the latest record in the table as it is pulling through every record there is (per Request ID). I want to have only the record which is circled in blue.

    image.thumb.png.a37ea58ebfa6a6322d605bc8cc7cc33d.png

     

    here is how I am getting the report...

    image.thumb.png.98438fa878b8222475787269520157b4.png

     

    image.thumb.png.b39677ee080d138665cbcaae1fe9a76b.png

    image.thumb.png.582017b84eb324c9834f7ca62ef33e30.png

    image.thumb.png.876e87495fc7792e2efc9f5d7f3cfe83.png

  13. 1 hour ago, Jim said:

    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

    image.png.fe70063238db756fd0a3b34076b1c146.png

    Yesss, I was reading the PHP manual last night before I signed out. shame there is no dd/mm/yyyy format, but I've gone with this instead which is easy to read.

    F j, Y, g:i a // March 10, 2001, 5:16 pm

     

     

     

     

  14. 12 minutes ago, Jim said:

    ORRRR now this is funny, do this actually as this defo works image.png.da1c1d8f4b5f56800801a9eafa7018b4.png

    Yess!! this changes it from timestamp to sql date time :) you are a genius... tbh I was halfway there, I put the unix timestamp in starting timestamp!!

     

    Grrr but for some reason I cannot format the date.....

    I want to change this --- 2024-02-01 10:04:31 which is set up like yyyy-MM-dd HH:mm:ss

    but if I try this format dd/MM/yyyy hh:mm it doesn't do anything LOL :( 

     

     

    • Haha 1
  15. On 06/02/2024 at 15:44, Jim said:

    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

    Hi Jim,

    yes-no way to change the date closed after the fact. however, in the reporting, I have unselected DATE CLOSED in favour of the custom mapped field imported from Support Works :) only thing I need to figure out is if I can use the Hornbill Utilities Cloud Automation to convert the date from EPOH/Unix but looks like it only converts already formatted dates like y-M-d h:i:s to d/m/y h:is

    Thanks

×
×
  • Create New...