Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Mdms Configuration

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/common-masters/uiCommonPay.json

{
      "code": "PT",
      "headerBandLabel": "PT_COMMON_TABLE_COL_PT_ID",
      "receiptKey": "property-receipt",
      "billKey":"property-bill",
      "citizenSuccess" : {
        "primaryMessage": "CITIZEN_SUCCESS_PT_PAYMENT_MESSAGE",
        "secondaryMessage": "CITIZEN_SUCCESS_PT_PAYMENT_MESSAGE_DETAIL",
         "receiptNo": "CITIZEN_SUCCESS_PT_PAYMENT_RECEIPT_NO"
      },
      "employeeSuccess" : {
        "primaryMessage": "EMPLOYEE_SUCCESS_PT_PAYMENT_MESSAGE",
        "secondaryMessage": "EMPLOYEE_SUCCESS_PT_PAYMENT_MESSAGE_DETAIL",
        "receiptNo": "EMPLOYEE_SUCCESS_PT_PAYMENT_RECEIPT_NO"
      },
      "citizenFailure" : {
        "primaryMessage": "CITIZEN_FAILURE_PT_PAYMENT_FAILURE_MESSAGE",
        "secondaryMessage": "CITIZEN_FAILURE_PT_PAYMENT_FAILURE_MESSAGE_DETAIL"
      },
      "employeeFailure" : {
        "primaryMessage": "EMPLOYEE_FAILURE_PT_PAYMENT_FAILURE_MESSAGE",
        "secondaryMessage": "EMPLOYEE_FAILURE_PT_PAYMENT_FAILURE_MESSAGE_DETAIL"
      },
      "footer": {
        "label": {
          "labelName": "GO TO HOME",
          "labelKey": "COMMON_BUTTON_HOME"
        },
        "link": "/pt-mutation/propertySearch"
      }

The above json has each object for every BusinessService like PT, TL .

Taking a example of PT - There are 2 pages in common-pay mocule.

egov-common/pay

  • Header Band - Configured from mdms (headerBandLabel)

  • Fee Details -

egov-common/acknowledgement

  • No labels