1.1.2 Notification specification

This topic provides a detailed information on Notification Specification.

Identify the notification requirement as below:
  • What is the Notification function ID name for RAD XML (the Third character should be N)?
  • What is the Notification code?
  • What is the Base table in FLEXCUBE UBS that triggers the notification?
    • What operation at base table triggers (insert/update/delete)?
    • What is the where clause for the filter?
  • What is the query Web service to be used?
    • What is the operation?
    • What are the tags required?
For Example:
  • Notification function ID name – STNCUMOD
  • Notification code – NOTIF_CA_CUSTACC_MOD
  • Base table - STTM_CUST_ACCOUNT
    • Operation – DELETE
    • Filter – Account class type in (S,U)
  • Web service to be used – FCUBSAccService
    • Operation – QueryCustAcc
    • Request node – Cust-Account-IO