Jump to content

Ralf Peters

Hornbill Users
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Ralf Peters

  1. Hi @Daniel Dekel ,

    just some feedback :

    when raising a ticket from an email , it moved the email into the delete folder once logged   , but  it does not clear the preview  of that email   ( using chrome ) and sometimes the folder counters do not reset . you have to reload the mailbox to  update it .

    Thanks

    Ralf Peters

  2. Hi @steven boardman ,

     

    Thanks for the example !

    I already implemented your advice and very much like the idea that it preserves the original answer in the question section and any change are reflected in he extended custom section .

    My User unfortunately wants to see original and current values on the report L.

     

    Happy to wait for the SQL implementation , as it is purely cosmetic  .

    Thanks  Ralf

     

     

     

  3. Hi,

    is there a decision node available that has more then 3 options,  something like a    "Case" node ? 

    i have  a  service with  7 catalogue items , the  only difference  is who gets the notification email,   so rather then use a number of nested  decision nodes , a "case"  node  would be handy  and i could use a single BPM

    Thanks

     

    Ralf

     

     

     

     

     

  4. Hi     @steven boardman ,

    "Type":"Content",
               "Parameter":"extra",
               "Content":"{\"checkLists\":[{\"value\":\"To Do\",\"children\":[{\"value\":\"Ash Room\",\"checked\":false,\"$$hashKey
     \":\"object:1006\"},{\"value\":\"Oak Room\",\"checked\":false,\"$$hashKey\":\"object:1014\"},{\"value\":\"Hawthorn Room\",\"checked
     \":false,\"$$hashKey\":\"object:1022\"}],\"$$hashKey\":\"object:993\"}],\"files\":[]}"

    in your example above   what is the significance of the object:xxxx , i wanted to use your example as a base but i need more check boxes .

    and does the crontab work as "normal"   so

      "CronSchedule":"0 * * * 2,4",  would run every Tuesday and Thursday

    Thanks

     

    Ralf

     

  5. hi @steven boardman,

    i have tried all of them   , email-only, both , hornbill only ---   and I have not received any  notifications .

     

    i noticed that comapred to the wiki , i do not have the

    guest.app.requests.notification.emailTemplate.analystCustomerPortalupdate

    and

    guest.app.requests.notification.emailTemplate.groupCustomerPortalupdate

    setting on my system ?

     

    Thanks

    Ralf

     

  6. @steven boardman,

    thanks again , is the column width fixed ,formatting on this widget is really bad :( ,

    seems to ignore any spaces in the heading , even if you put  it in quotes and it  removes any upper case other then the first one .

    why is it in your example that the "status" is padded out , but the Due_date isn't ?

    Thanks

    Ralf

     

  7. Hi @steven boardman ,

     

    tried the widget , but the allignment seems to be out , i cannot get the  header to line up with the data ??

    ds.JPG

    thats the sql i used  :

    SELECT h_request_id As Reference, h_itsm_requests.h_summary AS Summary, h_itsm_requests.h_fk_user_name AS Customer, h_itsm_requests.h_datelogged as Date_Logged,
    h_itsm_requests.h_ownername as Owner, h_itsm_requests.h_status as Status,q.h_answer as Due_Date, h_sm_requests_extended.h_custom_1 AS "New_Due_Date"

    from h_sm_requests_extended 
    inner Join h_itsm_requests on h_request_id=h_pk_reference and (h_status='status.open'  OR h_status='status.new' or h_status='status.onhold') and h_fk_team_name="Data Selection Team"
    inner Join h_itsm_questions as q on h_request_id=q.h_entity_ref and q.h_question_id="h_custom_a"

    Group by  h_sm_requests_extended.h_custom_1 asc

     

    any advise ?

     

    Thanks

     

    Ralf

     

     

     

  8. Hi @steven boardman ,

    one quick question , i used your info above to map a custom question to the h_custom_a   field   under the  details section   ( date type) ,  asking for a due date  in the progressive capture.

     

    i have added the field in the "view details form"  to the design  , changing the field label to "Due Date"

     

    that works fine , i can see the date in the question section as well as in the details sections and i can edit the details section field , so far so good ( allthough in IE it is still showing as Custom A , Chrome displays it as Due Date ?? )

    I now try to report on both fields  but find that the h_custom_a    field on the  h_itsm_requests table is empty .

    Where  is the value from the details section custom field   stored ??

    Thanks

     

    Ralf

     

     

     

×
×
  • Create New...