- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 06:55 AM - edited 01-16-2025 06:30 PM
I asked last week and got an old not working answer - I am on Washington Instance....
I need to change the label of this button shown.
I cannot find the label under any widget or menu item.
I know its a simple fix I just cannot find it.
Please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:29 PM
1. From the navigation pane, select Employee Center > Advanced Portal Navigation
2. In the Advanced Portal Navigations list, open "Employee Center" record by clicking on the (i) icon and then on the "Open Record" button in the popup
3. In the "Menu Items" related list at the bottom of the form, drill down into the appropriate Menu Item record
4. Modify the value of the "Browse button display text" field and save the record
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:29 PM
1. From the navigation pane, select Employee Center > Advanced Portal Navigation
2. In the Advanced Portal Navigations list, open "Employee Center" record by clicking on the (i) icon and then on the "Open Record" button in the popup
3. In the "Menu Items" related list at the bottom of the form, drill down into the appropriate Menu Item record
4. Modify the value of the "Browse button display text" field and save the record
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 01:15 PM
THIS IS THE ONE!
THANK YOU MATE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 01:06 PM
Hi @tylertaulbe ,
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
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.
Thanks & Regards,
Sumanth Meda