Questions tagged [sharepoint-2013]

Microsoft SharePoint version 2013

Definition

SharePoint is a collaboration environment that organizations of all sizes can use to increase the efficiency of business processes.

Important changes in SharePoint 2013

  • Cloud App model

  • Development tools enhancements

  • Expanded APIs

  • Database caching, called Cache Service

  • Content-aware switching, called Management

Hardware/software requirements

These can be found on this page on TechNet.

SharePoint Editions

SharePoint has multiple editions available including:

  • SharePoint Standard
  • SharePoint Server
  • SharePoint Enterprise
  • SharePoint Online

Latest releases of SharePoint

  • SharePoint Server 2019
  • SharePoint Enterprise 2019
4860 questions
6
votes
5 answers

Sharepoint 2013 MVC 5 provider-hosted app. Fails to authenticate on HttpPost using [SharePointContextFilter]

I have been banging my head for the past week unable to resolve some issues with proper authentication for sharepoint provider-hosted app. I am currently developing a sharepoint app for a company's Sharepoint online. I am using Visual Studio 2013. I…
Lys
  • 568
  • 1
  • 4
  • 18
6
votes
1 answer

ClientPeoplePicker in CustomForm

I have Calendar and have a few customer fields and taking the input through a custom form. As the custom form defaults to using SharePoint:FormField for people picker; I have included the ClientPeoplePicker using the following…
Vishwa
  • 106
  • 1
  • 8
6
votes
2 answers

How to prevent SharePoint 2013 app parts from cancelling Minimal Download Strategy (MDS)

I have found that page loads in SharePoint 2013 Online (have not tested On-prem) falls back from MDS to the full page load for any page which contains an app part. I have found this to be true for both SharePoint hosted app parts and provider…
Eric Bowden
  • 112
  • 12
6
votes
2 answers

Provisioning Sites, Lists, Libraries etc within SharePoint

Previously when provisioning list, libraries, site columns, content types, list definitions etc in SharePoint I typically used SharePoint features, deployed via a WSP - or used PowerShell scripts. This meant I had a package that could be deployed…
dhendry
  • 297
  • 3
  • 9
6
votes
4 answers

Delete All List Items Sharepoint 2013 REST

I need to delete all the Items in a Sharepoint List using REST API. How can I achieve this? I can delete a single Item using: "/_api/web/lists/getByTitle('MyList')/items('ID')" I tried to remove the ID but it did not work.
Nk SP
  • 822
  • 4
  • 19
  • 37
6
votes
4 answers

Add ListItem to List Folder using Rest-Api

I have a problem with adding a ListItem in a specified Folder while using SharePoint 2013 REST api. With the Client Object Model it would look like this: var creationInfo = new SP.ListItemCreationInformation(); creationInfo.FolderUrl =…
Mark
  • 3,273
  • 2
  • 36
  • 54
6
votes
0 answers

How do you force the expiration of an OAuth refresh token for testing purposes in SP2013

We have an application that makes use of OAuth in SharePoint 2013. The application stores the access token for a user and makes use of the refresh token to request a new access token whenever it expires. This flow works perfectly. However, refresh…
6
votes
2 answers

Sharepoint Designer 2013 - How to add a web part zone?

I have a problem in Sharepoint 2013. I'm using Designer 2013 and I'm trying to add another web part zone. As you can see from the picture, there is a web part zone to the left. I know how to decrease the width of the web part zone, so there's space…
Sergiu Tripon
  • 103
  • 1
  • 2
  • 8
6
votes
1 answer

Sharepoint 365 ACS OAuth in Objective-C: realm error - Help Needed

Okay, so we are building an iPhone app to hit a Sharepoint 2013 site that is hosted on Office 365. If I were building this in C#, which I've already done, I would have the luxury of just using TokenHelper.cs to get me most of the way there. …
Mike Homol
  • 481
  • 5
  • 19
6
votes
0 answers

using sharepoint OOTB DragDrop.js library in Custom webpart

I implemented drag and drop file upload functionality using REST api in my webpart . But i found an OOTB sharepoint dragdrop.js library which has numerous methods to create drag drop control. Does anyone has an example to create a dragdrop control…
Shekar Reddy
  • 616
  • 7
  • 18
6
votes
2 answers

Creating SharePoint 2013 Lookup List Column Visual Studio 2012 List Designer

I'm trying to use the Visual Studio 2012 SharePoint 2013 List designer to create a lookup field but it is not working Using the designer I created a simple list (Ad Agencies) with a column (Agency Name) that I want to appear as a lookup column in a…
ChiliYago
  • 11,341
  • 23
  • 79
  • 126
6
votes
1 answer

404 error for /_vti_bin/client.svc

Whenever I try to save I get this error (via javascript console) POST https://domain.local/_vti_bin/client.svc/ProcessQuery 404 (Not Found) Any ideas?
Paul Riker
  • 785
  • 2
  • 10
  • 30
6
votes
1 answer

Changing date format in display templates for SharePoint 2013

I have a Content Search Webpart that uses a customized Display Template to display results of recent changed documents. I would like to show the "last modified-date" below the document Title. I can then use #= ctx.CurrentItem.ModifiedOWSDATE =# to…
Terje A T
  • 63
  • 1
  • 1
  • 3
6
votes
1 answer

SharePoint 2013 and ASP.NET WebApi

I would like to use ASP.NET WebApi inside a SharePoint 2013 farm solution. I know it is not supported out-of-the-box, but I found SignalR can be run by means of a simple HttpModule, so I was wondering whether a similar appoach could be used. Thanks…
user2363245
  • 1,675
  • 2
  • 11
  • 13
6
votes
3 answers

Using the razor engine in SharePoint 2013 Visual Web Part

I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0 I'm simply not sure of where to begin to do this. I've…
anpatel
  • 1,952
  • 4
  • 19
  • 36