User with Catalog Editor role is not able to access the "Master Catalogs" link under the "Catalogs" section. So, what is the way to customize the menu itmes per user role?
book
Article ID: KB0091874
calendar_today
Updated On:
Products
Versions
TIBCO Collaborative Information Manager
-
Not Applicable
-
Description
Resolution: The authorization is customizable as explained in the Customization guide under "Customizing Menus" section.
For example, to show that link(Master catalogs) to the user with Catalog Editor role, then it is required to delete an entry from the database table, ROLE2FUNCMAP where the funcid=8 for the enterprise you intend this for.
delete from role2funcmap where roleid=(select id from role where name='Catalog Editor' and enterpriseid=(select id from enterprise where name='<ent-name>')) and funcid=8
In the above SQL please change the <ent-name> with your enterprise name.
Issue/Introduction
User with Catalog Editor role is not able to access the "Master Catalogs" link under the "Catalogs" section.
So, what is the way to customize the menu itmes per user role?