Questions tagged [sharepoint-2016]

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

227 questions
0
votes
2 answers

the object has been updated by another user since it was last fetched

I'm added somefield so my SharePoint solution but i keep getting the error the object has been updated by another user since it was last fetched. foreach (var field in new PageAndFieldData().Fields) { var spField = web.Fields.FirstOrDefault(i…
user7255640
0
votes
1 answer

Customizing sharepoint 2016 ribbon

It's possible to move the gear icon and profile name to another div on sharepoint 2016 ? I want to move gear and user name from the black ribbon to my own ribbon div.
Shahil M
  • 3,836
  • 4
  • 25
  • 44
0
votes
1 answer

Get-PnPProvisioning Template Error - SharePoint 2016

I am trying to extract the data using the SharePointPnPPowerShell2016 module. When I call Get-PnPProvisioningTemplate it start to run, it goes through some of the settings Regional Settings, Supported UI Languages, Audit Settings, Site Security,…
0
votes
1 answer

Visual Studio & SharePoint distant Server

I have VisualStudio 2015 on my computer and i would like to connect it in SharePoint Server which is put on another computer (Using VM) I know that, VS works only with SP in local. Is it possible? Thanks :)
0
votes
1 answer

SAML is a first class citizen in SharePoint 2016, does that mean it doesn't require ADFS for authentication?

SAML is a first class citizen in SharePoint 2016, does that mean it doesn't require ADFS for authentication? I am configuring SharePoint 2016 for the first time and trying to determine if a need and AD FS Server to perform authentication.
0
votes
1 answer

SP2016 On Premise Remote Events Fails with following error "server certificate is not configured properly with HTTP.SYS in the HTTPS case"

We are working on SP2016 on premise provider hosted add-in. Remote Events for the same was working fine in SP2013 with no issues. Once, upgraded to 2016 when installing the app. We get the following error. This could be due to the fact that the…
Kumar
  • 1
  • 2
0
votes
0 answers

Create Folder with Arabic Name using ListData.svc in SharePoint 2016

** Create Folder with Arabic Name using ListData.svc in SharePoint 2016. ** I am Using ListData.svc to create folder: // my C# code var path = pURL + sourceFolder + "/" + folderName; var contentTypeId = "0x012000F069FA9A45983BE"; client = new…
Iyad
  • 1
0
votes
2 answers

SharePoint 2016 Implementation Questions

I am implementing SharePoint 2016 in my Company. I have few questions that I googled to get answers but unfortunately couldn't find helpful answers. Q1. Which scenario is best? Q2. Which database scenario is best? (a) Content Databases with…
0
votes
1 answer

SharePoint 2016 Search WebControls assembly?

I am wondering where the assembly for the webcontrol has gone to. In SharePoint 2013 there was Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll). Now for SHarePoint 2016 there appears to be a new assembly called…
lapsus
  • 2,915
  • 2
  • 32
  • 61
0
votes
1 answer

SharePoint 2016 Publishing features and SP Designer support for them

A lot of my customers are asking about SP16 Publishing Feature information and to what extent if any SPD 2013 will support managing them. I haven't found mcuh info at all on this topic, can someone point me to some good info?
Anthony
  • 536
  • 1
  • 8
  • 27
-1
votes
1 answer

Sharepoint 2016 document master detail layout

I am new in SharePoint development. Right now I am working on a project for the Integrated Management System. We need to provide an easy navigation view for users where they can search and view the document in one place. Is there any built-in web…
-1
votes
1 answer

SharePoint 2016 - SP.MoveCopyUtil.copyFile() method not overwriting the file

I am creating Custom Menu Item in SharePoint 2016. A custom menu basically copies file from one location to another. I am using SP.MoveCopyUtil.copyfile() method with the parameters: context sourceURL destinationURL overwrite - (boolean…
Prabhanath
  • 98
  • 1
  • 7
-1
votes
1 answer

PnP — Add a claim value to a SP Group using PnP powershell

I was hoping to find an example where i could add a particular custom claim value to a SP group using PnP PowerShell. Basically do what is done below using PnP PowerShell $ClaimValue = $_.ClaimValue if ($_.ClaimType -eq $ClaimTypeSchema.GroupSID) { …
-1
votes
1 answer

Forms on SharePoint

I am trying to create a solution in SharePoint 365 (I am new in SharePoint). Below is what I am looking for: 1. A user logs in and opens a form which they fill details and forwards/submits to the supervisor for approval. There are about 20 fields to…
-1
votes
1 answer

How to make look and feel of custom Excel sheet made using c# similar to the one downloaded from SharePoint

I have made an excel download console application using csom to download the list data from SharePoint. I want this excel to look like below SharePoint Excel: Currently my custom excel looks like below: Can anyone please help me with the…
1 2 3
15
16