For questions completely specific to SharePoint 2013 and **not past or future versions**

learn more… | top users | synonyms (1)

3
votes
0answers
46 views

Get list item “Likes” using JSOM or REST API's?

How can you retrieve a list items "Likes" using the JSOM or REST API's? I know there is the following method: SP.Social.SocialFeedManager.getAllLikers(postId), but in testing I was not successful ...
3
votes
0answers
50 views

The remote event receiver callout failed

I've created an AppEventReceiver for my High Trust Remote app, when I deploy the app through Visual Studio 2012 I get the following error The remote event receiver callout failed The HTTP request is ...
2
votes
0answers
31 views

Creating a Categories term store to manage my Wiki Pages Vs creating multiple wikis sub-sites

I want to create a publishing site which have enterprise wiki to store and manage internal procedures for our company, so I find that there are two different approaches which I can follow to organize ...
2
votes
0answers
25 views

How to send automatic email/s to the approve/s of content on my enterprise wiki

I have created a publishing site which contain enterprise wiki and for some sites I define that I contents require approval before being published. Currently the new wiki article will not be published ...
2
votes
0answers
45 views

Sharepoint 2013 CMIS producer NTLM authentication

I was able to integrate with Sharepoint 2013 CMIS producer only by using Basic HTTP Authentication! According to Microsoft: ...
2
votes
0answers
138 views

Office Web Apps 2013 on different domain

Does anybody know if it's possible to connect a SharePoint 2013 farm to an Office Web Apps farm that's on a separate domain? I tried to set it up using the steps documented in ...
2
votes
0answers
159 views

TFS 2012 Integration SharePoint 2013 Issue

Trying to do integration between TFS and SharePoint, but running into some issues. Followed instruction as below, with a small difference, TFS 2012 is sitting on one server, SharePoint 2013 is on a ...
2
votes
0answers
113 views

Bug: JSLink on field/column breaks callout menu in Chrome, Firefox

