Jump to content

HHH

Hornbill Users
  • Posts

    813
  • Joined

  • Last visited

  • Days Won

    23

Posts posted by HHH

  1. On 2/1/2019 at 10:37 PM, James Ainsworth said:

    I've had a look and I don't see an existing operation in the BPM for linking existing requests, only to create new linked requests.

    @James Ainsworth

    I cannot find where to create a new linked request, only update or resolve already linked ones. Can you point me in the right direction please?

  2. @AlexRutter

    If you have access to the Admin module and database direct, you can run the following query, just change THE-NAME-OF-THE-DRAFT-TEMPLATE-GOES-HERE to whatever your template is called:
    SELECT h_title FROM h_bpm_processes where h_application = 'com.hornbill.servicemanager' and h_active = 1 and h_xml like '%<parameter><param>emailTemplate</param><action>set</action><value>THE-NAME-OF-THE-DRAFT-TEMPLATE-GOES-HERE</value></parameter>%'

    Or, if all draft templates are named something with "draft" you can use the below although this makes it a lot slower

    SELECT h_title FROM h_bpm_processes where h_application = 'com.hornbill.servicemanager' and h_active = 1 and h_xml like '%<parameter><param>emailTemplate</param><action>set</action><value>%draft%</value></parameter>%'

     

    This will provide you a list of BPM's.

    • Like 1
  3. Would it be possible so the BPM node Get Request Information / Customer Details and Organisation Details can retrieve information from the Notes fields.
    That way we could use that information to post a notice if for example a customer has a disability or if there is important information on the organisation.
    Of course we can hide notes and add a custom field that's called notes and then get that info but we already have a lot of info in the notes fields so it would be a lot of extra work.  

    • Like 2
  4. What's the reasoning behind not allowing connecting a Via node to a Decision node if the Via has multiple incoming connections.
    I managed to build the BPM by connecting the Via to Decision before adding the second incoming node but don't know if/how this will work when running it.
    I need to make multiple checks on the customer and display notices depending on certain customer data.

     

    756411894_Annotation2020-08-27155308.thumb.png.27bfcf3a5cb8f8b685cae80412712ebb.png

    • Like 2
×
×
  • Create New...