cancel
Showing results for 
Search instead for 
Did you mean: 

CRM WEB UI Add button next More Button

former_member313370
Participant
0 Kudos

Hi,

I need to add a new button be next to the More button ( in the green box) and not in drop down.

Because when I add the new button, it goes away in the list of the MORE button.

How to solve this problem ?.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member313370
Participant
0 Kudos

Thank you Thales.

It's works.

thalesvb
Active Contributor
0 Kudos

You should implement (or redefine) the method that tells the amount of visible buttons on toolbar and increase it, and your button also must be on the correct index of buttons' internal table. The method depends on how the toolbar is implemented on your component. Screenshot below is from a standard application which toolbar relies on IF_BSP_WD_TOOLBAR_CALLBACK, in that case the method to redefine would be GET_NUMBER_OF_VISIBLE_BUTTONS.

Kind regards