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
2
votes
1 answer

Sharepoint 2016: IIS - using log-in credential identity instead of AppPool identity

I have an aspx website which is deployed to a sharepoint 2016 server and have call to windows services (WCF) in another machine. I want to input a log-in credential and use this account for the request to windows services. But all requests have…
Thien Long
  • 339
  • 2
  • 12
2
votes
1 answer

SharePoint 2016 Templates in VS2015

New to StackOverflow so sorry if I'm doing this wrong. Trying to get set up with SharePoint 2016 Development. Moving from SP2010 and need to look into getting some things updated. Have a 2016 single server farm set up for evaluation/development…
NeoMatrixJR
  • 31
  • 1
  • 3
1
vote
0 answers

SharePoint REST API Setting CheckoutUser using ValidateUpdateListItem()

I am trying to update the CheckoutUser for a file in SharePoint because when the file is checked out in my code, it is being checked out by a SharePoint admin account and I want the CheckoutUser to show the person who actually checked it out.…
1
vote
0 answers

SharePoint list column header filter not working

I have a list which has exceeded LVT,I have created a view and filtered it on an indexed column and made sure the items returned by the filter are less than 5000. When I am trying to filter in the column header on a choice (single value) column it…
1
vote
0 answers

User profiles marked DELETED for active AD accounts

We have a number of our active AD accounts marked for deletion in the SharePoint 2016 User Profile service, roughly half of our people have had their accounts updated with -DELETED- even though their accounts are still active in Active Directory,…
Simon
  • 31
  • 1
  • 3
1
vote
0 answers

Sharepoint _x0020_ What to convert to?

I´m using CSOM to get Data from a onpremis sharepoint 2016. Everything works fine until I want to access a DocumentLibray containing a space. The spaceis represented as _x0020_. When fetching all DocumentLibraries from the sharepoint i get…
Murf
  • 113
  • 1
  • 12
1
vote
0 answers

SharePoint 2013 - On clicking of Edit icon, show popup box (or) modal dialog

I have a grid which displays data from the SharePoint list. On clicking of Edit icon, it should display a popup, where it allows users to edit Expiration date and notes field as per below screenshots. Once user clicks on save, it should save the…
1
vote
1 answer

How to check if a Rating is enabled for a sharepoint online list using JavaScript?

I am writing a JavaScript code where I want to allow user to provide star ratings to a particular article. This code will be in the form of widget. SO I want to first check if the Rating is enabled for a given sharepoint list. So, if the Rating is…
1
vote
0 answers

MS Project Server - How to block/interrupt save and publishd event on closed project

As in title, how to do it using csom to check for eg. boolean custom field 'Project closed' is set as true and lock project for editing. I think do it on project event, but how? I've checked that on click save button first triggered method is…
Konrad L
  • 21
  • 3
1
vote
1 answer

Sharepoint online archive Options

I want to know the out of the box Sharepoint online archive Options. If we want to move Sharepoint on-premises sites to Sharepoint online archive what and all options are there ? Is there any 3-rd party tool ? Possible to move Azure blob ? Can you…
Elina
  • 139
  • 3
  • 9
1
vote
1 answer

How to set progress in custom long running timer job

I need some logical advice for setting progress in custom long running timer job (more than half an hour). I have loop for more than 50k items in timer job Execute. How to elegant update progress bar every minute or two using…
Marko Tica
  • 391
  • 4
  • 11
1
vote
0 answers

How does the following code to get around the SharePoint ASP.NET no scripting requirements, and how can I prevent it?

I am an administrator of a SharePoint 2016 environment and I came across this article. The author had investigated if there were any ways to get around the no scripts rule of a SharePoint ASP.NET environment (in web.config, script blocks are by…
4yl1n
  • 148
  • 1
  • 10
1
vote
0 answers

Is it possible to extend SPFieldUrl to have more properties like url or description, to create a custom field type?

Url field type has more than one property : something like url, description. I want to know that how can I extend url field type(or some other field type that have more than one property) to create a custom field type with more than one property?
1
vote
1 answer

How to filter dropdown values of a column in sharepoint online based on the values on another column within same list?

consider i have two columns eg: country & city(both are lookup columns) , what i need is that for eg: I choose Canada as value in country column , then the dropdown values in city column should only contain cities within Canada. likewise for other…
1
vote
3 answers

Delete Sharepoint files using Python

I want to delete files in Sharepoint 2016 from its recycle bin. I am able to delete files from my folder using requests.delete. However, not able to do the same from recycle bin. Can we achieve that?
1
2
3
15 16