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

learn more… | top users | synonyms (1)

0
votes
1answer
66 views

Adding a footer to my Enterprise Wiki aspx page layout

I am implementing a Publishing site that uses Enterprise Wiki template. The current page layout I am using is the EnterpriseWiki.aspx page layout. but I need to add a footer for all the Wiki pages ...
0
votes
0answers
31 views

What is the best approach if I want external customers to be able to read certain wiki Pages inside my Publishing Site

I have implemented the following:- A Publishing site which include 5 Enterprise Wikis sub sites. Currently this publishing site is linked to our company active directory, and only internal users are ...
0
votes
2answers
44 views

Napa App: _spPageContextInfo is not defined

Am creating a vanilla Napa app and am seeking to reference the host URL as follows: var ctx = new SP.ClientContext(_spPageContextInfo.webServerRelativeUrl); Yet _spPageContextInfo is being flagged ...
1
vote
1answer
25 views

Is it possible to attach a remote event receiver to my lists

Is it possible to attach a remote event receiver to my existing list in my site, and not to the list in my app? I'm guessing no as I can't find anything on this, and I think this would potentially ...
0
votes
0answers
62 views

Unable to Customize SharePoint 2013 Discussion Board

We are trying to customize SharePoint 2013 Discussion Board app and are unable to modify existing Flat, Subject, and Threaded views or create new views. Following are the error messages we are ...
0
votes
0answers
36 views

Sharepoint 2013 REST API - Shared Documents / Author Info In one Call?

We are in the process of integrating from Sharepoint 2007 to Sharepoint 2013. We have a java based application using Sharepoint 2007 SOAP based webservices. In Sharepoint 2013 we are using the REST ...
1
vote
0answers
15 views

NullReferenceException: Task List, RelatedItems and New Item Forms

I started trying to make myself a custom New Item form for a OOTB task list in SharePoint Server 2013 with the latest CU's. I found that if my DataFormWebPart had the RelatedItems field present and ...
6
votes
2answers
95 views

Anonymous access: Add an Item to List without allowing to View the List

I'm creating a 'Contact Us' webpart with form to allow anonymous user to send a message which will be added to a SharePoint List. However I cannot grant the anonymous user the permission to Add ...
1
vote
0answers
15 views

Properties bag in refinement panel

I have some community sites and I have created some indexed properties in this sites with SharePoint Manager 2013. I am able to index this properties so that the communities could be found in search ...
1
vote
2answers
50 views

Not able to deploy custom web template at farm scope

I have developed a custom Web Template based on "BDR#0" in SP 2013. It works perfect and I can deploy it using Site scope feature. The web template is developed by adding a Module in VS 2012 which ...
0
votes
1answer
23 views

Site columns pages (mngfield.aspx) loads very slow (more than 3 minutes)

Site columns page of subsites on my production farm loads very long. It takes not less than 3 minutes to load it. It is happening for all subsites, whereas Site columns page of the site collection ...
2
votes
1answer
44 views

Client Web Part - Determine if page is in edit mode

Like in topic. How to determine in a client web part (on remote web) if a page that the web part is placed on, is in edit mode? if it is possible?? Thanks
0
votes
1answer
44 views

How do we stop a SharePoint 2013 workflow (Azure workflow) programmatically?

Our custom code starts the workflow using classes in the Microsoft.SharePoint.WorkflowServices namespace but we can't seem to find a method to end the workflow. Your help and time is greatly ...
1
vote
0answers
38 views

Metadata Navigation Tree will redirect to a document library instead of to a Wiki Library

I have added the following to my EnterpriseWiki.aspx page layout:- <asp:Content id="Content1" runat="server" contentplaceholderid="PlaceHolderLeftActions"> <wssuc:MetadataNavTree id="mdnt" ...
1
vote
1answer
61 views

How can I apply a Web Part to all the sub sites?

I have an Enterprise Wiki site collection and it have 5 sub sites, currently I have implemented a Web Part which extended the page layout. But I am facing this:- To apply the page layout I have to ...
0
votes
1answer
18 views

How to create Enterprise Document Center Web Template

I want to create a custom web template based on enterprise Document Center in sharepoint 2013. How I create it?
0
votes
1answer
30 views

