"RSS Feed" button leads to empty page after upgrade to SharePoint SE
Dear all, under SharePoint Server 2016, the function "RSS Feed" e.g. on a blog site worked without problems, users were able to subscribe to a blog site via RSS: Since the upgrade to SharePoint Server SE, every "RSS Feed" button on…
SharePoint Server Development
List View returns error: "Sorry, something went wrong File Not Found" contains lookup column and additional column
I have a view (Report View) on a list that is returning an error "Sorry, something went wrong File Not Found". When I remove the lookup column's additional column (Company:Description) OR if I group the list by the lookup column (Company) the…
SharePoint Server Development
Is it possible to embed à Metrics (Goals) Power BI report in a SharePoint page?
Hello, I have a Metrics (Goals) report in Power BI that I need to embed on a SharePoint page, but I haven't been able to find a way to do it. With a standard Power BI report, I can generate an embed URL from the File menu, which works well for embedding…
SharePoint Server Development
Sharepoint coauthoring works
Dear Team. We are using SharePoint 2019, and there is a request from users to use Excel files in co-authoring mode. After doing some research, I learned that Excel files can only be co-authored using Excel Web App. Can I use Office Online Server without…
SharePoint Server Development
SharePoint Online Client Extensibility Web Application Principal Helper
I found this on my apps registration list and I have no idea what is for: SharePoint Online Client Extensibility Web Application Principal Helper: SharePoint Online Client Extensibility Web Application Principal Helper
SharePoint Server
SharePoint
SharePoint Development
SharePoint Server Development
SharePoint Server Management
CSOM Throttle on websites having more than 3Lakhs lists
I have a website having more than 3Lakhs lists. When I execute the below code, the user gets throttled. Please confirm how to fetch all lists in SharePoint Online CSOM. Code: Web web = clientContext.Web; ListCollection targetlListCollection =…
SharePoint Server Development
Sharepoint Server On Premise App Level Authentication
Hi, I am using SharePoint Server subscription edition. I am able to use the rest APIs of SharePoint Server using NTLM authentication. However, this requires user credentials, which I want to avoid. I want to use App Level Authentication to access the…
SharePoint Server Development
Sharepoint list validation statement - multiple IF AND ORs to set a required field
Hi I have the below statement which makes the 'Account number' field required if 'Relationship stage' equals one of the two values: =IF(OR([Relationship Stage]="Completed - AML",[Relationship Stage]="Completed -…
SharePoint Server
SharePoint
SharePoint Server Development
Sharepoint
Our requirement is for Enterprise-level features in SharePoint, which means we need the appropriate Enterprise licensing. Could you please confirm if we have the correct SharePoint Enterprise CALs assigned, or if any additional steps are needed to enable…
SharePoint Server Development
How to detect any change in SharePoint Server 2019/Subscription Edition browser URL?
We have an SPFx Application Customizer, which checks the URL in the browser, and checks whether a file is open in preview mode. If the URL is of the preview mode, we want to redirect the user to another URL (our own custom editor). When I click on the…
SharePoint Server Development
Why braking change in SharePoint Subscription Edition March 2025 (KB5002698)
We are implementing the ISqlSession interface in our product for SharePoint On-Premises 2013/2016/2019/SE to handle updates to our database provided through SharePoint. However, Microsoft has now changed this interface, which is generally not done since…
SharePoint Server Development
How to download a file from Sharepoint via REST API (postman) ?
Hi! I need to download some pdf files from Sharepoint via API but it's not working. The API response returns a 404 error, stating the file doesn't exist. We tried it by using the GetFileByServerRelativePath method . endpoint:…
SharePoint Development
SharePoint Server Development
One user cannot search nor edit items in a list
One user cannot search nor edit items in a list. Other users in the same security group can search and edit. They cleared their browser cache for Edge & IE. Their permission is Contribute, Limited Access to the list and the items they wish to edit.…
SharePoint Server Development
Sharepoint
Our requirement is for Enterprise-level features in SharePoint, which means we need the appropriate Enterprise licensing. Could you please confirm if we have the correct SharePoint Enterprise CALs assigned, or if any additional steps are needed to enable…
SharePoint Server Development
https://<Site_URL>/_api/web/GetFileByServerRelativeUrl('/Folder Name/{file'name}')/$value return 400 (Bad request) when the filename contains a single quote
Hello, I'm calling the below SharePoint API where file name contains the single quate (') into the name & getting 400 error. URL- https://<Site_URL>/_api/web/GetFileByServerRelativeUrl('/SudDammyDocLib/DocLib_Folder/issue's.aspx')/$value File…
SharePoint Server Development
In SharePoint 2019, after applying KB5002639 and subsequent updates, deploying BCS solutions is not possible.
In SharePoint 2019, after applying KB 5002639 and subsequent updates, deploying BCS solutions is not possible. Error messages is DotNetAssembly/WebService system type is not supported. Error was encountered at or just before Line: '4' and Position:…
SharePoint
SharePoint Server Development
SharePoint Server Management
Search On Hub and Associated HubSites using Graph API?
Hi We have one Parent Hub and Associated 10 HubSites to the same. We want to search on all 11 Associated sites altogether. Through Search API of SharePoint I am able to achieve it , but how to do it through GRAPH API. Please help. This is…
Microsoft Graph
SharePoint
SharePoint Development
SharePoint Server Development
must i get both the SharePoint Standard CAL and the SharePoint Enterprise CAL to have access to the Enterprise edition features of SharePoint. Or just SharePoint Server 2019 and SharePoint Enterprise 2019 User CAL suffices.
must i get both the SharePoint Standard CAL and the SharePoint Enterprise CAL to have access to the Enterprise edition features of SharePoint. Or just SharePoint Server 2019 and SharePoint Enterprise 2019 User CAL suffices
SharePoint Server Development
Enforcing download of files from a Document Library in SharePoint Server 2019/Subscription Edition
In SharePoint Server Document Libraries, when the user clicks on a file with some certain extensions (e.g. .txt, .html), the file opens in the SharePoint text editor by default. Is there any way in which the file will get downloaded by default when the…
SharePoint Server Development
Create a generative chatbot in Sharepoint
How do I create a chatbot in Sharepoint, that uses documents held in Sharepoint as it's data source to produce generative answers?