Mobile app
12 TopicsTask is not created if "My Day" / "Important" lists are used
Hi, I'm having a weird issue currently and I believe it's not a "sync" issue. I have a personal and a business account logged in my iOS app. I also have each of these in the desktop app which allows me to quickly verify sync. In my personal account, everything works great. In my business account, whenever I add a task under "My Day" or "Important", it does not get synced upstream. It shows in my mobile for some time and then disappears and it never pup in my desktop. If instead, I add the task under some actual list (like default Tasks), it does get synced. Also, if I add under "my day" and then edit it to assign to "Tasks" list too (for example), it gets synced as soon as added. Any tasks added via desktop app work well and they are picked up by the mobile app. One thing I noticed that happens in the desktop app is that when I create a task under Important or My Day, they get assigned the default list "Tasks". When I create them in the mobile they don't get assigned any list by default. And when I force the list, it works. So it seems the issue is that those tasks are not getting the default list. Also, on the iOS using my personal account, this does NOT happen. If I create a task under Important, it DOES get "Tasks" list assigned to it (and properly syncs up). I've been looking at app settings trying to understand if there's a "default list" setting but I could not find any. Thanks9Views0likes0CommentsOnly browser activities can be found in Activity Log for Conditional Access App control App
We have add Deskbird into Microsoft Defender for Cloud Apps via Entra ID CA policy, and it is listed in MDCA - Cloud apps - Activity log now. However, we found only the activities via web browser were logged, the activities trigged from mobile Apps are not. But those activities can be found in Sign-in Logs from Azure enterprise application portal. How to make MDCA receive all activities include both browser and App? We want to setup access control policy, without the visibility to Mobile App activities, the policy can't cover all scenarios.609Views0likes2CommentsHub navigation layout on SharePoint mobile app
I am looking for flexibilities and customizable features on the SharePoint mobile app hub navigation. The picture on the left is the default. The hub navigation dropdown is collapsed. The picture on the right is what I want to do. The hub navigation is expanded as default. Is there a way to do that? Thank you in advance!1.5KViews1like2CommentsShared Folder in a SharePoint mobile App
Hi All, If I share only one folder from a specific SharePoint site then how can users be able to see that folder and the folder's content on the mobile app? I tried adding a shortcut to that folder from the browser but there's no option to open that shortcut in the SharePoint app itself. Could you please direct me in the right direction? Thanks!1.2KViews0likes3CommentsMobile App for Everyone
Hi All, I want to develop a mobile app for a school which will be use by teachers and students. How do I achieve by Sharepoint and PowerApp. My main concern here licencing and Microsoft account. Does everyone need Microsoft account and how licencing will work here? Students should register in the app by Mobile number, Name and Class.916Views0likes2CommentsUCL IXN FHIR Using Augmented Reality to Humanize Healthcare settings
My answer in this context was a more humanized and reality-based experience. We all know how frustrating it can be to be in a consultation and trying to explain something to a doctor or nurse who is immersed in a screen – it breaks the human to human connection that is so important in a patient-clinician interaction. From the clinician’s point of view, facing away from their patient towards their screen, being unable to look them in the eye, is not ideal either, and might lead them to miss crucial diagnostic information due to being distracted or frustrated with technology. For me, this is the true potential advantage of AR - it doesn’t have to draw the user away from the real world – in fact, it should draw them into it.1.7KViews2likes0CommentsOneDrive O365 Mobile App
We have one O365 user when logged into the OneDrive mobile app they only have the Libraries section showing. When I login I have Libraries, Recent Shared, Libraries and Me sections in the app. I can see that under his account in the app settings it says Business where mine says the company name. It looks like he may be logging into a different version of OneDrive, but how? When he logs in via the web browser it all looks fine and he has the same O365 licensing options enabled as me. This happens on both IOS and Android devices. On the same devices I can log into the app fine as explained above.Solved2KViews0likes4CommentsPrevent add/edit documents and items inside certain site collections if accessed from SP mobile app
I am facing this sever problem which i were not aware of inside our sharepoint online site collection/s. Now on some sharepoint online site collections, i have added some custom lists, and inside the custom lists' New and Edit list forms i have added some scripts (using the script editor web part), the script will hide/show some fields based on other fields. and everything was working well. here is part of the script inside the list Edit form:- <script src="/Resources/jquery-1.11.3.js"></script> <script>$(function() { $("input[id^='ProjectEstimated_']").attr('disabled', 'disabled'); $("img[id^='ProjectEstimated_']").hide(); $("input[id^='ProjectEstimatedCompletion_']").attr('disabled', 'disabled'); $("img[id^='ProjectEstimatedCompletion_']").hide();; //code goes here Today i download the sharepoint mobile app on my iPhone >> i access the sites using the SP app, but i have noted these problems:- 1. the above custom script will not have any effect, so now when editing an item inside SP mobile app >> all the fields will be shown. 2. I have a managed metadata field >> and this field will be shown as read-only inside SP mobile app. 3. Using PnP i have defined to hide some fields inside the New and Edit forms, as follow:- $fieldTitle = "SiteCreated" $customfield = $Context.Site.RootWeb.Fields.GetByInternalNameOrTitle($fieldTitle) $customfield.SetShowInEditForm($true) $customfield.SetShowInNewForm($false) $customfield.UpdateAndPushChanges($true) but those settings will not have any effect, and all the fields will be shown on SP mobile app !!! 4. i have disabled attaching files inside the custom list settings>> but when add/edit items inside SP mobile app users can attach files to the items.. So can anyone adivce how i can have a short term fix, by either:- 1. prevent accessing some site collection on mobile apps? 2. prevent add or edit items and document on mobile apps, and only allow users to view the items and documents? any help on this will be highly appreciated. Thanks808Views0likes0Comments