1 Configure Override Functionality

All the configurable properties in OBDX are maintained in the digx_fw_config_all_b table with specific categoryId. These properties can be modified or overridden by admin transaction Configuration Override.

Follow the below steps to maintain the properties in the digx_fw_config_all_b table:

  1. Navigate to the Configuration Override screen.
  2. For Example: Account Number masking pattern is maintained in the tables with prop_id as AccountNumberMasking and category id MaskingPattern.
    With Current value as xxxxxxxxxxxxNNNN. The application displays details based on the specified search criteria.

  3. Account numbers are displayed in the current masking format.
    For example, the Demand Deposit Summary transactions show a list of masked account numbers.

  4. Click Update to modify the property value.
    As mentioned in the previous step, the user searches for and modifies the property.

    The property value will be overridden, and the updated entry will be inserted into the digx_fw_config_all_o table, retaining the same prop_id and category_id but with the new value.





  5. Changes in the Accounts screen will be immediately reflected according to the updated value.