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
8
votes
2 answers

Consume Sharepoint Office 365 web services from Java application

I am trying to consume Sharepoint Online Office 365 out-of-the-box web services (Lists.asmx) from Java application (from the moment SoapUI 5.3) I tried with all 3 types of authentications (Basic, NTLM, SPNEGO/Kerberos) but always get 403 FORBIDDEN…
Sergey
  • 1,332
  • 2
  • 18
  • 30
8
votes
1 answer

How to add custom managed metadata on Yammer group

We use Yammer at my place of work, and we are looking for a way of sorting groups in custom manners. To that end, it'd helpful if we could add custom metadata to all the groups that currently exist. Is there any well-defined manner of doing so or,…
IsenrichO
  • 4,251
  • 3
  • 18
  • 31
8
votes
1 answer

How to identify actual file updated vs item properties update in the SharePoint item updated event

Is there a way we can identify in the item updated event that the document(File) associated with the item is updated or not? Thanks, Mallikarjun
mallialways
  • 153
  • 8
8
votes
1 answer

SharePoint 2013 Image Rendition Quality

Is there any way to set the quality of the image rendition feature? By default it creates images with a low setting that produces a lot of compression artifacts.
ArjanP
  • 2,172
  • 2
  • 15
  • 22
8
votes
1 answer

"Encoded" login names in SharePoint Client Object Model

I'm writing a small .NET proof-of-concept console app that performs a series of actions on a SharePoint document library. I noticed that the following methods expect an "encoded" login name - that is, login name including provider information, e.g.…
bernhof
  • 6,219
  • 2
  • 45
  • 71
8
votes
1 answer

Getting Item ID after REST Upload to SharePoint 2013 Online Document Library

Can somebody help me connect the dots between these functions. I can upload, but how do I get the ID of the file I just uploaded to update metadata columns on the File in the host Document Library? Many Thanks! function uploadDocument(buffer,…
Hell.Bent
  • 1,667
  • 9
  • 38
  • 73
8
votes
3 answers

how to connect sharepoint with php

Do anyone know how to integrate Sharepoint and Php. I am trying to develop php app which can connect to Sharepoint.In particular since basically I am website developer, I want my all websites to be connected with Sharepoint. So, simply I want to…
samjhana joshi
  • 1,995
  • 4
  • 35
  • 69
8
votes
3 answers

How to setup a development environment for sharepoint 2013

I had installed sharepoint 2013 foundation, sql server 2012 in Windows Server 2012 operating system in virtual machine. I need to setup development environment for sharepoint 2013. Can any one help me on what I have to install apart from that. I…
565
  • 615
  • 2
  • 10
  • 19
7
votes
3 answers

Using JQuery to add a link to an element if a condition is met

I am very new to HTML, CSS and JavaScript. I am trying to use jQuery to make a button active or inactive depending on the time of day. I have managed to get the image to change correctly after defining the time now (d), an open time and a close…
Andy Gill
  • 79
  • 3
7
votes
4 answers

How do I extract the type from a field?

In SharePoint Server side code, you can write something like: field.fieldvalueType Which will sometimes give you the type (DateTime, or whatever). Annoyingly, sometimes, it just returns Null (for example, the ID field). In CSOM, you don't have that…
David
  • 15,652
  • 26
  • 115
  • 156
7
votes
1 answer

Image uploaded from Mobile phone to Angular is sideways or upside down

I am able to upload images from my desktop to an Angular based Web Application overlayed on SharePoint without issue, but if I upload from a Mobile phone, such as an iPhone, using the take "Take Photo or Video" or "Photo Library" function, it causes…
Kode
  • 3,073
  • 18
  • 74
  • 140
7
votes
1 answer

Authentication Options for SharePoint 2013 App Lifecycle Event Receiver Callouts in High-Trust, S2S Configurations

I have an On-Premises, High-Trust Provider-Hosted App (PHA) written using the standard Visual Studio 2013 PHA template. I've followed the configuration steps for High-Trust/S2S apps presented by Kirk Evans in his blog here:…
7
votes
5 answers

SharePoint 2013 - Get SPListItem versions via REST

I have a SharePoint 2013 List with versioning enabled. I need to to get SPListItem versions list via REST. I can get SPListItem by that request: http://spbreportportal/Projects/_api/lists/getbytitle('Projects')/Items(1) But I can't find in…
7
votes
0 answers

Extracting Files from Sharepoint 2013 WSS_Content Database

Sharepoint 2013 stores documents in the WSS_Content database in a table called DocStreams. Up until Sharepoint 2010, files where stored in a single row in a VarBinary column. Since Sharepoint 2013, files are stored in multiple rows using Shredded…
Eli Perpinyal
  • 1,706
  • 3
  • 19
  • 35
7
votes
1 answer

SharePoint 2013 SP1 install error during product configuration: Step 5 Failed, timeout

I am installing SharePoint 2013 SP1 on Windows Server 2012 R2 and cannot get passed Step 5 on the Product configuration manager. The last successful service is the "Document Conversions Launcher Service" then it times out with this error: An…