0
votes
0answers
4 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
1answer
10 views

security concerns on sharepoint deployment

I've inherited our company's SP 2010 deployment. I'm looking for security flaws and other potential issues. Any suggestions as to what to look for? Thanks!
0
votes
0answers
5 views

Custom DLL in InfoPath form not working on SharePoint

I created a form in InfoPath 2007 that uses C# code behind. The form basically is a "user friendly" front end for our current Help Desk ticketing software. The form communicates with the Help Desk via ...
0
votes
0answers
6 views

SharePoint refiners does not work after setting Append Text To Query property of Search Core Result web part

I have created my own search result page with OOB search web part. Everything works as expected. I have to restrict search with some additional properties so I set "Append Text To Query" property of ...
0
votes
0answers
8 views

Possible to load different things in context for sharepoint client object model code?

In my javascript (ecma/client object model) for sharepoint 2010, I am first making a request to get the current user name, then when that succeeds I then make another request to download items from a ...
0
votes
0answers
7 views

Any way to determine what web application a content database was last attached to?

We are currently doing a 2010->2013 DB migration and attaching content databases back and forth. During the course of the migration I lost some notes on which content database belonged to which web ...
0
votes
0answers
7 views

SharePoint 2013 Performance Testing

I'm using Visual Studio 2012 to create a number of web performance tests for a customer. One of the tests they would like to perform is the opening of documents within the Microsoft Office Client ...
0
votes
0answers
8 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
6 views

Organization chart with employee's image

Want to show graphical organization chart with employee's image. AD is configured with manager property set-up. So that it can show employee list with manager. But how to show graphical hierarchical ...
0
votes
0answers
7 views

How to provision .aspx pages to site definition

Is it possible to add custom .aspx pages to site definition. If yes, How we can do this ? Please provide some example if possible?
0
votes
0answers
5 views

Saving/creating site from template resets all user columns

When I save a site as a template and create a new site based on that, all "Modified By", "Created By", etc. fields are reset from whoever originally created that content to my user name. Is there a ...
0
votes
0answers
6 views

Choice between NTLM or Kerberos

For an SharePoint 2010 intranet application how to decide which authentication type Kerberos or NTLM is suitable ? In few cases Kerberos is mandatory but in NTLM is also suitable in few other cases. ...
0
votes
1answer
8 views

Problem with audiences not recognizing AD Groups

I have a problem where my audiences are finding the correct AD groups but they are not being recognized when I assign them. They show up with "nickname" as the alias and total members set to "0". ...
0
votes
0answers
7 views

List view on subsites with filtered choice field

I have a site with a list of projects. I then have multiple subsites which represents all the companies. I need to have a page on each subsite that contains the projects list with a specific view. ...
0
votes
1answer
10 views

Allow site members to create public views

As a site owner, I can create views and mark them as 'public' - however site members can't (by default). How do I add this particular capability to a group? I don't want them to be able to change ...
0
votes
0answers
9 views

Select multiple files to upload with <input multiple> control

I have created a file upload control programmatically with an HTML element like this: <input name="upload" type="file" multiple /> However, when I load the page and click the Browse button ...
0
votes
0answers
12 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 . ...
1
vote
1answer
13 views

Embedding an existing web service inside a SharePoint iframe and passing in the Authenticated user

Apologies if this doesn't really fit here, but I think I'm in that situation where I'm pretty sure the info is out there, but I just don't know what to search for to find it. What I'm looking to do ...
0
votes
1answer
16 views

Why can i store far more files in a Document Center than in a regular team site?

In a regular site the recommendations of Microsoft tells me not to store more than 200 GB in one SiteCollection in one Content Database. But if I create a "Docment Center"-site I'm allowed to create ...
1
vote
1answer
7 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
7 views

Select Domains to be Included by NT Authenticated Users?

Our SharePoint site has users from multiple domains. Users generally have an account for each domain ie: DOMAIN1\john.doe and DOMAIN2\john.doe. Users are authenticated by an ID card, that will log ...
0
votes
0answers
9 views

Call CRM 2011 Services by Sharepoint site

I'm on my first SP/ CRM 2011 project. I'm working on a Sharepoint site that could send data to CRM 2011. For example: On sharepoint I have a custom form that should send data to a CRM Entity. ...
0
votes
0answers
5 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
1answer
10 views

Editing rendering of Lookup Field - XLST

Let's say I have a simple text column named MyCustomName with four fields in it: REMOVE one REMOVE two three REMOVE four ...and I want them to display like one two three four in my list View. In ...
0
votes
0answers
6 views

No TokenHelper.cs in Autohosted app

I'm trying to build an Autohosted Sharepoint app based on ASP.NET MVC, following this tutorial: http://www.ilovesharepoint.com/2012/07/building-aspnet-mvc-based-sharepoint.html I'm stuck on "We want ...
0
votes
0answers
12 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
9 views

Custom WCF Sharepoint connector service