I am trying to use JSLink+JavaScript to customize the rendering of a field. My very simple JavaScript code looks like this: ;(function () { 'use strict'; console.log('EmployeeFieldCSR ...
2
votes
0answers
77 views

Windows Live ID Compliance Guide

I've been following this guide to set up Windows Live ID authentication (http://www.wictorwilen.se/Post/Visual-guide-to-Windows-Live-ID-authentication-with-SharePoint-2010-part-1.aspx) and it makes ...
2
votes
0answers
161 views

Chrome font rendering issues

Basically, the issue lies with Chrome, as it will not render ttf fonts properly using antialiasing. A popular fix is to order the @font-face directive so that the svg-font is first. Only Chrome will ...
2
votes
0answers
156 views

Opening document from Search results - This action couldn't be performed because Office doesn't recognize the command it was given

Hi I am trying to open an Office document by clicking on the search results document title, however an error box pops up saying: This action couldn't be performed because Office doesn't recognize the ...
2
votes
0answers
171 views

How to single click hyperlink in Visio Web Access Webpart to go to the url

We are displaying a Visio 2013 document (.vsdx) in a Visio Web Access webpart on a SharePoint 2013 page. The hyperlinks in the Visio file now reqire that the user click both Ctrl+Click to navigate to ...
2
votes
0answers
100 views

Are Display Form FieldControls used in 2013 Custom Field Types?

When using a Custom Field Type that has a Field Control (provided by FieldRenderingControl), it seems that the Field Control isn't used when rendering data on the Display Form if the SPField.JSLink is ...
2
votes
0answers
193 views

SharePoint Branding and Parallax Scrolling

Has anyone been able to design SharePoint UI using Parallax scrolling? Similar to the following site http://www.milwaukeepolicenews.com/#menu=home-page (I am not affiliated with this site in anyway) ...
2
votes
0answers
106 views

Has the search alert API in SharePoint 2013 changed from the 2010 and Preview 2013?

I previously developed a Visual web part to programmatic-ally create Search alerts based on the user input. I used a text box to capture the text and create a Query using the Keyword Query Class. Then ...
1
vote
0answers
12 views

How to Get aggregated reports at web application level in sharepoint 2013

As we have different reports at sit and site collection level like audit and search related. How I can get reports at web application level. What if I need number of hits at site collection level and ...
1
vote
0answers
8 views

Design Package import SharePoint 2013 using App Installed event CSOM

In SP2013, I am trying to import and export the design package from one site to other site using AppInstalled event using CSOM. I am not able to get the context of source site to import the design ...
1
vote
0answers
5 views

Sharepoint Server 2013 installation: why ArpWrite action fails?

Installation of prerequisites for Sharepoint 2013 server x64 (on Windows Server 2008R2, 12-core physical server) succeeded, but Sharepoint breaks installation and installation rollbacks on the ...
1
vote
0answers
13 views

How to create object of type SP.ListItemFormUpdateValue

How can i instantiate object of type SP.ListItemFormUpdateValue and initialize it to a List field so i can read the field values on client side? If this is not posible, how can i read a value in a ...
1
vote
0answers
20 views

How do I fully automate Restore-SPFarm?

I have heard that it is a best practice to maintain a QA environment for SharePoint. I would like to script a nightly restore from our production SharePoint 2013 farm, which I'm successfully backing ...
1
vote
0answers
22 views

SharePoint 2013: Access the metadata Tags of a page within a Search Result Display Template for an Item

I'm trying to access the metadata Tags of a SharePoint page within the search result of that page using a Display Template. In the Managed Properties for my search service, the Tags property is ...
1
vote
0answers
17 views

The Machine Translation Service is not running when it should be running error message

I get this error in Central Administration. The Machine Translation Service is not running when it should be running It tells me to do the following: "From the Central Admin UI, navigate to manage ...
1
vote
0answers
24 views

Which installation option I should use for SQL server 2008 to work with SharePoint 2013

I want to prepare a development environment for SharePoint 2013, so I want to know which SQL server option I should use from the SQL server 2008 installation center , the available options are:- 1.New ...
1
vote
0answers
26 views

Sharepoint 2013 AD FBA 2010 Compatability

I have a Sharepoint 2013 server set up to use FBA through active directory. I've set up the claims providers following microsofts guidelines: ...
1
vote
0answers
20 views

Deploying Sharepoint 2010 solutions to sharepoint 2013 giving me error

does anyone have any suggestions where to look for guides when deploying sp 2010 solutions to 2013, I've tried everything and keep gettin the error : Error occurred in deployment step 'Recycle IIS ...
1
vote
0answers
25 views

ViewState Timing Issues with SharePoint 2013 & ListView plus DataPager

Good morning! I'm porting an existing custom 2010 webpart containing a ListView and a DataPager to 2013 and seeing some weirdness with the DataPager and I believe the cause is associated with the ...
1
vote
0answers
51 views

Sharepoint 2013 search display template hover panel

I have a task in which I have to customize the search display template for webpage ,am which I did successfully by copying webpage template and modifying it .by the way I am using search result ...
1
vote
0answers
19 views

Can content by search webpart be used instead of search result webpart

can we use content by search web part instead of search result web part if yes , how can we connect it with the search box web part as pass the search query to it!!
1
vote
0answers
22 views

SharePoint 2013 Migration - Home Page Style Unusable

I have a WSS 3.0 environment that we are migrating to SP2013 and the upgrade went as planned (and somewhat expected). We have a few sites that were apparently customized when it was WSS 2.0 and I am ...
1
vote
0answers
46 views

How do I create a term driven breadcrumb trail?

I'm working with SharePoint 2013 and I edited my html master page in SharePoint Designer to show a breadcrumb trail like we had in SharePoint 2010. The code is placed after the ID ...
1
vote
0answers
23 views

Possible to have the same Search Navigation across all sites in a site collection in SP2013?

Just like using scopes in SharePoint 2010, is it possible to assign the same Search Navigation options to all sites in a site collection, so they share the same verticals?
1
vote
0answers
14 views

Search - will it index apps, iframes, for example for People Search?

Just to check. With the app model, does the indexer/crawler correctly index client-side generated data as well as looking in iframes? The recommended way forward from MS seems to be to use those two ...
1
vote
0answers
38 views

Docacl Output Property in Content Enrichment Sharepoint Search 2013

We are attempting to output a docacl via a content enrichment service in SharePoint Search 2013. I have linked the managed property to a crawl property and am trying to register as such: $ssa = ...
1
vote
0answers
21 views

Sharepoint Foundation 2013 - Custom Homepage blocks with webparts

I'm basically working on an new website which is based on sharepoint foudation 2013. I've done the design and now i'm on development phase. After good time searching around in code i could not find a ...
1
vote
0answers
54 views

Sharepoint 2013 Contact integration with Outlook

We're trying to move away from the whole public folders thing...we have a fair few contacts in these folders at the moment however (about 5000). I have connected my contact list to Outlook and copied ...
1
vote
0answers
69 views

How to get a client context for App in provider-hosted Apps?

I use a provider hosted Apps, so need to work with an App Web and Lists. Could anybody provide a code snippet to get ClientContext() of the App? Can I do something like this? Uri appWeb = new ...
1
vote
0answers
42 views

SharePoint-hosted app, with edit mode to update its own properties

I'm using the editMode parameter to detect and display a simple web part admin UI. When the admin clicks a particular button, I want to use CSOM to update the web part's properties for the page it is ...
1
vote
0answers
22 views

SharePoint and the new Azure AD - will it run?

(I know this has been asked partly before: SharePoint Server 2010 to the Cloud (Azure) and here Sharepoint Development Environment Windows Azure but this is slightly different) I see that yesterday ...
1
vote
0answers
70 views

Sharepoint 2013 custom toolbar in list definition (VS 2013)

i've a problem with the customization of the toolbar in a list definition created in a custom view. I write the following code: <View BaseViewID="4" ...
1
vote
0answers
32 views

Using the SocialFeedManager object in remote event receiver

I'm trying to create a remote event receiver that will update the social feed of a user when ever he adds an item to a list on SharePoint Online. I've initiated the client context object using the ...
1
vote
0answers
53 views

SharePoint/Exchange Calendar Overlay - Different Domains

We're using SharePoint 2013 internally and use a third-party provider for Exchange. This presents a problem when using Exchange calendar overlays in SharePoint as they're not on the same domain. Is ...
1
vote
0answers
39 views

How to access to a database deployed with an autohosted app?

I'm deploying an Autohosted App for SharePoint 2013 (Online). In the web project of my autohosted app, there is a database which is thus deployed on the remote web (on windows azure) when my ...
1
vote
0answers
134 views

Parser Error in IFrame When added in Application Page

I am creating a SharePoint-2013 web-part in that I have created Application Page. In that page I am using <iframe> element only there are no any other elements just for testing. But it is ...
1
vote
0answers
48 views

how to access and upload big data to External storage via Sharepoint 2013

We are in media agency and have Terabytes of data in storage but don't know how to manage it and access quickly and how to upload new data systematically, We have sharepoint 2013 standard installed ...
1
vote
0answers
65 views

List event receivers not triggered after quick editing/grid editing

I have a custom Sharepoint 2013 list with event receivers attached to it (adding, updating, deleting). However, it looks like the event receivers are not triggered when the user is adding/editing in ...
1
vote
0answers
16 views

Add panels to site dynamically

I have a main panel which is called linksAndPicturesPanel within this panel, I want to add more panels -> 1 panel for the link and 1 panel for a picture (red and green). Furthermore, it should be ...
1
vote
0answers
40 views

Adding ScriptResx.ashx Compatible .Resx files to your SP Solution

I asked a question maybe yesterday or two days ago tops about using ScriptResx.ashx with custom resource files. I noticed that at first my custom file wasn't being rendered through the handler because ...
1
vote
0answers
37 views

GetUserEffectivePermissionInfo for the 2013 Rest API

Does anyone know if there is a client-side (preferably REST) equivalent to SPSecurableObject.GetUserEffectivePermissionInfo(username)??
1
vote
0answers
57 views

Sharepoint Managed MetaData Service Migration 2010 - 2013

I have successfully migrated MMS from SP 2010 to SP 2013 Is there any limitations while this is done ?? Any data / feature lose ?
1
vote
0answers
88 views

Ribbon Custom action for creating new page

I would like to create a new Ribbon Custom action for creating new page, because I want to have more control on creating new page. I have created a SharePoint hosted app and added new ribbon custom ...

1 2 3 4 5 8