app
903 TopicsReact SPFx web part becomes invisible on random page refresh – Need help diagnosing issue
Hello Everyone, I am facing a random rendering issue with a React SPFx web part (HelloWorld2) on SharePoint Online. The web part becomes invisible on page refresh, and I need help diagnosing the cause. Setup Steps 1. Solution Source Code Here is my source code and steps followed for deployment: https://github.com/JagtapY17/DemoProjects/blob/main/SPOnlineWP.zip Download and extract the SPFx solution Open the solution directory in the command prompt Run the following commands: npm install gulp bundle --ship gulp package-solution --ship Retrieve the generated .sppkg file from: sharepoint/solution/sp-online-wp.sppkg 2. SharePoint Online Deployment Steps performed in SharePoint Online: Created a new Community Site (Department template) Uploaded the .sppkg package into the App Catalog Added the app to the site (Site Contents → Add an app) Added the HelloWorld2 web part to the homepage (placed at the top) Added 8–9 other web parts below it on the page Issue / Question After adding the web part: The HelloWorld2 web part renders inconsistently on page refresh Out of 10 refreshes, 6–7 times the web part does not render at all Other web parts load fine every time No browser console errors appear It seems the web part gets skipped randomly during the page render pipeline I request community members to: Check the provided solution package Review the HelloWorld2 web part code Suggest the possible cause of this intermittent non-rendering issue Any insights or debugging suggestions will be greatly appreciated. Thank you! DemoProjects/SPOnlineWP.zip at main · JagtapY17/DemoProjects Projects for Testing . Contribute to JagtapY17/DemoProjects development by creating an account on GitHub.24Views0likes0CommentsO365 Group email settings
I am in the middle of trying to create some automated routines that create groups in O365 and add/remove members from them as needed. One of things I ran into is that when an email is sent to the group, the emails are not going into each members' inbox and are only visible in Outlook through "Go to groups" in the left hand menu. I can see the settings that need to be set but can't set them because either, A: it just doesn't do it or B: says I don't have permission. Doing this through C# and the Graph SDK The two items I think I need to turn on are below. What permissions are needed to be able to manage those settings but NOT be able to have access to anyone and everyones' email boxes, emails, etc or is there another way to do this? IsSubscribedByMail AutoSubscribeNewMembers109Views0likes1CommentCompany Portal | App installation issues
Anyone else experiencing issues with downloading apps from company portal? Win32 apps, pressing install and just spins on “download pending… your device is syncing and will begin downloading your app shortly” Experiencing this issues with 2 different tenants. In 2 different countries now.74Views0likes0CommentsBest way to build a dynamic data driven navigation, that can be restricted based on security roles
Hi All, I'm in the process of designing a power app and would like to use the tab control or gallery for the menu. Looking for advice on how best to wrap authorization around the navigation for example to check if a logged in user belongs to a role they can see only specific menu item or disable a link button etc.. Any advice would be appreciated Thanks in Advance188Views0likes3CommentsCan GUESTS access t Premium Plan in Teams?
I created a Teams Team and want to manage a premium plan project therein. I have the Planner-Plan 1 license. One external supplier is a guest in my Team but he cannot see the Premium plan. Is this by design or is there any wrong setting in my system? I could not find any information on this in the Microsoft documentation. Facts The guest user is part of the team103Views0likes0CommentsWhen can we drag files, outlook items and attachment to Planner?
The flow to flag mail getting into a task in Planner is great but the attachment of mail is not included. We like to use Planner as Trello for complaints handling by different assignees. The complaint mail is getting into Planner but the attached complaint file doesn't come with it by this flow. So to get this into Planner i would like to drag and drop attachments and files what Trello facilitates. Anybody smart alternatives or workaround or better smart Flow ideas?? I prefer to stick to the MS apps, so no 3rd party apps.11KViews16likes10CommentsSharePoint online document library - document properties not getting update values in word document
Hi All, We have created an application in SharePoint online. This application creates Word documents in which SharePoint list fields are merged. When creating a new item in SharePoint, the Word document shows the correct date values: 1. Create new item in SharePoint. Dates are 1/9/2025 and 2/9/2025 2. Opening the related word document shows This is correct behavior 3. Change any field through 'Edit properties'. Still the dates are 1 and 2/9/2025 4. If I open the Word document now I see that the dates have a value of 1 day less then the provided date. The category is updated correct. 5. When downloading the document the correct values are shown 6. Also when opening the document through View in browser > Edit document > Open in desktop, I see the correct values Question is: 1. Why don't we see the correct values when the Word document is directly opened in the browser? 2. Is there a possibility to open the Word document always in the Client (desktop) itself instead of directly on the browser? We already tried changing the below Advanced library settings (changed it in Open in Browser/use the server default), but this didn't gave the correct solution.121Views0likes1CommentSharePoint List calculated column formula using a Lookup column reference
Given: A SharePoint List (SPL) called Contractors with the following columns: ContractorID // Display name of the default ID column ContractorName Another SPL called Reports with the following columns: ReportID // Display name of the default ID column ReportNumber // Calculated column Contractor_ID // Lookup column referring to the ContractorID column of the Contractors SPL The calculated column, ReportNumber, would have a formula similar to: = [ReportID] & "-" & Contractor_ID Question: Does SharePoint Lists support the use of a Lookup column in the formula of a calculated column? If so, I need help on the proper syntax for the formula. (The formula above is not working) Thanks in Advance85KViews1like9Comments