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
1 answer
My JSLink script will not work
I am attempting to use JSLink ..finally.. and I am having some trouble that I cannot seem to straighten out. For my first venture down the rabbit hole I chose something super simple for use as proof of concept. So I looked up a tutorial and came up…

Chris Lee
- 13
- 4
0
votes
1 answer
How do I create a simple user form in SharePoint 2016?
I want to create a simple user form in Sharepoint 2016 that has below details. When a user clicks submit, it should send mail to a group of people.
USER REGISTRATION
NAME:
TITLE:
REGION:
email-id:
Tentative dates:
Comments:
Submit
Any help would be…

mss tdy
- 15
- 1
- 11
0
votes
1 answer
Can I create a SharePoint 2016 trial VM with "Developer Program Benefit" subscription on Azure?
I have "Developer Program Benefit" subscription, would like to know if I can create a SharePoint 2016 trial VM on Azure for free?

krishna
- 575
- 2
- 8
- 22
0
votes
1 answer
How can i convert this statement to a SharePoint formula
I'm new to SharePoint, I'm trying to convert the fallowing statement to a SharePoint formula any ideas.
if(num/1000 != 1){ return num;} else {num=0 ; return num;}

Msinger
- 59
- 5
0
votes
1 answer
SharePoint 2016 check folder exists 500 internal server error
We are using SharePoint 2016 for storage and retrieval of files. And using java httpclient class to do it. Now we are using following API to check whether folder is already present.
String folderURI = "/_api/Web/GetFolderByServerRelativeUrl('" +…

rrm
- 9
- 2
0
votes
1 answer
How to install OfficeJS Addin on sharepoint
I have written a small officeJS addin for excel which run perfectly on desktop excel client. Also office online gives an option of installing the addin from the ribbon menu. I want to do the same for microsoft sharepoint server 2016 which can be…

user3432392
- 11
- 3
0
votes
1 answer
TFS 2015 Integration with SharePoint 2016
Is TFS 2015 is compatible with SharePoint 2016? Google search shows it is not compatible but didn't find any updated reference.

Saad
- 1,312
- 5
- 17
- 40
0
votes
2 answers
When upgrading a WSP file using a C# code receive an error
There are several WSPs that I am trying to install, all of which were upgraded properly in SP2013 environment, but when I am trying to upgrade them in SP2016 then it is not working.
I am using a command of Solution.Upgrade to upgrade them.
Here's…

Sigar Dave
- 2,598
- 1
- 20
- 42
0
votes
1 answer
SharePoint 2016 workflow manager installation error
I found this article: "SharePoint 2016: Step By Step Installation of Workflow Manager"
When I get to step 2 (Install Workflow Manager 1.0 CU 2) I receive an error:
DownloadManager Information: 0 : Remote file has not changed, using local cached…

Vladimir Pachkovskiy
- 13
- 4
0
votes
1 answer
How to check if a user has Full Control in a current web in SharePoint using J query?
Is there a Rest Api or any other function that can tell if a user with certain login name has full control in a particular web.
I am trying to check if a user has full control in a web using jquery or rest api.
Any ideas

user388969
- 337
- 1
- 9
- 30
0
votes
1 answer
Typescript return value
I am trying to return a string from a typescript function -
private _renderListAsync(): string {
let _accHtml: string='';
// Local environment
if (Environment.type === EnvironmentType.Local) {
this._getMockListData()
…

user3759018
- 39
- 7
0
votes
1 answer
How to enable anonymous branding site
I use visual studio to deploy custom master page and I create publishing site that inherit this mater page. Then I enable anonymous the publishing site but it is till ask user and password when I go on. Please help me to resolve it.

Ngô Thành Nguyên
- 93
- 3
- 7
0
votes
1 answer
how to customize access denied page sharepoint 2016
I am looking to find a solution to brand "access denied page" in sharepoint 2016.
The sharepoint default page is simple and I want to brand this page, also having my company logo.
Below is the image of the default page in sharepoint 2016.

Hassan
- 35
- 9
0
votes
0 answers
sharepoint 2016 access denied issue
First of all, I am trying to retrieve decent webinfo of my web application however I received Access denied error and the error is coming from site collection “sitemaster-a118466c-660d-479c-873f-af6284910724” as screen shot below
I never create…

roy
- 65
- 3
0
votes
1 answer
power view with Sharepoint 2016
I am trying to publish sharepoint2016 website including Power View reports which created by SQL server services service (SSRS). there is top level site and bi center as sub-site; both are working fine but problem is that when I try to view the…

Bader
- 1
- 1