Forum Discussion
aniketkadwane1600
Sep 01, 2020Copper Contributor
How to create configurable tabs (Dynamically added by user) in custom application for teams ?
Hi, I have created custom application with static tabs which works fine. But now I need functionality that when user install my application he should be able to configure tabs dynamically by providi...
Gousia_Begum
Sep 01, 2020Iron Contributor
aniketkadwane1600 All the pages that you want to add as config tabs should be listed out in the configuration page. Please take a look at adding a Configuration Page.
Here is a sample configuration page.
- aniketkadwane1600Sep 02, 2020Copper Contributor
Gousia_Begum - Thank you for reply. I want that when user install my custom application to Ms-teams
user should be able to provide url to create tab dynamically so that every user authenticated by SSO will get there tabs accordingly (For ex. User A has configured tab name with "My Learning" and User B has configured tab name with "My catalog" It should show accordingly with provided url at the time of installation.
Please provide some sample code which works like that.
Thanks in advance