i have created the WCF service for sharepoint connection. This service hosted on Sharepoint server. Pool account is the SP Admin. For the form authentication we are using the below code private ...
0
votes
1answer
12 views

How to access document library files via a webservice?

I've images that are stored in a Sharepoint document library, can these files be accessed using a Sharepoint webservice ? For sharepoint Lists a service is explosed via the '_vti_bin\Lists.acmxs' url, ...
0
votes
0answers
9 views

how can i change the colors in the out of the box gannt view in sharepont 2010

An image of the ootb Gantt view how can i change those green colored bars? in moss 2007 it was quite easy as mentioned here :Color Coded Gantt View How can that be achived in sharepoint 2010
0
votes
0answers
4 views

Can't access subsite Sharepoint 2010 online - Error The remote server returned an error: (404) Not Found.

I can't access a subsite in Sharepoint 2010 online - Error The remote server returned an error: (404) Not Found. But the root site works.So if i change the siteURL to ...
0
votes
0answers
15 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 ...
1
vote
0answers
13 views

Custom navigation provider - trouble with the masterpage

I'm trying to write a custom navigation provider. Later it should be able to distinguish between two different web templates so that sites with one template are only shown in the current navigation on ...
1
vote
0answers
13 views

Dynamically changed view of XsltListViewWebPart (in the custom form)

I have a form with custom XLV: <WebPartPages:XsltListViewWebPart ID="Xlv" runat="server" />, AFAIK, the view for this webpart is stored in the list as hidden. When user open form, the XLV query ...
1
vote
2answers
10 views

How to set default login with windows prompt for all intranet users?

I've created claim based one site in sharepoint. I've configured NTLM and FBA both for that site. (for e.g. 5000 Port) I've also extended site for FBA (internet) Users only (SQL Membership) with ...
0
votes
0answers
11 views

How to change the Product key for Sharepoint 2013

We would like to change our product Key from trial. Please advise. We cant re-install the sharepoint as it is our production environment. Is there any other solution ?
1
vote
2answers
13 views

Sharepoint list that sends an email

I have a Sharepoint 2010 installation and I have troubles getting this works: I have a list with some columns: Place Assigned to Date and time Comments I want Sharepoint sends an email when a new ...
0
votes
0answers
6 views

Custom (Pre-defined) Time Slots on Sharepoint Calendar?

I have a Sharepoint 2013 team site set up and we have a room bookings calendar which i'd ideally like to restrict so that instead of booking time slots when booking, you book one of 3 predefined slots ...
0
votes
0answers
5 views

Timephased snapshots in project server

I want to create timephased snapshots in Project Server 2010. For example, each week, a snapshot of all the projects would automatically have to be saved somewhere - preferably in SharePoint. So far ...
0
votes
1answer
24 views

How to change page description

Here is a beginner's question: I have an old WSS 3.0 site where I need to change the text of the description of the home page. (Not the site's description!) The master page defines the position for ...
0
votes
0answers
12 views

executeQueryAsync in ecma client object model causes 404 error

I have a custom action where I will create a new item in the ecb menu for a document library and once clicked it will call a javascript function and there using ecma client object model I will ...
0
votes
1answer
12 views

SharePoint 2010 List Data Sheet Error

I have list with about 19.000 items. When I change the view to the DataSheetView, after a few minutes I'm gettin this error: " Cannot connect to the server at this time. You can continue working with ...
0
votes
2answers
18 views

How to add pages to web template

I want to add 3 different pages (Page1, Page2, Page3) to a custom web template. When I create a site using this web template, I would like the 3 pages Page1, Page2 and Page3 to be created ...
0
votes
1answer
7 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
14 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
0answers
8 views

SharePoint 2010 - SharePoint Designer notification: The list of workflow actions on the server references an assembly that does not exist

Upon opening a workflow in SharePoint Designer 2010 I receive the following notification: The list of workflow actions on the server references an assembly that does not exist. Some actions will ...
0
votes
0answers
12 views

FileLeafRef and file extension

i'm using CSOM2010 and have following problem. I try to upload a document. FileCreationInformation fci = new Microsoft.SharePoint.Client.FileCreationInformation(); fci.Content = bDocument; ...
0
votes
1answer
14 views

user profile informations

How can I select the custom user profile information? When I apply this code, I only reach the AD user profile information, but I have some additional user information. How can I reach them? ...
0
votes
0answers
9 views

Accessing SharePoint 2013 search object model from wcf, no result return

I am having a strange problem in accessing the SharePoint 2013 search object model. I have a custom class, when the code is excuted in console application, it's works ok. but in wcf, the return result ...
0
votes
1answer
19 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 ...
0
votes
0answers
13 views

Checked Out documents can't be found on local drives

I'm using Foundation 2010 and when I checkout various documents they won't save on my computer. I've tried to play around with the Office offline editing options and the Sharepoint Draft file location ...

15 30 50 per page
1 2 3 4 5 500