Rows of items containing columns of information.
4
votes
2answers
1k views
JQuery Accordion with SharePoint 2010 Custom List
I have a FAQ custom list in Sharepoint 2010 with two columns: Question (title column renamed) and Answer.
I want to display the questions and answers from the sharepoint list in JQuery Accordion. ...
4
votes
3answers
848 views
How to get visible SPField's for a specific list view
I am trying to enumerate a list based on a selected view - basically, programmatically doing what is visually shown when viewing a list.
I will be using this to output a file, so I am first getting ...
4
votes
1answer
202 views
Error using javascript to retrieve a SharePoint list's items
I am trying to use this method to query items of a column of a list in my SP site via javascript (the reason I am doing this is to display that info on the page by modifying the html tags in the DOM), ...
4
votes
3answers
3k views
Is there a workaround for the 'You cannot create alerts for lists for which users can only read their own items.' error?
I have been trying to piece together a quick and dirty system to allow users to leave messages on each others sites where any user can leave a message, but they can only see messages they have left, ...
4
votes
4answers
5k views
How to migrate a 2007 sharepoint list to 2010?
We have a list in sharepoint 2007 that we need to move to another site which is based on sharepoint 2010.
what's the best and fastest method?
thanks in advance
4
votes
5answers
12k views
Webpart to display list of subsites?
I would have thought SharePoint 2010 still had a built-in webpart to display a list of subsites as I could in previous versions. I'm having great trouble finding it, though.
How does one display a ...
4
votes
1answer
318 views
Change URL description programmatically in list C#
I have this list with artists that I manipulate with C#.
I can get all te values of the list with this code part and change
SPListItem listItem = properties.ListItem;
SPWeb artistWeb = ...
4
votes
3answers
4k views
Best method to create custom NewForm / EditForm
I am new to sharepoint development and need to create some custom NewForm/EditForms for a new custom list I am creating. It seems like I have two choices:
...
4
votes
2answers
190 views
Delete a 60GB list
I have a runaway list which - due to a recursive workflow and versioning - has grown to 60GB.
We are now trying to delete it. It is in the recycle bin, however I want to remove it completely.
If I ...
4
votes
3answers
450 views
What options are available to me to find lists that were created using a specific list definition?
I have many lists, some of which were created using a custom and now-obsolete list definition. I need a programmatic way of finding out which lists were created using that old definition.
Currently ...
4
votes
1answer
1k views
dropdown box on change event in SharePoint list forms
I am editing an SharePoint list form using SharePoint Designer. I need to have two drop down boxes one with the names of the countries and other with the names of appropriate state. How can I ...
4
votes
2answers
533 views
DateTime list column with 1 minute increments
How can I change the time portion of a date time column to have 1 minute increments? When you create a coulmn by default it shows 5 minute increments, but I need to be able to use 1 minute increments. ...
4
votes
1answer
435 views
powershell not finding shared document library?
There is a document library called "shared documents" in the site I type at the prompt when running this script. The script returns the titles of several document libraries, but not "shared ...
4
votes
3answers
4k views
How do I populate a SharePoint list from a SQL table?
I would like to know the best way to get data from a SQL view into a temporary SharePoint list from within SharePoint.
4
votes
2answers
1k views
Remove list instances upon feature deactivation
I have a feature put together in Visual Studio 2010 that creates 3 external list instances. These get created just fine when the feature is activated, but upon deactivation they remain on the ...
4
votes
2answers
1k views
How to change sort order of axis on Chart Web Part?
I have a Chart Web Part that is connected to a SharePoint list. I modified the All Items default view of the list so that it would be sorted correctly but the Chart Web Part does not pickup on the ...
4
votes
5answers
97 views
Permissions for List or Library Columns
Is there any way to give permission to a specific field of a list or library? I want one of my users for example cannot add or edit data in a specific column.
Can I set permissions to the form and its ...
4
votes
1answer
282 views
Is there any way to check does list exists without try catch?
Now i'm using same way to check does list exist by url
SPList logList = null;
try
{
logList = site.RootWeb.GetListFromWebRelativeUrl("Lists/LogRecords");
}
catch { }
if (null != logList)
...
4
votes
1answer
955 views
Trouble adding a button to the ListItem Ribbon
I'm very new to to sharepoint and found a tutorial to allow me to create a custom action in order to place a button on the ribbon. I'm trying to use that to add a button to a list view but It isn't ...
4
votes
1answer
1k views
How to create SharePoint list with custom template using Managed Client Object Model?
Creating lists in SharePoint using Managed Client Object Model is rather easy task. Here's how to create a list with SharePoint's custom list template:
ListCreationInformation lci;
List list;
lci = ...
4
votes
1answer
290 views
In MOSS 2007, how to sort a list by a total/aggregate?
I have a basic issue tracking list with a few columns, let's say Application, Title, Created By, and Task Priority.
My list is grouped by Application and I am performing a Total (Average) on Task ...
4
votes
1answer
1k views
How to get ALL list items regardless of view using Lists webservice
I have a list with only one view exposed on it (default view). That list has a filter with a field Assigned To = [Me] so all users logged in can only see their own list items. This list items get ...
4
votes
1answer
757 views
Workflow not triggering on new item in e-mail enabled list
A simple workflow with only one step, update column, is set to "start on new item" on a E-Mail enabled list.
When we send an email to the list, the email gets processed and a new item is created but ...
4
votes
2answers
615 views
Creating a poll in Sharepoint Online (lists or other approach)
There seem to be many web parts available for on-premise versions of SharePoint but I've not been able to find an easy way of doing them on SharePoint Online.
My idea was to create a list that had a ...
4
votes
4answers
514 views
Issue tracking only see issues you created
Is it possible to make an issue tracking list only allow users to see the issues they have created? Normally under list settings I would do this under Advanced Settings but that option does not seem ...
4
votes
1answer
4k views
PowerShell - create list from list template in list template gallery
Using PowerShell on a SharePoint 2010 site, how can you create a new list from a list template found in the list template gallery?. I want to be able to add several lists at once (just in numerically ...
4
votes
1answer
179 views
SharePoint List View Threshold Error on Delete and Re-load of Data
Foremost, I am not an administrator of SharePoint site and have very limited controls on my page. Earlier, I had created a list (custom list with Datasheet view). I had created over 20 views (one ...
4
votes
1answer
70 views
Add a Three-State Workflow by Code?
I want to add a three-state-workflow to a list. I know how to add this via Designer but - to keep manual works low - I want to achieve the same goal by Code.
This is what I need:
Add a ...
4
votes
1answer
118 views
Force user to enter a column in the list
When ever a user changes a particular field in a SharePoint List, Can I force the user to enter another field?
For example, I have got two fields, lets say A and B. When ever a user changes / update ...
4
votes
3answers
116 views
List Template doesn't appear in gallery after wsp deployment
I have a list template (.stp file) inside a module that I am deploying to a Publishing Site (SP2010) via a wsp. The elements.xml has the correct mapping to the _catalogs/lt folder.
When I deploy, my ...
4
votes
1answer
6k views
Create Custom New Edit and Display form for sharepoint list
I am new to SharePoint and I have created several custom lists. I would like to use visual studio 2010 to create new EDIT/NEW/DISPLAY forms for this list. I can't seem to find anything on the internet ...
4
votes
1answer
630 views
Export list to excel with filters?
I have a list with the setting that a user can only read/edit items they have created themselves which works fine, however, if they click Export to excel (which they should be able to) then all ...
4
votes
2answers
1k views
Content Type dropdown in a custom list edit form
I have two content types created A and B. I have a list definition where I placed those content types.
Using SPD 2010, I created a custom list edit form and as you know, SPD 2010 will ask you to bind ...
4
votes
1answer
381 views
Saving list template with managed metadata columns. Creating new list with the template.
I have a list that has several columns including managed metadata columns. I'm saving this list as a template and including all the content. I'm then taking this template to another site collection ...
4
votes
1answer
1k views
Exception from HRESULT: 0x80131904 - when using Custom List Forms
Can anyone help ?
I run into a strange problem.
I have a custom List designed in Visual Studio 2010 with Custom Content Type.When I add Item to the list using default forms everything works ok.
...
3
votes
3answers
10k views
Hide the “Add new Item” option below the sharepoint 2010 list
I have a sharepoint 2010 list, I want to hide the option "add new item" which resides below the list, any suggestions?
3
votes
3answers
1k views
Placing your branding images in the “14 hive” vs an Images list
I have a debate with a colleague of mine that deals with where to place images that must be accessible across the farm. I feel that for images that need to be accessed from anywhere, I should place ...
3
votes
3answers
568 views
Can a list item point to the column value in another list?
Is it possible with SharePoint 2010 to have a column in one list point to the value of the column in another list? So List A's Column1 will show the value of List B's Column3 for a specific item. ...
3
votes
6answers
3k views
List 'add new item' link at top of list
The 'add new item' link which is always located at the end of the list. Is there a way that we can add a similar link at the top of the list?
3
votes
2answers
1k views
Can I use the SharePoint 2010 Client Object Model with Sharepoint 2007?
Any workarounds or alternatives that work on both SP2010 & 2007.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b4579045-b183-4ed4-bf61-dc2f0deabe47
3
votes
2answers
83 views
ListItem[“Property Name”] VS ListItem.Properties[“Property Name”]
When we try to get list item properties, three ways of getting property I remember are,
ListItem["Property Name"] //always work fine
ListItem.Properties["Property Name"] // works fine unless I ...
3
votes
1answer
171 views
Delete List Item with Ajax
I've been trying a few options out, but I'm finding good SharePoint AJAX guides to either not exist or be hard to find.
Very simple, I am rendering list items with a repeater, and I want to be able ...
3
votes
2answers
472 views
Sharepoint 2010 Lists, is value specific formatting of columns or rows possible?
I would like to format columns or rows that contain certain values, without any client side javascript hacks. I'm looking for an OOB solution.
For example - if 1 column in my list being of type ...
3
votes
3answers
10k views
possible ways to import an excel spreadsheet to a sharepoint 2010 list?
I am running SharePoint Server 2010 and I have an excel spreadsheet of about 3000 rows / 30 columns, which I would like to import to a SharePoint list.
I've seen on codeplex a free tool for MOSS/wss ...
3
votes
5answers
1k views
Sort order issue
I'm having an issue sorting data in ascending order.
Right now the sort order is:
1.0.0
10.0.0
10.0.1
11.0.0
2.0.0
2.0.1
3.0.0
3.0.1
3.1.0
What I want is:
1.0.0
2.0.0
2.0.1
3.0.0
3.0.1
3.1.0
...
3
votes
1answer
89 views
Can an entire list/library be versioned?
It's possible to enable item versioning on lists and roll back to a previous version on that item. Can this be done for the entire list? So we can roll the whole thing back?
We accidentally modified ...
3
votes
3answers
4k views
Move list from root site to subsite
We accidentally created a few lists at the root of our SharePoint 2010 site and need to move them to a subsite. How do you do this? We tried exporting as a template, but then the list became a library ...
3
votes
5answers
4k views
What's the best way to move a list from one site to another?
I know you can backup site collections with stsadm -o backup, and you can backup sites with stsadm -o export. But what's the best way to copy a list. I've tried to use the save as a list template and ...
3
votes
2answers
438 views
Unable to delete List during solution deactivate
I have two list that I need to delete when a solution is deactivated and removed. But my code doesn't seems to be working. I am trying to delete and remove the quicklinks to the lists in ...
3
votes
1answer
545 views
Show Ribbon Button on all types of Lists
I want my custom ribbon button to show in all list views. I found this example: How do you create a Ribbon Button custom action that will appear on all kinds of lists
However, this also shows the ...
