cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the share button from my SAP Fiori Element application

iperez-sofos
Participant
0 Kudos
379

Greetings, community experts.

I am developing a Fiori Elements application, and as a request from our client, the share functionality (button) must be removed, at the top right of the pages.

iperezsofos_0-1720928055275.png

At the moment I have managed to remove (disable or hide) the "send by email" functionality, but I would like to be able to remove everything (the entire button indicated by the red box).

I am using the following configuration in manifest.json file:

 

  "sap.fe": {
    "app": {
      "share": {
        "showSendEmail": false,
        "teams": {
          "showMsTeamsOptions": false
        }
      }
    }
  },

Is it possible to do this? How would it be done?

Thanks in advance for any answers and/or suggestions.

View Entire Topic
sandeep_rs
Product and Topic Expert
Product and Topic Expert

Hi,

The entire share menu cannot be hidden - this is by design to allow end user always the chance to be able to use the "Save as Tile" functionality which we consider as a valuable end user functionality. As you already figured, it is indeed possible to hide the specific share functionalities (other than the 'Save as Tile') if the developer desires - this is as you already noted and as documented in the V4 specific section "Hiding Specific Share Menu Options" of page.

Best Regards,

   Sandeep

IanYin
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hello expert, when click Save as Tile button, these is a dialog can edit title, subtitle...right? Is there any way to set default title value in the dialog?