cancel
Showing results for 
Search instead for 
Did you mean: 

Disable/hide navigation Back button in particular overview page

nveesam
Explorer
0 Kudos


Hi All,

I have to disable/hide navigational 'Back' button on Task overview page. I tried to achive this in WD_HISTORY mehtod but no luck.

Please suggest me how to do this.

Thanks,

Nanaji

Accepted Solutions (0)

Answers (2)

Answers (2)

nveesam
Explorer
0 Kudos

Thanks all. My issue got resolved

0 Kudos

Hi Nanaji,

Finally, Where did you implemented the code? And... What code did you implemented?.

I have a similar problem, I need to HIDE the standar Button Back but i can't. I used the raise event

HISTORY_TRIGGER but i dont have luck.

Could you please help me?

Best regards,

kutjohn
Active Participant
0 Kudos

Hi Nanaji,

Are you raising the event HISTORY_TRIGGER before navigating to this overview page?

If so, do not raise it. That should to the job.

Regards JP

nveesam
Explorer
0 Kudos

Hi JP,

Thanks for reply.

I am trying to do this in task voervie page. I am not raising the event, its standard behaviour.

Thanks,

Nanaji

laxmanakumar_appana
Active Contributor
0 Kudos

Hi Nanaji,

Check WD_DESTROY method and comment super class method call to stop HISTORY_TRIGGER event.

Thanks

Laxmana Appana

nveesam
Explorer
0 Kudos

Hi Laxmana,

I did the same thing as you suggested, by commenting the super class method we can just stop to go to previous page but not all the pages which are stored in back button history.

My actual requirement is, back button should not be visible to user or should not function anything. User should not use back button to navigate away. user must use 'save and back' or 'save' buttons.

Thanks,

Nanaji