Provider Hosted app not working on other pc by accessing url

I have created a Provider Hosted app. I have created it by using self signed certificate. I followed the steps given in MSDN site. The app is working fine on my machine. It is also visible in my ...
0
votes
0answers
35 views

SharePoint 2013 Autohosted (Azure hosted) App. TimeJob analog

How to make scheduled task in SharePoint autohosted (Azure hosted) App? I need to make code that will read SharePoint list items, and send emails. It is possible to make workflow with activity that ...
0
votes
1answer
34 views

Can the “Picture Library Slideshow” web part have a relative link to picture library?

I have a site template with a Picture library slideshow web part connected to a picture library called "Dashboard Pictures". I saved this site as a template and created a new site only to find that ...
1
vote
0answers
24 views

SP2103 Excel-Services Freeze Panes / Headers

Do anyone know a simple solution to freezing the headers in an Excel file that is published on a SharePoint 2013 portal.
2
votes
0answers
44 views

Enterprise Wiki with metadata navigation is showing many errors and problems:-

I am trying to create an Enterprise Wiki which have a metadata navigation and filtering, I though the requirement is straight forward in SharePoint 2013, but I have fall into a number of problems and ...
0
votes
0answers
17 views

Programmatically Adding Reputation Points to a Community User [2013]

A project I'm working for calls for some gamification features. For instance, if someone creates a post on a certain list or modifies it they should receive some kind of reputation points. Similarly, ...
0
votes
1answer
28 views

Documents list not exsists when activating feature

I have created a custom web template based on Team Site and added a spweb scoped feature to add a list view web part to it. It throws an exception when it comes to web.Lists["Documents"] and says ...
1
vote
0answers
55 views

How I can edit my enterprise wiki custom page layout template to include MetadataNavTree.ascx control

I have define a metadata navigation based on term store, but the navigation tree show up for one time only and then it disappear. and this seems to be a common problem when defining metadata ...
2
votes
0answers
24 views

DIP not displaying when doc template saved on SP

