0
votes
0answers
4 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
0answers
9 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 ...
0
votes
0answers
7 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
11 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
1answer
21 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
22 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
30 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
20 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
17 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
17 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
16 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
8 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
26 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 ...
2
votes
0answers
17 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
0answers
16 views

SharePoint Designer 2013 - Master Pages and Page Layouts missing from site objects

When I open my root site (site collection?) in SharePoint Designer 2013 (Preview), the Master Pages and Page Layouts items are missing from the Site Objects list. However, if I open up a sub-site then ...
0
votes
2answers
28 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
8 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 ...
2
votes
0answers
17 views

Apps not available for user pages

our company just started using sharepoint 2013 (in office 365). We are trying to get an app to show up in the user personal pages. In this case it is about the app 'promoted links'. When we login ...
1
vote
0answers
23 views

How can I build a search that searches all the site collection under certain managed path?

I have created a WildCard managed path named departments, and then under this managed path I have created five “Publishing site- enterprise Wiki” site collections. Now, by default, each of the ...
0
votes
0answers
14 views

Comparing the Enterprise Wiki Pages versions is not showing the differences

I have an enterprise wiki site, and a wiki page have now around 9 version; but when I tried to compare two version together it did not highlight the changes in red. Although there was a new ...
0
votes
0answers
14 views

how to create workflow for provider hosted apps in visual studio ot sharepoint designer?

I want to create a Provider Hosted app. In that I will manipulate SharePoint list items. I am adding items to a SharePoint List and for that I want to create a List Workflow to auto-generate the ...
0
votes
0answers
9 views

Send email after creating New Item in External List

I am using SP 2013 and I have an external list. But when I created a new item, I want to send e-mail to the specific people. Workflow is disabled for external lists. So can we create a new method in ...
0
votes
0answers
10 views

How to call a soap webservice with the “Call HTTP Service” action in a workflow

I'm trying to call this Sharepoint 2013 SOAP WebService from a workflow : https://mysite.sharepoint.com/_vti_bin/Sites.asmx My workflow is hosted on the same sharepoint online farm than the soap WS I ...
0
votes
1answer
15 views

Full-Trust Solutions on SharePoint Online Dedicated

I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
1
vote
0answers
14 views

What is SPSite.OutgoingEmailAddress used for?

Does anyone know what the SPSite.OutgoingEmailAddress property is used for? By default it is set to the same value as the WebApplication.OutboundMailSenderAddress. However, I can update it via ...
0
votes
0answers
4 views

Initialize fields for Projects

I'm trying to get the ProjectSiteUrl included/initialized when I retrieve all projects. Similar to how the Sharepoint CSOM can query lists. Eg: ListCollection lists = site.Lists; ...
0
votes
0answers
18 views

Navigation using Term Store in my enterprise Wiki Site is not working well

My problem is as follow:- I have a site collection that contain an Enterprise Wiki template. And I create a new Term Store I link the term store to the “wiki Category” column. When I add or edit a ...
1
vote
0answers
14 views

Is it unsafe/inefficient to create ClientContext within repository methods (SP 2013)?

I'm doing the backend for a new .NET to Sharepoint integration and I would like to hide Sharepoint Implementation details from my team. In this example ...
0
votes
0answers
8 views

How to use Client Web Parts on a SharePoint App Page

Is it possible to use WebParts Zones and Client Web Parts on a SharePoint App Page?
0
votes
1answer
15 views

SharePoint 2013 App Part : Dynamically set values for the tool part panel controls on serverside

How can I dynamically fill a dropdown list in a Tool Part panel of a SharePoint 2013 app part? What I want to achieve: User checks a checkbox Dropdown appears The list items in this dropdown are ...
0
votes
0answers
19 views

Defining a term set store for my Wiki site collection in 2013 is different than in 2010

I am following this link of how to define a term store in SP 2010 and I am trying to apply it to my current SP2013:- http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html To ...
0
votes
0answers
27 views

Creating new Managed metadata service

I want to create a new Service Application of type managed metadata. But I do not know what I should provide in the following fields in ad new metadata service dialog box:- Database name . ...
2
votes
1answer
11 views

