cancel
Showing results for 
Search instead for 
Did you mean: 

Bring CRM business Role Page again.

Former Member
0 Kudos

Hello All

I have requirement to bring business role selection page again whenever user presses a custom button. I have created a custom button in WebUI component CRM_ALLSEARCHES. In this view, requirement is when user presses button 'Switch Role', Business Role Selection should reappear.

I have create button and handling this event in method DO_HANDLE_EVENT of class ZL_CRM_ALLS_LAUNCHER_IMPL .

method DO_HANDLE_EVENT

<b>&nbsp &nbsp &nbsp</b>

<thtmlb:button id      = "SBR"

                onClick = "SBR"

                enabled = "<%= lv_btn_visible %>"

                text    = "Switch Role"

                tooltip = "Switch Role" />

<b>&nbsp &nbsp &nbsp</b>

Many thanks for your help.

Regards

Sudesh Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

navn_metts
Active Participant
0 Kudos

Hi,

You can achieve this using Java script code.

use below code in htm page of the view.

window.open(" url of the CRM WebUi");

Br,

Navn