2.2.17 Notifications

This topic describes about the procedure to configure fields for trigerring notification.

Prerequisites for generating notification
  • CSTB_Param setting must be updated as JSON and the server must be restarted
    • Configure the following in CSTB_PARAM:
      • PARAM_NAME as ELCM_NOTIF_REQ, PARAM_VAL as Y
      • PARAM_NAME as ELCM_NOTIF_TYPE, PARAM_VAL as JSON
  • Scheduler job (ELCMNOTIFICATIONS) must be configured using STDJOBMT Screen
  • Entity must be configured in STDJOBMT with name ENTITY
  • The Job (ELCMNOTIFICATIONS) must be resumed from SMSJOBBR
  • Notification queue (NOTIFY_DEST_QUEUE) and Connection factory (NotifyDestQCF) must be configured in Weblogic as per the below Document

Configuring JMS on Weblogic Server 12c

Notification sub-system enables the particular facility record to be a candidate for notification whenever the record is created / amended. At least one of the out of box supplied fields in notification sub-system to be enabled to bring this facility under the purview of generating notification. When values in field/s enabled for notification are modified as part of direct updating or as part of batch updating, all details of the facility is sent in the notification message along with old and new value details of the fields enabled for notification.

Notification messages are logged in GETB_NOTIFICATION_LOG table with unique reference number. A new quartz job is required to read notification messages and publish it on configured queue/topic.

  1. On Facilities Maintenance screen, click the Notification tab.
    The Notification screen is displayed.

    Table 2-70 Notifications

    Field Name Screen Modification Old value relevance Notification triggered when
    Collateral Amount GCDFACLT - main screen/Pool links Direct/Batch Yes When changes done in pool links screen or when collateral value changes
    Revolving GCDFACLT - main screen Direct Yes When revolving check box is selected/cleared
    Utilization Amount GCDFACLT - main screen Direct Yes Overall utilization amount changes
    Limit Expiry Date GCDFACLT - main screen Batch No When limit expiry date cross application date
    Limit Amount GCDFACLT - main screen Direct/Batch Yes When limit amount changes
    Covenant Revision Date GEDFACLT - covenants sub-screen Batch No When revision date is crossed and covenant expires
    Credit Rating Change GEDFACLT - credit rating Direct Yes When credit rating changes for an existing record.
    Schedule Limit Date GEDFACLT - Schedules sub-screen Batch No On reaching the Limit date maintained at the Limit Schedule
    Effective Line Amount Basis GCDFACLT - main screen Direct Yes When effective line amount is changed
    Available Amount GCDFACLT - main screen Derived value in screen when base value gets modified Direct/Batch Yes When available amount changes based on changes on account of utilization, blocking, limit amount changes, so on
  2. Click Save to navigate to the Facilities Maintenance screen.