6.11 Configuring Standard Comments

This parameter is used to configure standard comments drop-down list. To update this parameter, execute the following query:

  1. Insert into kdd_cmmnt table.

    The sample query:

    Insert into KDD_CMMNT (CMMNT_ID,EDIT_FL,CMMNT_TX,DISPL_ORDER_NB,CMMNT_CAT_CD) values (1116,'N','CTR Approved',100,'CTR');
  2. Insert into KDD_CMMNT_ROLE_MAP table. The sample query:

    Insert into KDD_CMMNT_ROLE_MAP (ROLE_CD,CMMNT_ID) values ('CTRSUP',1116);