2.3 Multi-Entity Specific templates

Entity specific templates can be created by following ways :

If alerts are being created through front end UI, add following keys to “Notification Message” section.

Syntax for adding custom keys to Push Notification alert messages

[customfield1Name~customfield1Value|customfield2Name~customfield2Value]

Example 1:

You have requested for #NoOfChequeBook# cheque book with #ChequeBookOption# leaves on Account #AccountNo#.

[SOUND_ANDROID~isntit|LARGE_IMAGE_ANDROID~http://static1.squarespace.com/static/54ac6f9ae4b0cf1d82a4b59e/t/587f9e52cd0f68e84c5548fd/1484758653422/?format=300w|SOUND_IOS~chime.m4a]

Example 2:

You have requested for #NoOfChequeBook# cheque book with #ChequeBookOption# leaves on Account #AccountNo#.

[SOUND_ANDROID~isntit|LARGE_ICON_ANDROID~http://static1.squarespace.com/static/54ac6f9ae4b0cf1d82a4b59e/t/587f9e52cd0f68e84c5548fd/1484758653422/?format=300w|SOUND_IOS~chime.m4a]

  1. Creation of a new alert and template before the entity creation.

    If a new alert has to be maintained before the creation of any new entity, the data for the same has to be inserted in the following tables twice.

    One for DETERMINANT_VALUE ‘*’ and the other for DETERMINANT_VALUE ‘OBDX_BU’, which is the default entity.

    Tables :

    DIGX_EP_MSG_TMPL_B DIGX_EP_MSG_ATTR_B DIGX_EP_MSG_SRC_B

    SVN Location for Seed Data Script :

  2. If a new alert has to be maintained before the creation of any new entity, the data for the same has to be inserted in the following tables twice.One for DETERMINANT_VALUE ‘*’ and the other for DETERMINANT_VALUE ‘OBDX_BU’, which is the default entity. Tables : DIGX_EP_MSG_TMPL_B DIGX_EP_MSG_ATTR_B DIGX_EP_MSG_SRC_B

    If a new alert has to be maintained after the creation of entity/entities, the same can be replicated for the different entities using the below queries

    First insert the templates for DETERMINANT_VALUE ‘*’ and DETERMINAT_VALUE ‘OBDX_BU’ and then execute the below queries for the respective entities.