Update the label of the "Browse all" button in the Mega menu ESC Portal

Fin Nguyen
Tera Guru

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"

ThinhNguyen_0-1700034815343.png

Under the Purchase and Expense topic, the label should be "Browse all"

ThinhNguyen_1-1700035073149.png

 

Thank you!

 

Regards,
Fin Nguyen
1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

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.

TaiVu_0-1700461144834.png

 

And in the widget Employee Center Header [employee-center-header], you need to replace this line by your cloned widget id.

TaiVu_1-1700461232857.png

 

 

 

Cheers,

Tai Vu

 

 

 

 

View solution in original post

1 REPLY 1

Tai Vu
Kilo Patron
Kilo Patron

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.

TaiVu_0-1700461144834.png

 

And in the widget Employee Center Header [employee-center-header], you need to replace this line by your cloned widget id.

TaiVu_1-1700461232857.png

 

 

 

Cheers,

Tai Vu