C.1.8 Other Configurations
The user group is now created. After it is created, follow these steps:
- Map the group in the
domain_jur_grp_maptable. - Login to the Config schema.
- Run the
select * from cssms_folder_function_mapquery. - Add the new function to the
Transaction Filterfolder (TransactionFilteringTFLTADMIN). - 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. - Add the new function in the
v_access_codecolumn. - To map the new function, add an entry
in the
v_access_codecolumn in theaai_menu_btable 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. - 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.