For SharePoint-specific questions, please see the SharePoint Stack Exchange site at http://sharepoint.stackexchange.com/

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

Empty before properties when routing a non office document with content organizing rules

I have an event reiver which checks if some metadata has changed if so (and if it's set to the corect value) then an email has will be sent When I upload a document in my drop off library and set the ...
1
vote
1answer
16 views

cannot add reference to sharepoint List service

I am trying to add a reference to the SharePoint list service at https://abcd/_vti_bin/lists.asmx, but I get the below error: "There was an error downloading ...
0
votes
0answers
10 views

SharePoint 2010 Custom Action Link Access Denied In Central Admin

I am currently creating a customer timer job in SharePoint 2010. I would also like to add a configuration page to my job so users can configure the job and I don't have to worry about GUID's changing ...
0
votes
1answer
5 views

Preserving Link List order in a CQWP in Sharepoint 2010

Is there a way of preserving the order of a List of Links in a CQWP in Sharepoint 2010? I have: Created a List of Links Ordered this List using the 'Change Item Order' ribbon button Created a CQWP ...
0
votes
1answer
18 views

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. Only on CAML Query

I am working with sharepoint webservice. If I call the GetListItems method with "Query" parameter as null. It works. But if I provide a Caml query as parameter its getting an exception like "Exception ...
-1
votes
1answer
27 views

Clear query term displaying in search bar when results page loads

On a search results page, I have: 1) a global search bar in the site header 2) another search bar, specific to the page, that's part of a custom image search. Issue: When I perform a search using #2, ...
0
votes
0answers
14 views

How to query a search service and get back an xml string in SharePoint 2010?

In SharePoint 2010, I am making a web part and I want to be able to send a query to the search service and get back a XML string representing the result. How can I do this programatically? Maybe a ...
0
votes
1answer
8 views

What is updateing SPSite.LastContentModifiedDate property

I just pulled the SPSite.LastContentModifiedDate property on every site in my farm and noticed that all 315 sites were updated between the time of 5/7/2013 12:01:21 AM and 5/7/2013 1:20:00 AM. ...
0
votes
1answer
30 views

Converting date format from M/D/YYYY to Month D, YYYY

A page on my SharePoint site has a Date field with a datepicker. The selected date is inputted in M/D/YYY format (eg, 5/7/2013). But I need the date to display like this once the page is published: ...
0
votes
0answers
16 views

Save word document using MergeFields

I'm working with mergefields in a word document, I want to save multiple items from database. Right now my design looks like this: And if I have one assignment in my database it works, but if I ...
0
votes
0answers
20 views

can't display error messages with customErrors=Off in SharePoint 2010

I changed the following web.config: 1- VirtualDirectory\80\web.config 2- 14\TEMPLATE\LAYOUTS\web.config 3- 14\TEMPLATE\ADMIN\web.config 4- 14\CONFIG\web.config CallStack="True", Debug="True" and ...
0
votes
2answers
11 views

Sharepoint 2010 search scopes Information

I have a webappa and it has 4 site collections: A, B , C, B. I want to have a Advanced search in site A where user can search content of A and B site collection but user should not be able to search ...
0
votes
0answers
6 views

Loosely coupled Microsoft Workflow on Sharepoint 2010

I need help! Over the years, various challenges have FORCED me to evolve to building loosely coupled solutions that give me a very reusable code base with lots of flexibility in architecture. I have ...
0
votes
0answers
13 views

SharePoint 2010 lookup column not displaying

I have encountered a strange bug with a listview webpart. On a 'city' lookup column, the data will not display when I have a 'Full Toolbar'. It will display when I change it to 'Summary Toolbar' or ...
2
votes
2answers
28 views

Unable to render the HTML output on a Page

I am trying to build SPGridView on aspx.cs Below is the code StringBuilder sb = new StringBuilder(); sb.AppendFormat("<SharePoint:SPGridView runat=\"server\" ID=\"spgridview\" ...
-1
votes
1answer
15 views

Approval Workflow in Sharepoint [closed]

I am creating a form that submits requests for new equipment in the form of a sharepoint list. As soon as a new entry is added to the list, a workflow should be triggered, which sends an approval ...
0
votes
0answers
21 views

Script Sharepoint 2010 task list connect to outlook for specific user programmatically

I want to be able to script with powershell to connect with outlook for a task list. Is it possible without the user to click on allow? I have been looking at the stssync protocol but im not sure if ...
1
vote
1answer
28 views

Detect if a session variable exist after front-end user logs into SharePoint 2010

Is there a JavaScript object, method or property that I can use to detect if a specific SharePoint session variable exist, after a font-end user log's into SharePoint? The following seems to work.. ...
-2
votes
0answers
18 views

Thoughts on Navigation back from the Search Center in SharePoint 2010 [closed]

We have a dilemma with our implementation of Search Center. I am sure I am not alone with this. Basically, in some site 3 levels deep on one web app the search redirects them to the search center at a ...
-1
votes
0answers
11 views

checking email without outlook in a SharePoint 2010 intranet application [closed]

How to design/ develop intranet application so that one can check email through without outlook in a SharePoint 2010 intranet application? Thanks in advance.
0
votes
0answers
11 views

How to create a SharePoint List to use as a private gallery in Visual Studio 2012?

I would like to add a private extension gallery to my Visual Studio installation and provide the extensions listed there by means of a SharePoint-list. MSDN has an article about that topic, however ...
0
votes
1answer
8 views

Farm architecture and servers communication - Sharepoint 2010

We are implementing Sharepoint 2010 and the architecture we are planning to deploy is made by 1 WFE, 1 Application and 1 DB server. Our customer policy requires however that the Web front end must be ...
0
votes
1answer
24 views

I can't create a new Web Application using CA or PowerShell

I can't describe this problem but it happened after I restore a site collection from our development machine to the production server. I see the same error page also when I try to access the site ...
0
votes
1answer
19 views

Dynamically Updating Excel Web Part Excel File

I have multiple Excel Web Parts in my SharePoint 2010 site. Each web part is connected to an Excel work book which is generated automatically by a scheduled task on a separate server. Given this, is ...
0
votes
0answers
18 views

How to find the Version History values of list items using Sharepoint client object model

I can Get the Version History with Microsoft.Sharepoint.dll Use the following Code SPListItemVersionCollection VersionInfo = ListItems.Versions; int versionCount = ...
0
votes
1answer
14 views

show modal dialog on ap.net i giving the stack overflow error

I am trying to open modal dialog from ap.net when i click on hyperlink field in gridview. But I am getting the error "stackoverflow at line 662". Please let me know where am I doing wrong. My code ...
1
vote
1answer
14 views

Sending an alert mail via a workflow

I am currently doing support on a SharePoint 2010 intranet. A functionality has been implemented in a site allowing users to make holiday requests. A user must fill in an InfoPath form to make an ...
0
votes
0answers
13 views

Javascrip to Read/Count Sharepoint 2010 List Items

I am having a lot of trouble with this. Essentially, I am trying to count the number of times Decommission appears in a particular list column. From what I can tell, the javascript is correct, but it ...
0
votes
0answers
8 views

Sharepoint 2010 SPUrl in attribute

I want to create an alternating image with mouseover: <img runat="server" src="<% $SPUrl:~sitecollection/Style Library/Images/site/a.gif%>" onmouseover="this.src='Images/site/b.gif'" ...
0
votes
1answer
19 views

Copy All list items to another list in SharePoint 2010 WSS

I have created two custom lists And able to copy list item from one list to other using work flows in sharepoint designer 2010.but my requirement is to copy all the items in one list to another using ...

1 2 3 4 5 214
15 30 50 per page