I have saved a document template and a Document Information Panel into a templates library in SharePoint 2013. If I associate the document template using a url to a content type (eg. ...
0
votes
1answer
78 views

Metadata Navigation and Filtering showed up for one time only

I have created main Enterprise Wiki site collection and I have enabled the “Metadata Navigation and Filtering”. Then I have created a subsite also based on the enterprise Wiki. and I have defined ...
2
votes
2answers
30 views

Unable to create SPUserToken objects or use SPSecurity class

As shown in this image, I am unable to create a SPUserToken or run the SPSecurity.RunWithElevatedPrivileges() delegate in order to elevate the current user for the purpose of managing list item ...
0
votes
1answer
40 views

Comparing two versions of a Wiki Pages will not highlight the text added

I tried to compare two versions of a Wiki article ; but I have noticed that if there is a text added to a new version, it will not be visible to the user unless he move the cursor over it (where it ...
0
votes
0answers
40 views

How to link the Site Navigation to use a Term Store that is linked to a Wiki Categories column

I have being trying to sort out how I can define the following:- I have created a term store. I linked the term store to a wiki Category, so that each wiki article will be linked to a term in ...
2
votes
0answers
57 views

Is there an avilable Fix for the Managed metadata navigation Bug in sharePoint 2013

I am facing this bug on my "Publishing Site ---> enterprise wiki Template" inside SharePoint server 2013. and when i tried to specify the target page manually as mentioned in this link it did not work ...
0
votes
1answer
36 views

custom Web Template for Team site not showing Promoted links

I have created a custom web template which uses onet.xml file of 15hive\TEMPLATE\SiteTemplates\sts\xml and following is the element.xml file. However when I create a sub site based on this custom team ...
2
votes
1answer
41 views

How custom HTTPHandler works in sharepoint 2013

I am reading some existing code in a project and there are some custom handlers that validate some data on application pages. The question is: Does these HTTPHandler get executed for every simple ...
0
votes
0answers
10 views

Assign a form to a Group doesn't create multiple task items to the users belonged to a group

I was creating a task using the SPD "Assign a form to a Group" in order to assign multiple task items of those persons inside that group. Unfortunately, when i view the Assigned To Column in the task ...
1
vote
0answers
17 views

DateTime Warning When Fetching Data From Oracle [migrated]

I have an table, which includes DateTime but DateTime makes warning.ıThe warning always saysy that it assumes it UTC. In DateTime typed value there is just date, not included hours. Why DateTime ...
0
votes
1answer
122 views

jQuery SP.JS objects to test if current SharePoint user has full control / owner rigths?

As an example, the below jQuery displays current SharePoint user title. Excellent! :) Is it possible to use the sp.js objects to test If the current user has Full Control on the current page or ...
0
votes
1answer
35 views

Migrating FBA from SP2010 to 2013

I have a backup of my SP2010 FBA database from SQL2008, and I want to copy the data into SP2013. I know that I can restore the database into SQL 2012, but I also know that all the user records will ...
1
vote
1answer
484 views

SharePoint 2013: UserAgent not available, file operations may not be optimized

I have two sites that were originally migrated from SPS2003. It worked well in SharePoint 2007 and even on SharePoint 2010, however when we migrated it to SharePoint 2013, the home page throws ...
0
votes
0answers
32 views

Document Information Panel doesn't display on checkout in Word 2013

I have a document library in Sharepoint 2013. I have the setting to always open the document information panel set. This works great in Word 2007/2010 but in Word2013 it doesn't display. Any ...
0
votes
2answers
91 views

How to deploy / access SharePoint lists with an AppModel app?

I have an AppModel app (Provider hosted, on-premise) and I am trying to add a SharePoint list to deploy with it. However, the list just seems to be silently ignored - when I deploy and run the app in ...
-1
votes
1answer
25 views

Types of Authentications [closed]

How many types of authentications are there in Sharepoint 2007 vs. 2010 vs. 2013. In what scenarios do we use these types of authentication? For each type, how does the logon form look like ...
1
vote
2answers
48 views

Paging is disabled in custom xsl

I modify the list. And created a xsl file for the xml view. But I can't go to other pages to see the other items. In normal lists there is arrows and the item numbers on the bottom of the list. The ...
1
vote
2answers
48 views

Search always return no result for contributors and reader, while it will work well for site collection administrate

I have two users group Contributor & Reader. And I have the following hierarchy:- Site Collection (containing both Contributor & Reader ) -Subsite A (containing both Contributor & ...
2
votes
0answers
44 views

Sub-sites contributors and reader are unable to view the sub-site navigation

I have created a term store using the site collection administrator. And I associate this term store with a sub site navigation. But the problem I am facing is that the sub-site readers and even the ...
0
votes
1answer
22 views

jquery for External List works for the first page

My jquery is in PlaceHolderAdditionalPageHead at the AllItems for the List. My list is external list. When I go to the list. Everythings ok. But when I go to the next page it doesn't work. How can I ...
1
vote
2answers
40 views

Redirect From one app page to another

I am creating a Provider hosted app. In that I have created two different .aspx pages. I want to redirect to the other page. But I am not able to find it out how to redirect. When I check my ...
0
votes
1answer
13 views

Show document date instead of upload date in Sharepoint 2013 online

I've uploaded files to my sharepoint online (office 365), but all my files are "created on" the date of uploading. Is it possible to show the actual file creation date instead of the upload date?
1
vote
1answer
61 views

Access denied How can I fix this?

I have created feature that have a module that have a element file and a default aspx inside of it. The element file looks like this: <?xml version="1.0" encoding="utf-8"?> <Elements ...
4
votes
2answers
109 views

MSSQLFT equivalent in Sharepoint 2013 for Java applications

Problem I have a java application which till now used SP2010 with SQL Syntax for Search queries. Everything worked fine with the Query Webservice until I upgraded to SP2013. Now, I've come to know ...
0
votes
2answers
56 views

Is there a way to define different site navigation and “Wiki Categories” column at the Sub site level instead of site collection level?

I have created a Site Collection and then I define sub sites under it. Now I created a term Store and I linked to the site collection navigation and Wiki Column. But all the sub sites will get the ...
0
votes
0answers
19 views

You don't have access to the newsfeed on the site

I have activated "Site Feed" feature on a Publishing Site and added Site Feed Web Part on one of its pages. I have added a feed (conversation) on the page. When I go to Newsfeed (mysite) and trying to ...

1 2 3 4 5 19