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
Get Lookup value in WSS_Content
I try to find where does Sharepoint 2016 store lookup values in database.
I create Person and Gender lists:
I wonder a relation from Gender and Person lists. How Person list can get exactly gender data from Gender list. Could anybody provide me…

user1186850
- 133
- 1
- 1
- 8
0
votes
2 answers
Unable to remove decimal from number in Number Column in SharePoint
I have a number column in a sharepoint list with the following settings in place (see screen shot). I need to only see a whole number but a decimal still displays even though 0 is selected for decimal places. Is it possible to remove the decimal…

pache78
- 3
- 2
0
votes
1 answer
Attempting to remove Sharepoint Mysites with a script
I have about 900 old mysite sites that I need to delete. I attempted to script the process and it's not working, here is my script:
<#Set Variables#>
$sites = Import-Csv C:\Scripts\termedusers.csv
$Date = Get-Date -Format 'MM/dd/yyyy'
<#Confirm…

n00b
- 3
- 2
0
votes
0 answers
Get App-Only Access Token in SharePoint 2016
I am trying to get a c# console application running, that is synchronizing the global termstore from an xml on a regular basis. This is gonna be supposed a timerjob, that will run in the windows schedueler.
The target ist a SharePoint 2016…

Jools
- 135
- 2
- 9
0
votes
1 answer
Accessing op premise Sharepoint 2016 throws 401 Unauthorized Error
Good morning,
I´m currently stuck with an issue, I´m unable to find a solution for:
I want to connect to a on premise sharepoint 2016 using c#.
The library I use: Microsoft.SharePointOnline.CSOM Version 16.1.21909.1200 (most recent version)
My…

Murf
- 113
- 1
- 12
0
votes
1 answer
How can I validate WOPI is working on OOS on-prem using PowerShell or REST?
I'm trying to trouble shoot our on-prem OOS and read about the WopiTest framework for Office 365 at MS Docs - WOPI Validation application
Does Office Online Server have a corresponding framework for validating the WOPI framework?
(I couldn't find…

Dennis
- 871
- 9
- 29
0
votes
1 answer
Powershell export data to CSV with columns
I want to export all users of a SharePoint Farm and found the code below. I'm new to PowerShell, so the solution is probably easy, but I struggle with it.
The code works well except that it outputs the data in a single column with each row entry…

Bowerteng
- 3
- 3
0
votes
1 answer
In sharepoint 2016 Is it possible to await sharepoints Edit Form standard save request (the post that happens when you press save) with Javascript?
What i want to do is have the user save the changes they have made to the list item in the edit form and then when the save is completed redirect them to another location instead of refresching the page which Sharepoint does standard.
I want the…

Jr Dev8
- 1
- 1
0
votes
1 answer
How to add autocomplete functionality for sharepoint custom list editor text field
I am new to SharePoint and I created a custom list view and when I edit or add any new record, I want a textfield to have text autocomplete functionality. but I'm not able to do so, Can you please help me out with this.
Edit: the autocomplete data I…

Lokesh Thakur
- 1
- 1
0
votes
1 answer
NTLMv1 authentication support for Quarkus
How does one add or implement NTLMv1 Authentication in Quarkus? I need it so that I can use the quarkus rest client to read and write to Sharepoint folders using their Rest APIs.
See…

lopah elision
- 49
- 6
0
votes
1 answer
Corrupt root site collection - Any risks to delete?
Overview:
We have SharePoint 2016, on-premise. Within it, we have a web application that contains three HostName Site Collections, mapped to three different subdomains. I'm noticing that the root site collection (i.e. the one where the hostname…

user1913559
- 301
- 1
- 13
0
votes
1 answer
Share point unique values
Can you please suggest how to check the unique values from entire share point site to avoid duplicates records. I was able to find only for a list with option "Enforce unique values" so that i have enabled this it not allows duplicate record in that…

karthik
- 1
- 1
- 1
0
votes
1 answer
Sharepoint 2016 Infopath : The trial period for this product has expired
On opening InfoPath form in SharePoint 2016 , I am getting error
Sorry, something went wrong.
The trial period for this product has expired.

Preeti
- 421
- 5
- 14
0
votes
1 answer
Unable to update the list item in the list using REST API in Sharepoint 2016
I've been working with this problem from one month but unable to solve this. I'm able to retrieve the list using GET method rest api. But I'm not able to update the items in the list using POST method in rest api. For clear picture, our idea is to…

Venkat Sai
- 67
- 1
- 11
0
votes
1 answer
Delegate functions in Async queries in Sharepoint
I have an HTML page that is embedded as a webpart in Sharepoint (on-prem).
The page consists of a list of Categories and for every category , a list of Requests.
e.g
1. Category Name: "Cat 1"
- Request Name: "Req 1"
- Request Name: "Req…

Jadenkun
- 317
- 2
- 16