chatbot feature
Hi All, I have a SharePoint Online site, and I want to add a chatbot feature to it. Please guide me on how I can integrate this. I want users to be able to ask questions through a chatbox.
I can't send newsletters from Sharepoint, but I can send a link to the newsletter. What's going on?
I have been having an odd issue with Sharepoint's newsletter feature. When I create a newsletter, it appears to post correctly to our intranet site and everything. I would then like to send out the newsletter as an email to my colleagues so they can…
Status column to automatically update based on the expiry date
I am trying to set-up a SharePoint List and would like the status column to automatically update based on the expiry date. I am looking to have 3 options; Active, Expired, Needs Attention. Expired (Red) = past the expiry date Needs attention (Yellow)= 2…
Unable to access On-Prem SharePoint site setting as an admin after implementing Azure Login
Hi, I have implemented Azure SSO in SharePoint2013 On-Prem site. its successfully implemented and I can login with my Azure AD but I am unable to see the setting button even as an admin of the site. even its not working with system account. I would…
How to provide tenant admin permission to app only provider hosted add-in on SharePoint 2019 On-premise
I used appinv.aspx to grant tenant admin permission to app only provider hosted add-in on SharePoint 2019 on-premise. Got the error message "Your tenant administrator has to approve this app". The article explains a workaround for…
Is it possible to format a calendar view of a list in modern, with hex codes instead of the sp-css colours?
I'm trying to format a calendar view of a list (generated from the event itinerary template) using custom hex code colours instead of the sp-css colours. I've used the hex codes successfully in the list view column formatting but just can't get it to…
Add group to many SharePoint Online site through PowerShell
We have an existing Microsoft 365 group, like [email protected]. We have over 100 SharePoint Online sites and we want to add this group as a editor into 30 of these sites. We want to do this through powershell so we want to script codes. Any…
Critical Error for SharePoint_Config Database
Hi, I searched all forums for three days but can't find the answer. These topics won't work : Answer 1 Answer 2 Answer 3 The server returns this critical error: SQL database login for 'SharePoint_Config' on instance 'ServerSql' failed.…
How do I access SharePoint with PowerShell 7?
Hello everyone, I'm trying to create a PS script that reads the set permissions of a folder from SharePoint and creates a copy of it with the same rights. In MS Entra Admin Center, I've created a new app and granted it numerous permissions for testing…
Which latest version of visual studio is better to use development of SharePoint 2019 on premise solutions
Hi Which latest version of visual studio is better to use development of SharePoint 2019 on premise solutions This is for developing Solutions for SharePoint 2019 On premise Visual studio 2017 or Visual studio 2022 What is the difference between…
I am stuck displaying SP List items in a SP webpart, does anyone have any idea how to debug?
Hi, I am trying to create a WebPart which displays items of a List in a certain format. So far I have tried anything that came to my mind, but now my ressources that I can find on the internet are either not working at all or not very helpful in that…
Issue with Automated File Sharing via Graph API – Invitation Emails No Longer Sent
Hello everyone, I’m using the following C# code to automate file sharing via the Microsoft Graph API: var requestBody = new InvitePostRequestBody { Recipients = driveRecipients, Message = message, RequireSignIn = true, …
How can you change SharePoint online "Change the look" using custom code instead on out of the box feature option
I want to change SharePoint online "Change the look", using JavaScript code, instead selecting it from out of the box option.
PNP Search filters when search results look into different sites
Hello good afternoown. I am creating a search page that has a PnP search box, PnP Results box, PnP Filters on the results box, under Query text i have the path to the different sites i want it to look into, and i know that part works, because on the…
Guest access expiration report for SharePoint Online site?
Hi, In my tenant, Guest access expiration is set for 180 days. I need to generate report for a SPO site that how many guests' users already lost access and how many guest users going to lose the access in future. Is there a way to get this report using…
Get-PnPTenantSite: Attempted to perform an unauthorized operation.
How to I get around this error. Tying to Get All Site collections data and export to CSV file Get-PnPTenantSite: Attempted to perform an unauthorized operation.
How to make POST/PATCH request to add Hyperlink/Picture field in List?
I am trying to make a POST Request via Microsoft Graph Explorer Version v1 as well as Beta, to a list that has field of type HyperLink/Picture. I added request body for that field as { "fields": { "fieldName": { …
conditionnal formating on a column based on a seperate look up column
I have a column called ETA in my SharePoint list, and I would like to apply conditional formatting based on the value of another column. The other column is a lookup column called Permits_x003a_Permit_x0020_Expiry_x0020_Date, which pulls data from a date…
Getting Microsoft 365 Tennant with Microsoft 365 Developer Account
I created a Microsoft365 developer account with my personal hotmail account. I intend to use this for my personal projects. My intention was to create a sharepoint site and use graph api/c# development. But when I tried to create a Microsoft 365 Tennant…
Get Granted User/Group Permissions for SharePoint Files via MS Graph
I am developing an application that needs to read files from SharePoint. Specifically, I want to limit access to a specific list of SharePoint folders, which I believe can be managed using the Sites.Selected permission for the app. Additionally, I need…