Forum Discussion

Sumit_Joshi's avatar
Sumit_Joshi
Copper Contributor
Jun 18, 2021

MS teams Configurable tab not modifying the name of the tab, but the content get changed.

Hi folks,

I am having an issue with the configuration tab in MS teams' team's tab, I have enabled the canUpdateConfiguration key in my MS teams manifest from this I am able to update or modify the content of my tab in the team's tab. but after modifying the content, the name provided in the suggestedDisplayName key in teams is not getting updated.

code example that I am using for adding/ updating the tab.

microsoftTeams.settings.registerOnSaveHandler(saveEvent => {

  microsoftTeams.settings.setSettings({
   entityId: 'A unique id',
   'contentUrl: 'A url for my tab'',
   suggestedDisplayName: 'Updated name',
 });

 saveEvent.notifySuccess();

});

This issue only occurs on modifying the tab, on adding the tab it works fine for me.

Any help is very much appreciated!
Thanks.

  • George_Hepworth's avatar
    George_Hepworth
    Silver Contributor
    Unfortunately, this forum is not the optimum place to get help for Teams problems.
    The "Access" in the title of this forum is the MS Access application (part of Office) used to create relational database applications. You will find more focused help in a forum devoted to support of the Teams application.

    Good luck tracking down a solution.
      • George_Hepworth's avatar
        George_Hepworth
        Silver Contributor
        I would recommend you search for a forum dedicated to "Teams", which is, it appears, the application where you are having the problem.

Resources