Rows of items containing columns of information.
2
votes
1answer
265 views
Strange behavior of Event Recievers on custom list
I read a bunch of threads on social.msdn regarding issues with Event Recievers on custom lists that fires twice, but I’m not sure this is the current problem I have. I have been using SP Manager and ...
2
votes
1answer
267 views
How to count number of finished tasks over total tasks in a sharepoint 2010 list to display in KPI
My problem is this:
I need to create a dashboard/kpi in SP2010 that will show the progress of a certain project.
The progress should be counted via the number of tasks/milestones completed in the ...
2
votes
1answer
312 views
merge two lists with WCF Services and Linq
How do I merge two lists when using REST services? You can't use union with linq and dataservicequery so I'm not sure where to go.
The following doesn't work with dataservicequery...
var docQuery = ...
2
votes
1answer
231 views
Will lists inherit the edit form from it's Custom Content Type?
I have created a custom content type and I would like to have all lists that use that content type use it's edit/new forms. Below is the XML i have in my Elements.xml file:
<?xml version="1.0" ...
2
votes
1answer
537 views
Export custom list to excel
I'm using SharePoint 2007. I have created custom-list.
The list contains one column from "Person and group" type, show field: E-mail.
I fill in data in the list column and export this list to excel ...
1
vote
1answer
32 views
Show new item notification on Content Query Web Part
I have a Content Query Web Part in the home page of my site root that points to a announcement list in a sub site.
Is it possible to also show the new item notification image as the announcement ...
1
vote
1answer
37 views
Error while opening sharepoint list in datasheetview and exporting to excel
I have a List which is having around 14000 items in it.while opening that list in datasheet view it is giving error .
Below is a summary of the issue:
After selecting datasheet view :
"Cannot ...
1
vote
1answer
30 views
Sharepoint 2013 List/Form with Repeating and Non Repeating sections
Can someone point me to how to go about creating a sharepoint list form with a repeating and non repeating section?
For example, a form that basically submits a team's information to a sharepoint ...
1
vote
1answer
20 views
configuring status list using date column, if greater than [date column] status goes red
I am using a status list that is pulling from another sharepoint list, I would like to use a date column labeled "Due Date" and tell the indicator to turn red when the "Due Date" has passed...
This ...
1
vote
1answer
25 views
Search Box disappears when I save Web Part Settings
I am checking the "display search box" option in my web part properties and clicking "ok" but the search box disappears. When I click "apply" it will show the search box, but it will disappear again ...
1
vote
1answer
36 views
How to get approval status of a list item as a column to that list?
I have a Calendar list and an approval workflow. The workflow is initiated when a new item is added. The event gets approved in the task list. I want to get that "Outcome" column to the list. But when ...
1
vote
1answer
52 views
Quick way to change Custom New form web part into custom edit form
I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button.
Now, I am trying to reuse the same code to create the custom edit form. But I ...
1
vote
1answer
33 views
Should views be created using “Edit the Current View” in the web part menu?
I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
1
vote
1answer
38 views
In a SharePoint List I cannot see items that are in a folder
I have a sharepoint list (Not Library), where I am programatically adding in a folder:
SPList list = web.Lists[ListID];
SPFolder parent = list.RootFolder;
SPFolder child = ...
1
vote
1answer
59 views
Customizing discussions list in SP2013 with JsLink
I'm working on a community site and was looking at ways to modify UI of the discussion list that is presented to the user (and possibly more going forward).
It is my understanding according to the ...
1
vote
1answer
56 views
CAML batch query - valid XML?
The standard format of a CAML batch query is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<ows:Batch OnError="Continue">
<Method ID="">
...
1
vote
1answer
156 views
SharePoint 2010 list vew schema - View element
guys,
I am trying to understand list schema view. For example AnnouncementsList contains in schema 3 views:
<View BaseViewID="0" FreeForm="TRUE" Type="HTML" MobileView="TRUE" ...
1
vote
1answer
54 views
how to check for a available count rendering the total count from another list
I am creating a library kinda application in SharePoint2010 and i am truck up with a scenario.
I have a List A,where the book names and their details are updated with the availability(Total no. Of ...
1
vote
1answer
119 views
Updating a List Using SharePoint Designer 2010 - can't find an example of my use case
I have two lists - one administrative with lots of details, and one public with a subset of the information. There are close to 2000 entries in the list. The admin list has 3 states, which I track ...
1
vote
1answer
15 views
Automatic List Views
The Basics:
I have got to separate List.
List 1: Problems
List 2: Ideas
Every Idea is related to a Problem and both lists are very dynamic.
The Question:
Is it possible to create a view ...
1
vote
1answer
236 views
Use one filter for multiple sharepoint lists
Can I define one list filter, and connect it to two lists on one web part page? I have two seperate lists on a page, both containing the 'author' column. Now, I want to add a filter to de page, so you ...
1
vote
1answer
561 views
SharePoint 2010 - get list item from search result
I'm using FullTextSqlQuery to search items on specific list. Query returns results properly. Now I'd like to get SPListItem from search results. As I searched Internet, I found couple of examples, but ...
1
vote
1answer
391 views
How to create event registration form that sends AUTOMATIC CONFIRMATION EMAIL using SharePoint 2010 anonymous custom list?
I'm trying to develop event registration form using anonymous SharePoint 2010 custom list.
Now, I got all the features I want; form fields, submit button that leads to confirmation page, but I want ...
1
vote
1answer
39 views
Maintain List ID when moving a list from one farm to another
Is there a way to move a list from one farm to another farm site collection with out having the LIST GUID change?
Currently I have tried to do this and was sucessful at moving the list and contents ...
1
vote
1answer
42 views
SharePoint List as Lookup Issue
I am using SharePoint 2007. I have a list which contains the names of all 50 states in the United States and as such contains a total of 50 items in the list.
I created another list which has a ...
1
vote
1answer
193 views
Create list of document libraries (duplicate Quick Launch/Libraries)
Instead of displaying the Quick Launch "Libraries", I want to display links to the library pages in a list/webpart within the main content section of the page. That way I can include a button/workflow ...
1
vote
1answer
66 views
Updating a SharePoint 2010 list with an email confirmation link
I have a list of 1000+ user accounts for an application, and I need to have each user confirm that they still require access. I would like to send a form email to all of the users in the list asking ...
1
vote
1answer
702 views
Copying a single field item from a list to a related task list using SPD workflows
I'm really new to Sharepoint 2010 and was wondering if it is possible to copy a single field from an item in a list to a related task?
Basically I have a holiday request list that triggers an ...
1
vote
1answer
622 views
How to pass selected value of one list's ID column to another list's column?
I have two list LatestJobList and AppliedUserInformation.
In first list there are latest jobs are posted along with ID column which is inbuilt in list.
what i want is when user clicks on particular ...
1
vote
1answer
936 views
CAML query in getLIstItems method returns no rows of items
I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
1
vote
1answer
136 views
SharePoint & Protocol-Relative URL's
A common web development trick is to use protocol-relative URL's, i.e. we drop the scheme part of the URL, e.g. http, and based on the scheme of the page the URL's take will use that scheme.
However ...
1
vote
1answer
269 views
Infopath 2010 & Sharepoint 2010 rule to update value of textbox from previous update item
I have a project updates list that tracks updates on a list item within the projects list.
I have created an InfoPath form that the Project Manager fills out instead of using a sharepoint built-in ...
1
vote
1answer
57 views
Best approach or is it possible to create this list?
We have a department that has requested a complex list for creating a Request for quotes and I just want to see if you guys think its possible and maybe give us some starters on where to look.
They ...
1
vote
1answer
518 views
Hide content type on “Add new item” ribbon button in folder
I have a problem which concerns hiding content types in the "Add new item"-Ribbon-Button.
In Visual Studio, I defined 2 custom content types (derived from the default folder content type) and a ...
1
vote
1answer
128 views
workflowAssociation not displaying workflow
I have created a feature. In the FeatureActivated event I am creating some lists. I am then trying to attach a custom workflow to one of the created lists. However when I do this the workflow history ...
1
vote
1answer
196 views
Sharepoint Excel data table and Chart
Need help about sharepoint.
I have a table data collection currently in ms excel document look like the following image.
every last day of the week the information will be updated (append new ...
1
vote
1answer
242 views
Get all lists and sites using a given site column in sharepoint 2007 using powershell
In other words, is there a SPField.ListsFieldUsedIn() equivalent in SharePoint 2007?
Ref: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfield.listsfieldusedin.aspx
1
vote
1answer
701 views
Metadata navigation in List View Web Part
I have list and list view web part on a page which points to default view of that list. I have enabled metadata navigation on my list, and my question is: is it possible to show/enable metadata ...
1
vote
1answer
127 views
Add list (from external sharePoint site) in web part
I'm using SharePoint 2007.
I need to web-part, in this web part I want to add list' this list is placed in external sharePoint site.
1
vote
1answer
215 views
Is there a way to determine viability of Infopath Fields based on a Sharepoint list?
The idea is, to have a form in which only certain users can see one field.
We would have a locked down list that held the UserID's of those who can see the field, and the form would look that up. So ...
1
vote
1answer
59 views
SharePoint 2007 - library with list items
For an application that I'm working on, we have two separate content types - one based on Item and one based on Document. I'd like to create a container that houses both of these content types.
I ...
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
1answer
29 views
Workflow Fails to start
I created a sharepoint designer workflow for list. Workflow fails for an item with error message ' The workflow could not update the item, possibly because one or more columns for the item require a ...
0
votes
1answer
12 views
Actions: Change Order Not available, sharepoint 2007
I'm attempting to re-order the steps in a custom list. For some reason I am not able to go to "Actions" and hit "Change Order" as I'm able to do in other lists.
I've tried editing the view ...
0
votes
1answer
38 views
Filtering Web Part on Lookup Field with multiple values
I'm looking to be able to filter a web part to show multiples values, based on a field in another web part that contains multiple values.
The scenario I'm testing is: In a school environment, the ...
0
votes
1answer
18 views
sharepoint 2010 contacts duplicates
I have created a contacts list in SharePoint 2010 and need to be able to stop duplicate contact information from being added to this list. I am not finding an "out of the box" method is there some way ...
0
votes
1answer
17 views
Can a calendar popup be added to a list's date filter instead of a list of text choices?
How would I replace the OOTB list date filter dropdown to be a calendar view instead?
JQuery/Javascript solutions are feasible for me if it is indeed possible.
So far looking at the page tags upon ...
0
votes
1answer
82 views
Powershell Script to generate site collection administrators, site URL, Site Name,Members in the group named 'owners'
I have a requirement currently to generate all the Sharepoint site in a Web application with the following information:
Site URL
Site Name
Site Collection Administors : ID or name
Members in the group ...
0
votes
1answer
12 views
How do I change the width of a list input page?
I have a SharePoint list. When you select "New" to add an item, some of the categories are extremely long (they're actually questions) and cause you to have to scroll from left to right to read the ...
0
votes
1answer
42 views
Create Calendar view using list definition with visual 2010 (sharepoint 2010)
I'm a newer in sharepoint 2010 .I want to create calendar view for my list definition using list definition. I think i need to do something in schema.xml file, but i can't find any document talk about ...