Questions tagged [sharepoint-2019]
101 questions
1
vote
2 answers
SharePoint 2019 - Adding Custom Response Header Is Not Working
I'm trying to add a custom response header to a SharePoint 2019 site but the response returning from the server is not showing this header, any idea why?
SharePoint version: 2019 Standard
OS: Windows Server 2019 Standard
IIS version:…

A Seyam
- 347
- 2
- 13
1
vote
0 answers
Querying for Project Permissions on Sharepoint 2019 using CSOM
This is my first post here, and I hope someone can help me. Please feel free to ask for more information about my question if needed.
I am currently working on a project to migrate a Sharepoint 2010 solution to Sharepoint 2019, and right know I am…

Vinícius Botto
- 11
- 1
1
vote
1 answer
How to generate Link to Author - Spfx/React and Sharepoint 2019?
I am pretty new at working with Sharepoint (2019) & React, so my question is:
My goal is to develop a webpart, which basically shows entrys from a list in a more fancy way.
First of all, i got all the items from that list:
await…

Sarah Feldbacher
- 11
- 3
1
vote
2 answers
How to return array from function in react js
Hi i am new to react js i am calling getItem function and pushing response to an array and return array that array but i am getting empty array before i return
private _LoadExpenses() {
const items: IExpense[] = [];
…

Rana Umair
- 21
- 1
- 6
1
vote
0 answers
SP2019 Mix Shared/Dedicated Minroles
Setting up a SP2019 environment. Documentation I found online mentions doing either Shared Minroles for all the servers or dedicated for all. My question is, can you mix them or is it one or the other? I don't see why you couldn't but before I do,…

Nick Fioravanti
- 11
- 1
1
vote
0 answers
Debugging feature activation in SP2013
I have one feature in my solution and when I try to activate the feature using Install-SPFeature, I get following error-
Install-SPFeature : Failed to find the XML file at location
'15\Template\Features\SPFeatureDefinition
…

psspl-krunalrohit
- 11
- 1
1
vote
1 answer
Is Google charts are working in SharePoint 2019 or not?
We are planning to migrate the applications from SP2013 to SP2019 , In our SP 2013 applications we have a google charts, I just want to confirm that SharePoint 2019 supports the Google charts or not? I read many blogs but I have not found a clear…

RJ Thorat
- 11
- 2
1
vote
1 answer
Deploying SP 2016 wsp to SP 2019 but resulting in error for Add-SP Solution
I have tried to Deploy SP 2016 wsp to SP 2019 but that resul in error for Add-SP Solution Input string was not in correct format at line 1.
I have opened the SP 2016 wsp in VS 2017 in an environment with the SP 2019 installed.
Also upgraded the…

Sigar Dave
- 2,598
- 1
- 20
- 42
0
votes
0 answers
I can't found metadata column with a Websites content source type
I have a problem with a content source which is Websites type in a SharePoint Server 2019 farm.
If I use a "SharePoint sites" content source type, I can get the value of a metadata column field. But if I use a "Websites" content source type, I can't…

Gotrath
- 3
- 2
0
votes
1 answer
Crawled properties doesn't appear in Search Service Application in SharePoint Server 2019
I have a problem in the search service. In my develop server, I can get a property which is a metadata column. I have some rules to exclude contents and include others.
My problem is when I try to do the same in a preproduction server, which have a…

Gotrath
- 3
- 2
0
votes
1 answer
SharePoint 2019 Column Formatting - can't get it working
I am trying to get column formatting using JSON working in my on premise SharePoint 2019 and I just cannot seem to get it working and I am struggling to find documentation for it. From what I have read Excel style JSON isn't supported in SharePoint…

BenW81
- 1
- 1
0
votes
0 answers
Change Group Owner using Sharepoint REST API
I'm using Sharepoint 2019 and looking to update the owner of a group utilizing the REST API. There have been plenty of examples for the "usual" asks - authentication, create site, add users, rename, etc. But changing a group owner has been…

Jesse Q
- 1,451
- 2
- 13
- 18
0
votes
0 answers
Sharepoint List view column Order Auto update
I am having sharepoint list view when I Modified the one column order to any number all the columns will also auto change.
But in few sites If I give the sort order to 2 and 2 already exist both columns show order as 2 and when i save it it will…

user3771062
- 1
- 1
0
votes
0 answers
Aggregations for SharePoint 2019 Library using CAML Query
I have the following code to read to SUM of Total, PaidAmount, and ForgivenAmount from SharePoint 2019 Library named Invoice.
public void GetTotalsForClient(int clientID, DateTime startDate)
{
using (SPSite site = new…

Nikhil Chavan
- 1,685
- 2
- 20
- 34
0
votes
0 answers
How to set up the hello world webpart for Sharepoint 2019, using Share point framework v1.4.1
I followed Microsoft's instructions for building my first hello world web part for sharepoint 2019 found here and here. Everything has worked up until the "To get access to the page context" section of part 2
I pasted the code and save the files…

Cal
- 1