For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...

learn more… | top users | synonyms

0
votes
0answers
4 views

“Invalid data has been used to update the list item. The field you are trying to update may be read only.”

I am trying to update the field in a Sharepoint Discussion board using the Client Object Model in C#. When the code reaches the clientContext.ExecuteQuery() it throws exception as: “Invalid data has ...
0
votes
1answer
36 views

Get all items selected from a list Sharepoint with jQuery

I would like to get the number of selected items in a sharepoint list when the selection of an element from the list. Here is my code: $("table.ms-listviewtable td.ms-vb-itmcbx.ms-vb-imgFirstCell ...
0
votes
0answers
7 views

Both sharepoint server and sharepoint foundation run in same machine?

Does it work if both sharepoint foundation and sharepoint server installed in a single machine?
0
votes
0answers
6 views

SharePoint Designer 2010 - Set Variable [Today]-x Days

I'm about to create a Workflow in SharePoint 2010 Designer. I created a Variable calling "DateToday". I set the variable in the Workflow and click on the button with the "..." on it and choose ...
0
votes
0answers
10 views

SharePoint 2010 search scope statistics

I'd like to be able to display statistics from a search scope such as all People, in location X, with Job title intern. so that I can display something like this on a SharePoint site: Interns: 3 ...
0
votes
1answer
13 views

SPMETAL / LINQ to SharePoint Decimal Types

I've hit a pretty major snag with the entities generated by spmetal / linq to sharepoint. I am hoping someone has dealt with this before.. or maybe I am missing something obvious. Let's say we have ...
0
votes
0answers
16 views

set taxonomy field multiple values

I'm creating a sharepoint hosted app which is based on javascript only. I wanted to update a multivalue taxonomy field in a list so I wrote this function which didn't work. there is a very little ...
0
votes
0answers
5 views

SharePoint 2010 Foundation Group Sign Off Percentage Based

I have seen videos that allow users to edit the three state workflow if they have anything higher then foundation. In the video I watched they have If(Task Process Results:Percentage of Approved is ...
0
votes
1answer
6 views

Populating a GridView table in VS2012 as webpart with SPList Only Title column has value

I am trying to populate a gridview table with a list from a SP2010 website as a webpart to be used on a different SP site. So far the code I have is: SPSite mySite = new SPSite("Sharepoint list ...
0
votes
0answers
17 views

Sharepoint get changed attachment name from list on ItemUpdating Event

J have sharepoint 'ItemUpdating(SPItemEventProperties properties)' event. This event need to work on 'document library' and 'generic list' with attachments. On 'document library' it works quite good, ...
0
votes
0answers
19 views

Accessing cell value in an Excel worksheet located on SharePoint via VBA

Using Excel VBA, I am trying to populate a form textbox with a value from a workbook located in a known location on SharePoint. I have a button in the workbook attached to a macro that simply executes ...
0
votes
0answers
14 views

CreateChildControls() in Visual Web Part in SharePoint 2010 called twice

I have a Custom SharePoint 2010 Visual Web Part which I've realized is calling the CreateChildControls() method twice. I've tried setting the ChildControlsCreated property (it does not stay set and ...
0
votes
1answer
31 views

Can I just use Office Web Apps Server

I am trying to have a document management system in browser with office. I have found this solution http://www.edrawsoft.com/officeviewer.php but it uses the client copy of office. I would like to ...
-1
votes
0answers
8 views

Sharepoint - cannot setup new user as they use it internally [closed]

I'm trying to set a user up on sharepoint who already uses the system internally. The first stage in any normal setup is to get them to sign up for an account by going to here. Once they have an ...
0
votes
0answers
8 views

Threshold in Sharepoint Dashboard Designer For Percentage KPI

I have got a SSAS cube, that has a KPI which has a Value as a percentage. I also have a Goal which is also the target percentage to keep the Value below. I create the KPI fine, but when I import it ...
0
votes
0answers
12 views

Exchange users can not deliver messages internally

I am not so competent in server things. I Installed Exchange 2013 on Server 2012 and worked pretty well. Then, I installed SharePoint 2013 Server and managed the ports in Default Application Binding ...
0
votes
0answers
7 views

search the contents based on tags in sharepoint

I'm new to SharePoint's "Search" concept. I am working on SharePoint 2013 and I have tagged a document in a document library. For eg., there is a document "SRS.docx" and I have tagged this document ...
0
votes
0answers
17 views

Sharepoint Copying a document and specify target name in same Form Library List

I currently have a form library with a template document working with Sharepoint Designer 2010. I would like to create a new document based on this template document (in the same list) and change ...
0
votes
0answers
17 views

SharePoint - get list item properties from recycle bin - id is different

I have a List in SharePoint and when I delete a ListItem from that list it goes into the recycle bin. So far so good. I have a timer job which uses the SPAudit class to get deleted items from that ...
0
votes
1answer
18 views

Multiple Tasks as part of custom List Workflow - Sharepoint 2013

I have a custom list (Employees) and a task list (Applications) The Employees list has a field that takes in multiple selections from the Applications list. The Applications list has different tasks ...
2
votes
0answers
13 views

System.Web.Script.Serialization.JavaScriptSerializer Sharepoint Online event receiver solution not working

Running into an extremely weird issue where JavaScriptSerializer makes an event receiver solution fail in Sharepoint Online. The weird part is that it fails silently and it doesn't throw an exception. ...
0
votes
0answers
12 views

Update an item property in SharePoint 2007 using stsadm PowerShell

So what I'd like to automate is updating the status of a SharePoint list item. I'd like to execute the script and for it to be able to loop through a page's Name column to evaluate the property of ...
0
votes
0answers
11 views

Moss 404 Server '/' Application error

I have Moss 2007. One webapp with multiple site collections. The site collections are grouped via managed paths. 2 WFE's 1 TMG 1. The site may come up when recycling the app pool or doing an iis ...
2
votes
0answers
25 views

Windows authentication on Sharepoint

Update: OK, this is solved now. The code does work, but the permissions on the Sharepoint server have turned out to have gone awry. So that's a relief. I'm using VBA to send a request from Excel ...
-2
votes
1answer
23 views

Programmaticaly set a default page layout for publishing pages in SharePoint 2010 [closed]

How to set a default page layout for publishing pages in SharePoint 2010 programmatically?
0
votes
0answers
9 views

Sharepoint webservice call not returning list

I'm sending the following: <?xml version=\"1.0\" encoding=\"utf-8\"?> <soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" ...
0
votes
0answers
7 views

How to properly finish a Branched Survey on Sharepoint? [migrated]

I am sorry if this is a very dumb question, but I just don't know how to solve it. I am doing a Survey that has branched questions. Is a rather complex survey, it has many questions. But I will ...
0
votes
1answer
16 views

Sharepoint: GetList listName returning all list

Two things. I am a noob at Sharepoint stuff and I'm doing this in objective-c. My initial soap call is to get all the list: //init the soap call format - this gets us all the list on the mobiledev ...
0
votes
0answers
22 views

Module Folder in Sharepoint is not deployed with the wsp file

I am updating my solutions from sharepoint 2010 to 2013. I needed to make a little workarround because SP 2013 refused to find my pictures in the images folder. So i created a module folder for SP ...
0
votes
0answers
17 views

Construct an array or list to hold SharePoint List data in a Visual Studio 2010 Workflow for SharePoint 2010

My specific problem at present is how to declare and construct an array inside the workflow environment. As such my code container requires my code to be contained in these headers: private void ...
0
votes
2answers
18 views

SharePoint 2010 new SPSite throwing FileNotFoundException

here's my code SPSite spsite = new SPSite(@"http://sharepoint-url/"); The URL is right, I can run it in the browser. The problem is, my user does not have Admin rights. Is there a way to say the ...
0
votes
0answers
5 views

Manage SharePoint columns with CMIS

Is it possible to create SharePoint 2013 library columns using CMIS? I'm importing PDF's with different sets of metadata so I need to dynamically create columns in SP and add values to it. If CMIS ...
0
votes
1answer
12 views

Sharepoint timer job, method in Execute function doesn't work - SOLVED

I writening Timer Job for sharepoint 2010. But something is wrong. When I debuging, watch doesn't show int i variable. I get an infformation: Cannot obtain value of local or argument 'i' ...
-1
votes
0answers
10 views

SharePoint - Emails cannot be send out using the workflow designer in SPD 2010 [closed]

The workflow I have designed in SPD 2010 is encountering some issues: Event Type: Error User ID: System Account Description: The e-mail cannot be sent. Make sure the email has valid recipients. ...
0
votes
0answers
32 views

UserProfileProperties why is it Dictionary<string, string> rather than a Dictionary<string, object>?

When I connect to sharepoint using the Microsoft.SharePoint.Client (Sharepoint 2013 Client components SDK) to retrieve my profile properties. I am amazed to see that the .UserProfileProperties member ...
0
votes
1answer
21 views

SP 2010 Custom Workflow - WinWF Internal Error, Terminating Workflow only when DelayActivity is used

I have a custom workflow that I must start off with a delayActivity because the list activating the process has an event receiver that updates a column that I need prior to the workflow initializing. ...
0
votes
3answers
24 views

DropdownList in Sharepoint 2010

I need to put 2 cascading dropdownlists on the home page in SharePoint 2010. The data have to be populated from the Sharepoint List in both the dropdownlists. I know it can be done easily on InfoPath ...
0
votes
0answers
31 views
+100

sharepoint 2013 people search - custom facets

I added a new custom property to my user properties store (Intranet Department). It is attached to a term set. For my profiles, I have selected one of the terms for the custom property I created. ...
1
vote
1answer
43 views

SharePoint 2013 site template w/content search web parts

I have a site template that uses content search web parts and I select a different control and item templates for that content search web part. When I save the site as a template and create a new ...
-4
votes
0answers
38 views

Career in SharePoint vs Microsoft Business Intelligence vs General .NET developer [closed]

Apologies for being off-topic here, but I couldn't help posting this one on StackOverflow. I have good amount of experience in Microsoft Business Intelligence, SharePoint and General .NET (ASP.NET, ...
0
votes
0answers
28 views

EnterKey Press on SharePoint People Picker Field should trigger another function

Part of my aspx is below: <td> <asp:Panel id="Panel1" runat="server" DefaultButton="btnSearch"> <asp:TextBox runat="server" ...
0
votes
1answer
48 views

SharePoint 2013 search REST API

I am trying to search items in SharePoint site by using this URL in the browser: sites/esc/_api/search/query?querytext='Amit'. But I am not able to retrieve the same number of results which are ...
0
votes
1answer
36 views

How to construct/get Office Web App URL for sharepoint documents

I am trying to get the right redirection URL for my sharepoint documents which then I can use to open documents in WebView of iOS. Currently I am giving the absolute URL for the document where the doc ...
0
votes
0answers
11 views

Contentbyquery web part is not filtering on content type

I have 5 document libraries on my site collection. 3 of them have content types enabled, and all content types begins with the same id. 2 of those are the standard sharepoint document librraries ...
0
votes
0answers
14 views

Content Query WebPart Error while executing web part: System.NullReferenceException:

I am trying to add the following content by query webpart programatically but I have the error below #region Last updated documents ContentByQueryWebPart cqwp = new ...
0
votes
1answer
28 views

How to set the rowlimit in content query webpart by code?

I need a content query web part that returns me the last 10 modified or added documents into any document library on that specific website. How can I add the rowlimit by code? ContentByQueryWebPart ...
1
vote
2answers
20 views

How can i access the current url in a sharepoint custom webpart?

I have created a custom webpart and deployed it in sharepoint. Now i want to modify the webpart and use the url of the site page where the web part is embedded. How can i access the url progmatically? ...
0
votes
1answer
28 views

Cant change the font color on asp menu in sharepoint 2013

I am trying to edit the navigation, which uses an asp menu control....I have done everything else apart from the font color; I just cant get it to work. I have tried adding the ...
-1
votes
1answer
20 views

MDX How to filter using calculated date valuue based on paramter

I'm trying to fetch the values based on a Date value passed as parameter (named AsOnDate) into a Performance Point report's MDX from a Webpart Date Filter. Its an Accounts DB and the scenario is to ...
0
votes
0answers
17 views

Custom List Column Totals

What is the best way to grab custom list column totals into a Visual WebPart and displaying the data in a GridView? I have already overridden the OnPreRender method to access the SharePoint list and ...

1 2 3 4 5 271
15 30 50 per page