lob apps
31 TopicsHTML display
I’ve encountered a small issue with the logo we provided for https://parapet.com, which is misaligned when accessing the system through the Microsoft Teams app. It displays perfectly fine in the browser. IT doesn’t impact Parapet’s core https://parapet.com/Articles/Integrated-risk-Management functionalities. Does anyone know what kind of back-end engine Microsoft Teams uses for the html display?Solved67KViews0likes1CommentMicrosoft Teams mockups / stencils for Adobe XD
Dear all, there are many references to the Teams app design guidelines and UI components already. However, there seems to be a lack of templates and stencils for UX designers using Adobe XD. Therefore I started to rebuild some of the layouts and components and want to share them here. Please note that I am no XD expert but use the application frequently to illustrate app concepts and create mockups quickly. I hope you'll find them useful as well. You can grap the XD file from my OneDrive since the community doesn't accept the file type: https://1drv.ms/u/s!AqtzHS39l1K0kMR_1X8BJOMVpIwKjA?e=DBmSPs Regards, Martin P.S. I'll try to include the icons soon. If anyone has a good source for this or any feedback in general please let me know.17KViews2likes4CommentsSmall icon for Power App uploaded to Teams
Hi everyone I've just uploaded a Power App to Teams for the first time and I have a slight issue with the way the icon looks once it's in Teams. In my app settings the icon size looks normal: However, when I add it to Teams, the icon looks really small: Is there anything that can be done about this? It's not the end of the world but it would look nicer if the icon on my custom app was the same size as the other app icons in Teams.6.1KViews0likes10CommentsMgmt.AppCatalog.LOBApp.Upload.BadRequest.BadRequest when uploading custom app
Dear Community, I try to upload my first App. It's a simple personal Tab so view an internal sharepoint site, our new document management system. But neither the upload via the Teams App nor via the Teams Admin Center works. No error appears in the Teams desktop app, only the message "Something went wrong. Please try again later." Using the Teams admin center, I get the error message "Mgmt.AppCatalog.LOBApp.Upload.BadRequest.BadRequest". My user is Global Administrator und the App seems complete vadlid and passed all tests. Any Ideas? I found a similar topic here, but there is no solution or workaround, just the info that it should be fixed last year in April. But the error still occurs to me.Solved4.4KViews0likes11CommentsExternal Websites Published as Apps through App Studio
I'm new to creating app packages in app studio. I have an external web-delivered application that I want to turn into a packaged app so it can be pinned to the sidebar. It's setup and working, but unfortunately, the site launches a new window after a user logs in, and that new window is kicking off a browser session instead of loading inside the app. Is there anyway to constrain things to launching within the teams client?3.5KViews0likes12CommentsCreate a teams-app (app studio) - left menu to just open sharepoint url site - That works on Desktop
Hi I am struggling to create a teams app in teams app studio that send the user to a specific URL in sharepoint. I get this to work using the teams browser (firefox and chrome). But it does not work using the downloaded desktop client for Windows. The URL i want the user to go to is: https://<mydomain>.sharepoint.com i have tried all types of links i can come up with. It works in browser but not client. I have tried to decode the URL and put the decoded url after dets= like this: https://<mydomain>.sharepoint.com/_layouts/15/sharepoint.aspx?spfx=true&dest=<decodededURL> Anyone able to help me fix this or is it not possible to do this. When testing i just download the zip file and upload to the store. Cant get it to work in the desktop client. Here is one version app manifest that do not work in client, but do work in browser... { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json", "manifestVersion": "1.11", "version": "1.0.8", "id": "ee5cb933-c93d-4448-8656-c789e0d26663", "packageName": "Sharepoint", "developer": { "name": "Sharepoint", "websiteUrl": "https://www.google.se", "privacyUrl": "https://www.google.se", "termsOfUseUrl": "https://www.google.se" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "Sharepoint", "full": "Sharepoint" }, "description": { "short": "Länk till Sharepoint", "full": "Länk till Sharepoint sidaLänk till Sharepoint sida" }, "accentColor": "#FFFFFF", "staticTabs": [ { "entityId": "4e5ca827-18d4-4b91-9dcf-4436b0c80858", "name": "Sharepoint", "contentUrl": "https://mydomain.sharepoint.com/", "websiteUrl": "https://mydomain.sharepoint.com/", "scopes": [ "personal" ] }, { "entityId": "about", "scopes": [ "personal" ] } ], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "<mydomain>.sharepoint.com" ] }Solved2.7KViews0likes6CommentsTeams Custom App with Personal Tab not showing on-premise JIRA webpage
Hello to everyone I am quite new to Teams Custom Apps and everything, so I'm trying to figure things out here. We want to present in our Custom application a Personal Tab (Custom Tab) to show our JIRA Service Desk page, so that employees could make their HelpDesk tickets straight from Teams application. I have quite many questions now regarding this. First of all if anyone has managed to do it (added JIRA webapage as custom tab in Teams custom application)? If yes, that would be a huge help. We have configured the webpage as personal tab with the URL We have tried several different versions https://jira.<domain>.<>/ https://jira.<domain>.<>/servicedesk/customer/portal/1 but it wont load through, stays blank if trying with Desktop Application With Teams web application it will show a bit more - "jira.xxx.xxx refused to connect". We have configured JIRA agains AzureAD SSO using this tutorial https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/jira52microsoft-tutorial And we can log in with our AzureAD users succesfully using regular web browser. Not sure exactly what to do that Teams would load the webpage succesfully?! Some articles talk about iFrame, but is that really the case? Maybe someone who knows more about this can enlighten me 🙂1.9KViews0likes1CommentTeams Personal App Development
I was developed a teams personal app with "Teams ToolKit". The app is working well in the web version of Teams. But In desktop and Mobile client not working properly. My personal app contains a module about fetching current and all users details using GraphClientfactory. My app failed to load when calling the graph API module. In the web version, it's working correctly. I don't know what is the issue arise when calling graph call? Here anyone faces the same issue? please help me. I am stuck for about 2 weeks. Thanks In advance.1.5KViews0likes6CommentsHow to find callChainID...?
Hi, Case: I have recording platform for Teams policy based recording, but based on Microsoft definitioin (?) there is only a callChainID available on the recordings. The callChainID is available only when the recording is done for the call or meeting: Get callRecord If I do have a meeting ID or the join URL to Teams meeting, then question is, is it possible to find the correct callchainID? Reason to find the recording is to enrich the metadata of the recording with business data. The meeting details can be found using the: Get onlineMeeting I just haven't had possibilities to see if the callchainID is already returned when getting online meeting.1.4KViews0likes5Comments