I'm building a custom app for ms teams and I would like to include another tab with power bi.
For example, on the teams chat we can click the '+' to add a new tab and add power bi app.
Can we include the '+' button on a custom app to do the same or can we include a power bi tab out of the box?
Tks
Related
I have added custom app in Microsoft teams. Currently, there are three tabs abc, chat and about. I need to hide abc tab from users.it should be visible only to Admin.
How to do it?
User-role based hiding tabs are not supported currently. You can suggest this feature at Microsoft Feedback portal.
I previously worked on creating VSTO and Office addins for MS Outlook, Excel and Word using C# VS. Now I have a plan to build one for MS teams. So, I checked online and found the documentation.
But I didn't found that how I can add custom UI elements (text, buttons etc.) inside a chat window. For example: Teams suggested replies shows suggestions inside button above the chat textbox.
Do anybody have an idea that how I can achieve this one?
you might want to start with these docs:
build a command-response bot that you can customize the messages in chat window to either text or adaptive cards (on which you can have buttons).
and notification bot doc which has more information on customizing adaptive card for Teams apps.
there are also docs on message extension on the same doc site, you can take a look to decide which is what you want to build.
I am using dynamics 365 mobile app for IOS. I need to add the Email and Phone call entities shortcut into the main left navigation pane. Right now, I do not have any idea on how to add this.
Does anybody help me to add these shortcuts?
You have to edit the sitemap to customize navigation.
You can use Sitemap editor to edit the sitemap.
Open the Solution that you would like to use to contain the sitemap.
Under Components. Select Client Extensions > Add Existing > Select “Site Map”
Once it’s added to the solution, click on the Edit
It will then open up the Dynamics 365 Sitemap Editor.
Make changes, click Save and then Publish.
Dynamics 365 for phones and tablets uses the same sitemap data to provide navigation options as the web application except that it is optimized for presentation in the mobile apps.
Technet reference
I am working on an app where in one screen it has to popup contact selection, then user will select a contact (perhaps click on it) and the contact information will be passed back to the xamarin forms page to fill out the form. I am using visual studio.
I have requirement of outlook( desktop application) view customization . My requirement is when i click on Email item then Email list should be hidden and again if i click on back button of reading pane mail list should be displayed to user in sliding manner (slide effect like Apple Tab (slide in Slide Out Effect in mail app )) please suggest me any tool , interface , customization third party application , or Visual studio app.
please suggest as early as possible.
thanks in advance
Rohit
Unfortunately want you want to do is impossible. Outlook views always require a list of items to be displayed (whether it's a Table, Card, List view, etc.). The only UI elements you can control are the Reading Pane and the Folder Pane.
There is no way to customize the built-in UI. The Outlook extensibility model doesn't provide anything for that out of the box. As a workaround you can develop an adjacent Outlook window where you can display whatever you need. See Creating Adjacent Windows In Outlook for more information.