- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 11:58 PM
Hi Community,
Is there any way to update the label of the "Browse all" button in the Mega menu ESC Portal for a specific topic?
for example:
Under the IT topic, the label should be "IT Home"
Under the Purchase and Expense topic, the label should be "Browse all"
Thank you!
Fin Nguyen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 10:24 PM - edited 11-19-2023 10:21 PM
Hi @Fin Nguyen
You can define a new record Message [sys_ui_message] with the Key "Browse all" and the message as you prefer.
Message table
Just keep in mind, uses an existing key and the same language, the message for existing references using the key can change. Other places using ${Browse all} will display the new message.
If you'd like to change the label specifically for the menu item IT, you'll need to clone the widget.
ID: employee-center-navigation
URL: https://<instance_name>/sp_widget.do?sys_id=045301ddeb503010ed7966d647522844
And, modify the block below to make the label dynamically based on the selectedMenuItem.
And in the widget Employee Center Header [employee-center-header], you need to replace this line by your cloned widget id.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 10:24 PM - edited 11-19-2023 10:21 PM
Hi @Fin Nguyen
You can define a new record Message [sys_ui_message] with the Key "Browse all" and the message as you prefer.
Message table
Just keep in mind, uses an existing key and the same language, the message for existing references using the key can change. Other places using ${Browse all} will display the new message.
If you'd like to change the label specifically for the menu item IT, you'll need to clone the widget.
ID: employee-center-navigation
URL: https://<instance_name>/sp_widget.do?sys_id=045301ddeb503010ed7966d647522844
And, modify the block below to make the label dynamically based on the selectedMenuItem.
And in the widget Employee Center Header [employee-center-header], you need to replace this line by your cloned widget id.
Cheers,
Tai Vu