Display Template: AddPostRenderCallback has no ClientContext

I'd like to use AddPostRenderCallback in my SharePoint 2013 Display Template like this: <!--#_ AddPostRenderCallback(ctx, function(){ alert(ctx.Title + "finished rendering!"); }); ...
0
votes
0answers
6 views

Site Collection Access section not displaying for authoring site

I am trying to configure Cross-site publishing by following this article: http://technet.microsoft.com/en-us/library/jj656774.aspx however when I am trying to make a term set available to ...
0
votes
0answers
23 views

The Managed Metadata Service or Connection is currently not available.

I have created a Enterprise Wiki site collection , then i tried to define a tem store for it, but when i go to ---> Site Settings----> Term Store Managemnt. i got the following error:- The Managed ...
0
votes
0answers
26 views

Which approach I should follow; SharePoint business connectivity services OR developing SharePoint App

I have developed a document management system and an enterprise wiki library for our company using SP2013. The second project I am going to start is to develop an asset management system for our ...
0
votes
1answer
8 views

programmatically manipulate survey list perform add update delete operation

I want to create Polling app. For that i want to learn about survey list. That can I add update delete survey list data Programmatically.? First of all i want to create a web part which perform this ...
0
votes
0answers
40 views

ListFieldIterator does not create two column Table

I created a WebPart (SharePoint 2013) with an ListFieldIterator in it to display the Fields like in the NewForm of a specific list. According to all online examples and the default Form when adding an ...
0
votes
1answer
24 views

Setting the System Masterpage in SharePoint Foundation 2013

I want to set the Masterpage for System pages (eg, /_layouts/15/Settings.aspx) on a SharePoint Foundation 2013 site to a masterpage that is different than the default masterpage being used by the ...
1
vote
1answer
27 views

Creating a complex custom form for SharePoint workflow?

I am doing an approval process which (I think) requires a custom form. It would look something like this. User uploads item to a document library. This document item contains individual list items ...
0
votes
1answer
9 views

Add Column to External List from Updated External Content Type

We are currently trying to understand the relationship between External Content Types and External Lists within SharePoint 2013. We have a read-only ECT which we defined based on a SQL Server View. ...
0
votes
2answers
26 views

Should my SharePoint central administration site have the same port number as the other SharePoint web applications

I have defined during SharePoint installation that the port for the central administration site is 5555, and when I create a new web application I define the port number to be 2013. But now the ...
0
votes
1answer
21 views

Can I define a site collection on the root of a wildcard managed path

I have defined a wildcard managed path name “documents”, and then I created the following site collections under it:- ../documents/HRDept ../documents/SalesDept etc. But the problem i am facing is ...
0
votes
0answers
16 views

Adding SPFieldCalculated to a Document Library not working

I am using this piece of code to copy Fields from Document Library "A" to Document Library "B". I have only one issue when adding a calculated. This is the code. private static string ...
0
votes
1answer
18 views

Using custom Page Layout for custom team site template

I have created a web template based on Team site. Is it possible to have custom Page Layout for this web template? I have heard that it is not possible to have custom page layout for teams sites. ...
0
votes
0answers
12 views

Claims Based Authentication in SharePoint 2013 Online Not working anymore

I'm trying to connect an application (desktop application) to SharePoint 2013 sites. I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
1
vote
1answer
21 views

When a CQWP returns no results, zones are shifted

On my main landing page of SharePoint, I'm using a few CQWPs and the Blank Web Parts Page layout. One will show your upcoming tasks, one will show the projects you're a member or lead of, etc. I have ...
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 ...
0
votes
2answers
39 views

Why i can not install sharepoint 2013 on a domain controller

It is mentioned that it is not recommended to install SharePoint 2013 on a domain controller. But In my current situation I am setting up my development environment for SP2013; where SharePoint and ...
0
votes
1answer
39 views

How to add jQuery script to a custom visual webpart?

Similar to some previous questions, I'm trying to use jQuery in a visual web part but I keep getting that jQuery is undefined. I've added the jQuery script to SiteAssets as well as a script folder ...

1 2 3 4 5 16