Jump to content

Ryan

Hornbill Developer
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Ryan

  1. @will.good

    We have reverted your migration this morning, so you should be able to go in and edit those FAQs that were migrated yesterday, and we have patched the application, removing the ability to do so again (until the functionality is fully released). You should not have any issues, but let us know if you do.

    Sorry for any inconvenience.

    Thanks, Ryan

  2. Hi @samwoo,

    The primary record and translations are stored in the same table. h_id is the ID for the translation, and h_question_id is the ID of the question, each translation for the question will share the same question id. You may need to add "h_language='default'" to your criteria, so the report does not return duplicate records.

    The order of questions displayed is by the h_order field, then its ordered by h_last_updated.

    Thanks,

    Ryan

  3. As a temporary workaround, it is possible to update the mappings to use a blank string when the value is undefined.

    image.png
    if you update the mapping from

    Custom A Contents: &[global["flowcode"]["customFieldA"]]
    to
    Custom A Contents: &[global["flowcode"]["customFieldA"] || ""]
    


    Then when the value is undefined, it will use a blank string instead.

    image.png
    Becomes

    image.png

  4. Hi,

    James has already covered item 1. 

    2. List status and sub status
    guest.com.hornbill.servicemanager.portals.portal.home.requestView.status
    guest.com.hornbill.servicemanager.portals.portal.home.requestView.subStatus (missing)

    3. Post action - upload image, insert emoji
    user.core.uploadImage
    user.core.insertEmoji
    user.core.keyboard-shortcuts.previewwiki

    5. Yes/no for dialogs
    guest.component.dialog.DIALOGS_YES
    guest.component.dialog.DIALOGS_NO

    6. Service Status -
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.nostatus
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.available
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.impacted
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.unavailable
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.nostatusMsg
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.availableMsg
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.impactedMsg
    ui.app.com.hornbill.servicemanager.servicePortfolio.status.unavailableMsg

    There is an issue in the Customer Portal, where this value is not translated.
     transla.png

    but the strings are 

    guest.com.hornbill.servicemanager.portals.portal.service.status.available

    guest.com.hornbill.servicemanager.portals.portal.service.status.impacted

    guest.com.hornbill.servicemanager.portals.portal.service.status.unavailable

    The popup from this button is not translated, but will display the value saved in the Service Form.  


    I will need to talk to the developers about the translations for the disconnection popup (4), and the progressive capture mandatory prompt (7).

    Hope this helps,

    Ryan

  5. If the request had a summary, then it should have been displayed in the confirmation, but that is missing from your confirmation @Darren Rose

    summaryfromlog.png

    So this would explain why it has no summary on the card in the Board.

    In a build planned for later this month, the content of the card will display the current Summary of the request, rather than the value at the time the card was added.

    Ryan

    • Like 1
  6. Hi @Paul Alexander

    The data in the asset records is stored correctly. This is just a display issue with the product id value on the asset list. It is displaying the ID of the Software->Product, instead of displaying the Financial->Product ID field. This only affects assets of Software type.productid.png

    We will look into providing a fix, but just letting you know that any information entered is correct.

    Thanks
    Ryan

  7. Hi Darren,

    If the Board Manager App is installed, your Service Manager will have the option to enable the boards app action for the request types against a Service. 

    It sounds like you have already added the request types as options in the Board configuration.

    Then users who have access to the Boards Manager App, will have that actions against the request visible. 

    Hope this helps,

    Ryan

    service enabled.png

    • Like 1
  8. @SJEaton  When closing a request via the BPM, the system was incorrectly setting the rating to 0. This is where all the 0 values are coming from.

    If a user provides feedback, then it would have overwritten the 0 value. I think it is safe to assume that they are the same as "not set".

    Ryan

  9. Hi Sam,

    Had a look at the printing template, and there is an issue. 
    Custom Fields are included in the  Details section, using the default system level translation string for the field. 

    A question for this request has been mapped to a Custom Field, so it has been printed out, and the translation string for that custom field on your system has been used.

    The user is not seeing information related to another request. The print template needs to take into account the Service Level request configuration for fields to display and translation strings (your other screenshots) but is not.

    Details Link.JPG

    I will raise an issue for development to look at

    Ryan

  10. Hi,

    It looks like you are using "Value is not equal" with multiple values. I will raise this internally, but I think you should only be able to set 1 value when using this type of filter. What is happening, is it is using the first value, and creating a filter of Service Name != 'Estate Services' and ignoring the filtering of Security.

    If you change "Value is not equal" to "Value is not one of these" then it will create a filter Service Name is not in ('Estate Services, 'Security') which will exclude both of these Services.

    See if that helps,

    Ryan

×
×
  • Create New...