User Profile
kalpeshvaghela
Steel Contributor
Joined 6 years ago
User Widgets
Recent Discussions
SharePoint Online Taxonomy Picker is not working correctly
We just identified in few tenants where Taxonomy Picker for Managed Metadata column is not behaving as expected. Even if we created single allow column, when I select other term, old selected term selection is not getting deselected. Anyone who are experiencing same?598Views0likes0CommentsMS Teams App is not visible to all user even if added it for all users
I have added app from store using Teams Admin Center for all users as per given guideline provided by Microsoft but still no user can see that app. I have waited for three days but still it's not visible. Important: Below mentioned app is published to store by us only and we are facing issue when we are trying to add this app for all the users in the same tenant from which we have uploaded this app to MS Teams App Store and we are able to install app using same way for all users using same steps into other tenants. Any help would be appreciated. Below are the screenshots:3.7KViews0likes4CommentsCustom Teams App Is not reloading when navigate back to app
I am working in Custom Teams App with React where I do have some requirement to show the data using Graph API. Everything is working fine in Desktop and Web Version of the team but In Mobile version following scenario is not working Open Custom App in Mobile MS Teams App -> Everything is working Switch to other default App like "Chat", "Calendar", "Teams", etc Navigate back to my app -> Now here it's showing old content, it's not reloading my page itself. I need to refresh app manually by clicking on three dot and refresh button. Is there anyway to forcefully refresh my custom app when navigate/switch back to my custom app in Mobile device Below is the some code snippet for my App Component async componentDidMount() { microsoftTeams.app.initialize(); let context = await microsoftTeams.app.getContext(); // My Business Logic to Get Data // Updating State } render(): React.ReactNode { return ( <div className="App" > </div> ); } Can someone help me here what I am missing here? Let me know if you need any other details for my issue1.3KViews0likes5CommentsAPI to do Like/Unlike of Comments in SharePoint Modern Page
Hi, Is there any API/way available for SharePoint Online using which we can like/unlike particular comment/reply of SharePoint Modern Page? Till now I got only is we can read information about like of comments/replies but didn't find any API about updating like information of comments/reply.Solved
Groups
Recent Blog Articles
No content to show