How to achieve role based access of header menus(chrome_menu) in sys_ux_page_property?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 06:58 AM - edited 07-22-2024 07:02 AM
Only the users that have a particular role should be able to see this header menu. Therefore, I placed the following json in context_menu of my page. But it is not working. It is visible to those users also who doesn't have this role. Please advise:
[
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 09:45 AM
Header menu are visible via chrome_header UX property where you can add conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 10:38 PM - edited 07-23-2024 11:14 PM
@Dibyaratnam Actually we want to understand that how the roles can be added to chrome_menu json in sys_ux_page_property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 09:14 AM
I am not aware of any such property named chrome_menu. didnt find any reference from PDI as well. Can you give any example that's there with you as of now.