C.1.8 Other Configurations

The user group is now created. After it is created, follow these steps:

  1. Map the group in the domain_jur_grp_map table.
  2. Login to the Config schema.
  3. Run the select * from cssms_folder_function_map query.
  4. Add the new function to the Transaction Filter folder (TransactionFiltering TFLTADMIN).
  5. Run the select t.v_access_code,t.v_menu_id from aai_menu_b t where t.v_menu_id in('OFS_TFLTSCRN','OFS_TFLT') query.
  6. Add the new function in the v_access_code column.
  7. To map the new function, add an entry in the v_access_code column in the aai_menu_b table by running a query with the entry mentioned in the following format: select * from aai_menu_b t where t.v_menu_id like '%OFS_TFLT%'; query.
  8. To map the function to a folder, run a query with the function mentioned in the following format: select * from cssms_folder_function_map p where p.v_function_code like '%TF%'; query.