cancel
Showing results for 
Search instead for 
Did you mean: 

Back button does not go back to my custom window

Former Member
0 Kudos

Hello, expert

I have a custom component where I have a view listing some transactions, clicking on any transaction / row brings user to the Lead overview page. However in the lead overview page, if I click the Button back, it goes to WebIC start page, not my custom window where the request comes from.

Anyone has clue why this happens? Do I need to do anything to navigate back to my custom view? I don't have specific requirement as to how to restore the state, so the methods like IF_BSP_WD_HISTORY_STATE~STATE_STORE () and IF_BSP_WD_HISTORY_STATE~STATE_RESTORE () are not needed. I just want to go back to my custom view.

Thanks

Jayson

Accepted Solutions (1)

Accepted Solutions (1)

former_member205429
Contributor
0 Kudos

Hi Jayson,

Request you to include the below code :

Raise Event History_trigger in the Outbound plug of your custom Component from where you are navigating to the Lead Overview page ..

Once you raise the event in ur custom component, in your Lead Over view Page you can see the link to get back to your custom component window in Back button...

Pls let me know in case of any issues !!

Answers (1)

Answers (1)

Former Member
0 Kudos

BTW, the window's IF_BSP_WD_HISTORY_STATE_DESCR~IS_RESTORABLE () returns 'X'