Forum Widgets
Latest Discussions
About SharePoint document library feature (tile view using the Document Card Designer)
I want to display thumbnails and information in the tile view using the document card designer in the SharePoint document library function, but if the number of characters is too long, "・・・" is displayed as shown below and the text is cut off. If you know how to display multiple lines so that the entire text can be displayed, I would appreciate it if you could tell me. *Sharepoint is made on the communication site. < Image >YMMYNov 08, 2024Copper Contributor76Views0likes2CommentsSharePoint Notifications for Terminated Employee
Hello, A former member of staff set up many different SharePoint notifications before they left the company. Once they left their MS Office license was removed and their email was suspended. SharePoint continues to send out notifications to this non-working email address, which is creating cases in our CRM. How can I, as the System Admin, turn off these notifications? Thank youAmandaG1605Nov 06, 2024Copper Contributor84Views0likes3CommentsWhat is the cause of a 403 error when connecting to a Microsoft List on C#?
What is the cause of a 403 error when connecting to a Microsoft List on C#?wm-thompsonNov 02, 2024Copper Contributor2.4KViews0likes9CommentsPublic facing website and SPFx
Hi Everyone. I just wonder if someone knows if the SPFx that ships with SharePoint 2019 (1.4.1 in the Preview version) supports anonymous access. Anonymous access worked fine in a classic site in SharePoint 2019, but adding a web part (simple Hello World spfx) or enabling a Communication Site with anonymous access is simply not working at all. The error is: https://xxxxxxx/_layouts/15/error.aspx?ErrorCorrelationId=6913979e-07f3-1023-8c69-296d439e5e97&ErrorText=Can't%20load%20the%20application%20on%20this%20page.%20Use%20the%20browser%20Back%20button%20to%20retry.%20If%20the%20problem%20persists%2C%20contact%20the%20administrator%20of%20the%20site%20and%20give%20them%20the%20information%20in%20Technical%20Details.&ErrorDetails=Error%3A%20***Error%20initializing%20application.%20Error%3A%20Error%3A%20***Error%20initializing%20application.%20Error%3A%20TypeError%3A%20Unable%20to%20get%20property%20'Id'%20of%20undefined%20or%20null%20reference&ErrorCategory=spfx&Workload=SPPages&Name=SpfxLoad This is onprem, not online at all. So, someone tried to get work this scenario with SharePoint 2016 FP2 or SharePoint 2019 combining SPFx web parts and anonymous access? Cheers! Javier.SolvedJavier IbarraNov 01, 2024Copper Contributor2.5KViews0likes5CommentsPossible to select stars/like button in Card Designer View?
I am using the Tiles (Card Designer) view on my document library and I have added theRatings column to the view. Is there way to make the ratings selectable on the front-end like they would be on a standard list view? As currerntly this appears to be read-only and when going to view the properties the ratings control isn't even visible. If anyone has a solution to this, that would be ace!Chris CundyOct 29, 2024Brass Contributor415Views0likes1CommentCannot find Sharepoint Online API endpoints
Hi Team, My team is working on SharePoint Online, and are not able to find APIs related to the following entities: 1. All List APIs 2. All files and folders APIs 3. All Link APIs 4. All Event APIs 5. All Page APIs. When we say 'all', we mean endpoints to create, update, get, delete and perform other operations on the above listed entities. We found a few APIs related to files and folders here -https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-folders-and-files-with-rest It would be very helpful if you could share rest of the endpoints with us. Thank you.NiharikaNaikOct 28, 2024Copper Contributor76Views0likes1CommentForm Customization Permissions?
1. I wrote a SharePoint form customization using SPFx ( TypeScript / React ). 2. I have a large pool of external users and each month I will send emails to a portion of those users. 3. The email will contain a link back to a page on my SharePoint site. 4. The page on the site will contain one or more links to list items that require the user to edit and save. 5. When the user clicks on one of those links, the corresponding list item will be displayed using my form customization. 6. The user will edit the information, save the form, and be directed back to the site page with the links to the list items. Everything works fine up to (and including) #4. However, when the user clicks on one of those links, only a blank page appears and using F12 I see the following: ----------------------------------------------------------------------------------------------------------------- Refused to execute script from 'https://<tenant>/sites/appcatalog/_layouts/15/AccessDenied....' because it's MIME type ('text/html') is not executable, and string MIME type checking is enabled ----------------------------------------------------------------------------------------------------------------- The users are all included in the "members" group of the site and should have edit permissions. However, this error message seems as though there is some permission missing from the actual form customization application that Ideployed to the app catalog and then enabled on this specific site. Internal users do not experience this issue, only external users. Are there permissions I need to configure on a form customization application?jgradyOct 27, 2024Copper Contributor61Views0likes0CommentsProgrammatically share site with external users via passcode
Hello, I have a large pool of persons external to my organization. Once a year they must complete a form that takes maybe 10-15 minutes to fill out. Each month I would like to send an email to some number of these people informing them that they must complete their form. I would like to do the following things programmatically (SPFx using React/Typescript): Use the user's email address to see if they are already in the "FormMembers" group. If not, add them Send them a notification email with a link to page that will itself will have a link to the edit form for the form they must complete (this is a form customization, again SPFx using React/Typescript) I want them to be able to access the site and form using a passcode that has an expiration date. I want to create and send the email programmatically I DO NOT want to require them to authenticate with anything other than the passcode. This is an annual event for them tha lasts only a few minutes. Question: How do I programmatically create the link that I put in the email so that it will know to authenticate using a passcode?jgradyOct 25, 2024Copper Contributor65Views0likes0CommentsUse Org Intranet Site Homepage for SharePoint Homepage for Search Functionality
Hello, My organization created their SharePoint Intranet site before I joined them. It seems that, because the topmost Search field only searches the current site, that they created a link on the main page to the homepage for SharePoint, where a full search can be properly done across the instance. It seems that some people are confused by this and do not know to switch to the homepage before searching. Can I just make my org's Intranet site main page the Homepage for SharePoint and eliminate the need for a quick link to the homepage since it would already be there? I am concerned that something will break somewhere down the line for some reason (like navigation or some quick links). I feel like nothing should break, because all I am doing is swapping in a new homepage URL. The link to my main Intranet site should not change because it is now the homepage, correct? Just for clarity, I am not worried about breaking any links to or from the current homepage, as I do not think anyone uses it unless they have selected the global search item I mentioned earlier. I have found the below PowerShell code for doing this: # Connect to SharePoint Online Connect-SPOService -Url https://yourtenant-admin.sharepoint.com # Set the desired site as the Home Site Set-SPOHomeSite -HomeSiteUrl "https://yourtenant.sharepoint.com/sites/intranet" Would this do what I am asking?SolvedChrisInhoffOct 24, 2024Copper Contributor436Views0likes4CommentsPnP SingleWebPartAppPage removing all page contents
I am trying to convert a SharePoint page into a single web part app page to display a PowerBi report in full screen. I have tried creating the page, converting to "article" layout, adding the embed (both the PBI specific and the generic embed) webpart then running the script to convert to a single webpart app page. When I run the script, it is converting the page but it is removing the embedded web part. Here is my code: $clientId = "XXX" $clientSecret = "XXX" $tenantId = "XXX" $scope = "https://graph.microsoft.com/.default" # Use Microsoft Graph default scope for app-only authentication Connect-PnPOnline -Url example.com -ClientId $clientId -Tenant $tenantId -Certificatepath "C:\Users\User\Example" -CertificatePassword (ConvertTo-SecureString -AsPlainText "Example" -Force) if(Get-PnPConnection) { Set-PnPPage -Identity "Example.aspx" -LayoutType singleWebPartAppPage } else { Write-Host "Connection failed. Please check your credentials and try again." Any help or advice would be greatly appreciated.HarryM1260Oct 24, 2024Copper Contributor81Views0likes0Comments
Resources
Tags
- developer1,211 Topics
- PnP640 Topics
- APIs473 Topics
- Extensibility247 Topics
- Responsive127 Topics
- SharePoint111 Topics
- Hybrid81 Topics
- SPFx70 Topics
- SharePoint Online64 Topics
- PowerShell23 Topics