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

Sharepoint 2013 - Taxonomy- Microsoft.SharePoint.Taxonomy.TaxonomySession.GetTaxonomySession”

I am updating manage meta data field using C#. Following is code to get TermId for term. string termId = string.Empty; try { TaxonomySession tSession = TaxonomySession.GetTaxonomySession(CC); …
Banng
  • 531
  • 1
  • 6
  • 19
7
votes
4 answers

Code is giving error, "ReferenceError: CryptoJS is not defined" , while I have included required .js references, what's the reason?

Here is my code, I have included following .js files, onpage load it is giving error "ReferenceError: CryptoJS is not defined" why does it give that error when already js references are added. I am making a sharepoint-2013 app using office…
Niranjan Kulkarni
  • 171
  • 1
  • 1
  • 10
7
votes
1 answer

Cannot find a script or an extension object associated with namespace http://schemas.microsoft.com/WebParts/v3/Publishing/runtime

I have a custom Xsl file to use with my XsltListViewWebPart, but when i run the page with the web part inside, i get the following exception in my log: Error while executing web part: System.Xml.Xsl.XslTransformException: Cannot find a script or an…
mnatan.brito
  • 883
  • 5
  • 18
  • 32
7
votes
2 answers

SharePoint REST Get User Title in a single REST query

I have a list which has a "People and Group" column. when I query the rows using REST, I get user Ids listed in this column. I found this article which will help me in converting each id to a…
Knows Not Much
  • 30,395
  • 60
  • 197
  • 373
7
votes
1 answer

SharePoint 2013 KnockoutJS Lookup columns

I have a basic knockoutjs project loading data from a SharePoint 2013 list scenario. Getting data and displaying data is easy, the problem that I'm running into is on the edit mode displaying the proper control. Everything should not be a textbox.…
bitterac
  • 171
  • 3
7
votes
4 answers

List 'MyList' does not exist at site with URL

I am trying to make a query on a SPList but I got an error saying that List doesn't exist. How can I read the current context in the proper way ? Is somehow a deployment issue ? var clientContext = new SP.ClientContext.get_current();; var oList =…
Bogdan M.
  • 1,128
  • 1
  • 9
  • 23
7
votes
4 answers

SharePoint 2013 search result web part not showing all result

I add the standard search result web part to an empty page layout. I click "change query", and add the query I want. The search result preview shows 179 results. Perfect, just what I wanted. I click "OK", "Apply", and publish the page. Now it only…
Engern
  • 875
  • 3
  • 11
  • 20
6
votes
2 answers

Find a list of Files using Sharepoint REST API

This seems to be an aloof question that I can't track down anywhere including here, so I am going to try again to see if someone has a solution. I have a SharePoint 2013 instance that I use the REST API for doing content searches and return to my…
john
  • 1,273
  • 3
  • 16
  • 41
6
votes
3 answers

Basic Authentication not working from Android to Sharepoint 2013

I have been trying since two days to set basic authentication from my android application to SharePoint 2013. I have used HttpUrlConnection,DefaultHttpClient,Retrofit and Volley but these all are showing Authorization failure error. Which is working…
Satheesh
  • 1,722
  • 25
  • 35
6
votes
2 answers

Retrieving query string in sharepoint add-ins

I'm developing a Sharepoint 2013 Add-in, and I need to retrieve the query string of the original request. Users are linked to our add-ins from emails and we need to provide some context. The add-in is requested like…
Tommy Jakobsen
  • 2,323
  • 6
  • 39
  • 66
6
votes
2 answers

SharePoint 2010 project incompatible in Visual Studio 2015

I have installed Visual Studio 2015 (Professional). But when I open SharePoint 2010 project on VS 2015, it's showing project is incompatible. Could you please tell any solution or idea to load the project in VS 2015?
6
votes
1 answer

How can I persist web part state from inside a client web part content page?

I have just set up and created by first ever SharePoint development effort: a project for a web part, to be hosted in a SharePoint Online instance (my Office 365 trial). I have figured out how to use the List API to pull the content I am supposed…
ProfK
  • 49,207
  • 121
  • 399
  • 775
6
votes
1 answer

Javascript csom to access Page Properties

I have some wiki pages in SharePoint 2013 Onpremise "Site Pages" Library. I have created a column "Priority" in the library . I want to access the Page Property from Client Side. I know this is possible from Server side by the following code:…
Godwin
  • 600
  • 5
  • 16
6
votes
4 answers

"The property or field 'Id' has not been initialized. It has not been requested..." when trying to access GUID of Library in SharePoint via JavaScript

I am trying to access the ID of Library using client-side object model in SharePoint 2013. But I am getting error as: The property or field 'Id' has not been initialized. It has not been requested or the request has not been executed. It may need…
Naveen
  • 6,786
  • 10
  • 37
  • 85
6
votes
3 answers

New-Object : The term New-Object is not recognized as the name of a cmdlet

I want to configure high trusted app for app dev in SharePoint, and to do so, i need first to insert some commands in the powershell editor like : $publicCertPath = "C:\Certs\HighTrustSampleCert.cer" $certificate = New-Object…
Haithem KAROUI
  • 1,533
  • 4
  • 18
  • 39