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
1
vote
0 answers

Cannot delete sharepoint app due to an error

I clicked cancel when app was updating and this caused "Sorry, something went wrong with updating the app. Click to retry." error. When I click retry, cancellation process begins, but couple of seconds after the same error pops up. There are no…
Vadims Samsinovs
  • 114
  • 1
  • 12
1
vote
2 answers

Can not install Workflow Manager to work with SharePoint Server 2013 farm

I installed SP Server 2013 and Workflow Manager in one server. When I configure Workflow Manager to work with SharePoint Server 2013 farm (http://technet.microsoft.com/en-us/library/jj658588), I am encountering this error: Help me plz
1
vote
0 answers

Power Pivot Interactive Data refresh

I have an Excel workbook contain powerpivot table, data source from sql server, upload it to Sharepoint site. I can enable Schedule Data Refresh and it works but here my issues: Data do not refresh as soon as possible, every time i check back the…
1
vote
0 answers

SharePoint 2013 list view search box event

I need to manually fire the "Enter" press on the search box that's provided by SharePoint 2013 for my document list view. I've tried to use jQuery .trigger(e) (where e.keyCode == 13) on the id of the search box. This doesn't do anything. Is there…
Beebunny
  • 4,190
  • 4
  • 24
  • 37
1
vote
1 answer

Creating site collection programmatically with custom site template in Office 365 APP

I am trying to create a site collection in Office 365 through an auto-hosted app. I am using the Microsoft.Online.SharePoint.Client.Tenant.dll and my code is as below. using System; using Microsoft.Online.SharePoint.TenantAdministration; using…
RAHUL
  • 167
  • 5
  • 16
1
vote
0 answers

How do I properly uninstall and reinstall SharePoint 2013? (Avoiding 503 Error)

I have looked in quite a few places but all the information I have seen does not address my scenario. Please note that I can probably just make a new server for my SharePoint 2013 installation but I think this might be one of those gems for people…
Adam Laurie
  • 117
  • 2
  • 11
1
vote
1 answer

Can I create a SharePoint 2013 project in VS 2012 in Windows 7?

I read that for SharePoint 2013 will be able to create projects for SharePoint using Visual Studio installed on Windows 7 Does anyone know how to do it can or whether at all there is such a possibility? Or in VS 2013?
kol1991
  • 65
  • 3
  • 13
1
vote
1 answer

Using Windows form to remote/ active/ Claims based authenticate to on premises MS SharePoint 2013 website in C#

How do I use Windows form to remote/ active/ Claims based authenticate to an on - premises MS SharePoint 2013 website in C#? Please I'm new to SharePoint 2013 App Dev so I would appreciate clear and simple steps on how to accomplish this…
andy
  • 85
  • 2
  • 10
1
vote
0 answers

sharepoint 2013 - expand group in DVWP not working after upgrade from 2010

I'm working on a SharePoint site that was just upgraded from SP2010 to SP2013. Some of our pages have a DVWP with items that are grouped. The issue is that once a group is collapsed, it cannot be expanded. In SP2010, there would be a '+' icon next…
RahulP
  • 11
  • 3
1
vote
1 answer

Create nested folder in sharepoint through c# code

How to Create nested folder in sharepoint through c# code ? For Example, I have String like "Shared Documents/Folder1/Folder2/Folder3" and I want to create that folders or skip if folders are already exists, through c# code. Any suggestion or code…
1
vote
0 answers

Word toolpane app can't access to sharepoint 2013 online portal with REST API

I'm developing a search app on word with napa. I want to search keywords on my sharepoint online portal. When i click the search button it gives 'Access is denied' error. My codes are as below. How can i access to my portal? …
1
vote
1 answer

SharePoint 2013 list view issue

I have a List View web part in my SharePoint 2013 site that displays some documents and I wanted to change the view of this web part to show different items. However, when I change the view, everyone else still sees the old view even though I have…
Chris Eaheart
  • 548
  • 2
  • 7
  • 25
1
vote
1 answer

SharePoint 2013 in place search issue

I am doing an in place search in a document library and results are being returned just fine. However, some users are reporting seeing the following message: Some files might be hidden. Include these in your search I also receive this message at…
Chris Eaheart
  • 548
  • 2
  • 7
  • 25
1
vote
1 answer

How to make something like Area Contents in Sharepoint 2013

So we have installed SP 2013 for corporate portal and created a structure for Departments site. What we want to have - something like Table of contents for the site, which will list all the subsites (departments) and their subsites. I know about the…
Nika
  • 11
  • 2
1
vote
1 answer

SharePoint 2013 - Associating Site Columns With Content Types Using the REST API

I'm trying to use the REST API to programatically create site columns and content types. Everything works fine until I try to associate my site columns with my content types. By this point in my code the site columns and content types already…
Nathan
  • 96
  • 1
  • 4
1 2 3
99
100