cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Followup button in fiori app

Former Member
0 Kudos

Hi Team,

I want to hide "followup" button in fiori app footer.

I tried using the below code.

buttonList: [{
sI18nBtnTxt: "FOLLOW_UP",

visible: "false",
onBtnPressed: function(e) {
t.handleOpen(e)
}
}],
  bSuppressBookmarkButton : true,

i tried adding this.oHeaderFooterOptions.bSuppressBookmarkButton = true; on init.

The follow up button is not becoming invisible. Please help.

Thanks,

Divya

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

Hi Divya;

You can use the method extendHeaderFooterOptions in the extended controller.

remove the button from the buttonlist array like this 

Regards,

Sarbjeet Singh

Answers (0)