For SharePoint specific questions, please see the SharePoint Stack Exchange (https://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint 2016. Microsoft SharePoint 2016 is a platform and a family of software products developed by Microsoft for collaboration
Questions tagged [sharepoint-2016]
227 questions
0
votes
0 answers
Manually starting a workflow 2010 created in sharepoint designer 2013 return infopath error
I've created a simple workflow 2010 in SharePoint Designer 2013 with admin user that should be manually triggered from a user in a SharePoint 2016 intranet.
The problem is that if I trigger the WF associated to the doc lib, logged in with the admin…

GianAnd
- 1
0
votes
0 answers
Getting Empty response when connecting SharePoint 2016 Excel Web Service method via SOAP client
We have a SharePoint 2016 farm and we try to connect the site and Excel Service via SOAP client. When we use OpenWorkbook for getting session ID, its working fine and the session ID is coming. With that session if we call other methods like GetCell,…

Babu M
- 1
0
votes
0 answers
Conditional formating in sharepoint 2016
I am new in SharePoint and I try to build conditional formating on row level on my current list. I have SharePoint 2016.
I need rows where date () is less then a month away from current date to become RED. Something like a reminder that that date…

Janko Knezevic
- 1
- 2
0
votes
1 answer
Sharepoint 2016 Java Script to prevent duplicate entries in a list
I'm attempting to code a java script to prevent a user from entering a new list entry that has a duplicate name and start date/time to an existing entry.
Essentially it is a vehicle booking system (i'm aware of schdeuler and resourse task types,…

Nick.Q
- 1
0
votes
0 answers
Is an OpenIdConnect MembershipProvider for SharePoint On Premise possible?
I'm looking for a way to allow users to logon to SharePoint on-premise (SharePoint Foundation 2016) by means of OpenIdConnect (with Azure AD).
In the current situation we use a custom ASP.Net Membership provider which derives from…

Eddy Z
- 1
- 1
0
votes
0 answers
Connect to SharePoint 2016 from .NET 6
I tried to connect to ShrePoint 2016 from .NET 6 using NuGet Microsoft.SharePoint2016.CSOM
Here is my code
using var context = new ClientContext("https://some.host.com/sites/reports");
context.Credentials = new NetworkCredential("login",…

r00xus
- 79
- 6
0
votes
0 answers
Where do I configure sharepoint database connection string?
I want to change the connection string that SharePoint uses to connect to it's internal database
ComputerName1\SHAREPOINT will change to ComputerName1_OLD\SHAREPOINT at some point.
because the network name of the server will change.
Where do I…

Liero
- 25,216
- 29
- 151
- 297
0
votes
0 answers
Approval Status reverting back to pending state after every approval
I have a document library where users upload files, and they are approved by respective group of people. But every time the authorized person approves the file it reverts back to pending status. There are no workflows attached to the library.…

MaryJ
- 1
- 1
0
votes
1 answer
Cannot open office apps in web browser mode from SharePoint
I've installed Microsoft office web apps offline in the VM and also Installed SharePoint 2016 in another VM machine. Both VMs are connected to the domain.
Besides, I've successfully connected SharePoint to the office farm. But when I try to open…

al fk
- 1
- 1
0
votes
0 answers
Getting Error 401 unauthorized when connecting to SharePoint 2016 server in C#
I am creating a simple console application that connect to SharePoint Server 2016. However, I receiver error 401 unauthorized when it gets to context.ExecuteQuery. I have no issues connecting to SharePoint Online. The issue is perculiar to…

Ucheuzor
- 31
- 6
0
votes
1 answer
Is it possible to add a .txt file as an attachment to a SharePoint list via powershell which has some more columns
I have a sharepoint 2016 on Prem list. Which has a few columns. And iam populating values to this list using powershell. Is it possible to add a .txt file to this list as an attachment.. i have seen one field attachment, but what is it's internal…
0
votes
0 answers
SharePoint 2016 color code items that are grouped
I am using a script editor web part (with code inserted) to color code items in rows that are grouped for a sharepoint list. I'm extremely confused as to why the the color applies only when I'm in edit mode. The code I'm using in the script editor…

pache78
- 3
- 2
0
votes
0 answers
SharePoint page not showing images and dynamic hrml from content editor webpart
I have a content editor webpart (SharePoint 2016) where i have some html content and some more html generated after an ajax call is executed on document.ready jquery.
Everything is working fine but sometimes randomly the page doesnt show any…

Vikas Kottari
- 495
- 2
- 10
- 24
0
votes
1 answer
Thumbnail View on Sharepoint 2016 Document Library
is it possible to change view from list to thumbnail on document library sharepoint 2016?
I've searched for documentation on google, youtube, microsoft still can't find the answer, please help. Currently the display of the user is still a list

Fadhil Dzulfiqar
- 1
- 4
0
votes
0 answers
SharePoint list Access denied error when restored from different domain
I've backed up and restored a SharePoint 2016 site collection. Source and target are in two different user domains. Restore worked fine and the site is opening fine after the site collection administrators are changed. But I'm not able to access the…

Deepak
- 11
- 2