5 Product Configuration

This topic provides information on Product Configuration.

  • To enable products execute the following script.
    update digx_or_product_category set status='ACTIVE' where determinant_value=<entity_id> and id='<required_product>';

    Example Complete the following steps to activate a CASA Savings product with id SAVINGSH1:

    update digx_or_product_category set status='ACTIVE' where determinant_value='OBDX_BU' and id='SAVINGSH1';
  • To enable all supported products, execute the following script.
    update digx_or_product_category set status='ACTIVE' where determinant_value='OBDX_BU' and id in 
    ('SAVINGSH1','CHECKINGH1','AUTOLOANH1','PERSONALLOANH1','HOMELOANH1','EDUCATIONLOANH1','TERMDEPOSITH1','CREDITCARDH1');
  • To enable existing customers to apply for all supported products, execute the following script:
    update digx_or_product_category set EXISTING_CUST_FLOW='Y' where determinant_value='OBDX_BU' and id in ('SAVINGSH1',
    'CHECKINGH1','AUTOLOANH1','PERSONALLOANH1','HOMELOANH1','EDUCATIONLOANH1','TERMDEPOSITH1','CREDITCARDH1', 'TERMLOANH1', 'CAPITALLOANH1');