4.1 Defining Components

This topic provides the systematic instructions for defining the components used in initiating payments and adding payees.

It represents the fields which would be displayed on screen while initiating payments or Adding Payee. You can configure Regex, minimum, and maximum lengths for component fields.

  1. To edit or add components, use the DIGX_RG_COMPONENT table.

    Note:

    Ensure you make the necessary UI changes when adding a new component.

    Figure 4-1 DIGX_RG_COMPONENT table



    Table 4-1 DIGX_RG_COMPONENT table

    Column Name Significance
    ID Unique identifier for the component.
    GROUP_ID The group of the components. The components belonging to same category can have same group id.

    Note:

    Planned for future implementation, not in current scope
    FIELD_NAME The name of the component
    REQUIRED Indicates whether the value for the field is required or not
    EDITABLE Indicates whether the component can be edited or not. (Note- Planned for future implementation, not in current scope)
    REGEX Indicates the regex of the fields in case of input
    MIN_LENGTH Indicates the minimum length of the fields in case of input fields
    MAX_LENGTH Indicates the maximum length of the fields in case of input fields
    DATA_TYPE The data type can be LOV (List of values), ENUM or null.

    In case the data type of component is LOV, the value for that list can be configured in DIGX_RG_COMPONENT_VALUE_MAPPING table.