A custom list in SharePoint is a blank list in which you can add your own columns and views. Use this if none of the build-in list types are similar to the list you want to make.
0
votes
1answer
234 views
Custom List Not showing up
I created a list using a msdn tutorial as given in link below,
MSDN Custom List
I followed each single step, and deployed the list, and I can see it deployed globally in Sharepoint Central Admin, + ...
0
votes
0answers
503 views
How to export filtered list data to Excel
I have custom application page. There are few datepickers, to filter custom list data. When user clicks on Export To Excel ( which is asp:Button ) I need to filter data based on datepickers value, and ...
1
vote
3answers
428 views
Problem creating a Custom Ribbon Action to Order Lists
I attempted to create my first Custom Ribbon action to allow users to sort list items. But I failed miserably. the Action wont show in my ribbon at all and I am having trouble finding out what is ...
1
vote
1answer
64 views
Where is the code for a customized list NewForm.aspx page in sp2007
I have to maintain a sharepoint solution that I did not build myself. For a custom list "Files", that is provisioned as a feature in this solution, a newform.aspx shows a non default page. for example ...
1
vote
2answers
1k views
Is it possible to recover data deleted from a list?
Is there any kind of versioning for lists, or is an entry gone forever when deleted?
2
votes
2answers
286 views
how to show infopath form in an email
is it possible to have a form in an email? I'm needing to create a form that will be sent to a user based on a workflow variable. This email will have two field in it that will need to be filled out ...
0
votes
1answer
149 views
Pull URL of newly created list item with JavaScript; SharePoint 2007
I have a user that wants the page to automatically go to the display page of an item that he just created. I want to be able to do this using a Content Editor Webpart using JavaScript that is placed ...
1
vote
2answers
185 views
Items are not added into Custom list
I have my custom list instance which had 3 items initially. Their ID are 1, 2 and 3. The list instance was declared in XML and was automatically created during deployment. After the deployment, I ...
0
votes
1answer
137 views
Custom list Feature problems
I created a custom list definition, which works well.
When i deploy, the list definition is added, when i retract, the list definition retracts properly.
I also created a list instance from said ...
0
votes
1answer
401 views
Importing custom list to visual studio from sharepoint
I need to create a list for a sharepoint 2010 project.
I went into vs and i added a new List Definition with an instance, when i publish everything is fine. I now need to add custom columns to it and ...
1
vote
0answers
134 views
Wss 3.0 Lookup field error “Field type Reminder is not installed properly. Go to the list settings page to delete this field. ”
I tried to add lookup field in wss 3.0 custom list it errors saying"Field type Reminder is not installed properly. Go to the list settings page to delete this field. "
Has anyone ever encountered ...
0
votes
1answer
88 views
Alert managment
I'm using SharePoint 2007,
I create custom list.
on that list I create alert designed for 3 people.
now I want to change the alert definition for these people,
but when I enter to the alert list I ...
2
votes
4answers
1k views
Event Reciever firing twice sharepoint 2010
Hi I have a event receiver(item adding,item editing,item added), it was working fine before ...now it has started to fire twice...any suggestions?
0
votes
1answer
547 views
Lookupfields not showing up in customlist sharepoint 2010
I have a custom list on dev-int environment, now I saved it as a template and moved it over to the dev-vm environment and created a list (Listl1) based on the template. Now this list consists of few ...
0
votes
2answers
641 views
Error while add new item in a custom list sharepoint 2010
I am getting an error while trying to add a new item in the custom list..it was working before, but now it is throwing the following error
any suggestions?
0
votes
2answers
445 views
Implementing sort on the column headers of dataview webpart
Is there a way that we can incorporate a sort on the column headers of the dataview webpart in share point 2010
3
votes
1answer
595 views
more than one attachment field
We are planning to retire one of our old fashion tools and currently evaluating Sharepoint 2010.
in our current tool, we have 3 different attachment sections two of which are visible to customer, and ...
1
vote
1answer
495 views
Event Reciever Sharepoint 2010(when the calling fails)
I am working on a share-point 2010 custom list event receiver(item adding, item updating,item added), once in a while i will notice that when i create a new item, it seems like the event receiver wont ...
9
votes
2answers
2k views
How can I use normal paging on a custom view?
I'm creating several lists (and their views) programmatically, based on custom list definition templates.
When these views display more than 30 items, the following link is displayed:
Whereas on ...
1
vote
1answer
205 views
individual rating counts for a custom SharePoint list
I have a requirement to read the individual rating counts on for each of the sharepoint list item.
Ex:
1 star - count 32
2 star - count 23
...
5 star - count 2
Currently I'm using ...
0
votes
1answer
186 views
Reading values of AverageRating & Number of Ratings in code behind of application page in sharepoint 2010
I'm working on rating feature for our SharePoint application. I have a custom list something like below:
ex.
UserId -- Title -- JobId -- Rating(0-5) -- Number of Ratings
UserId & JobId together ...
0
votes
1answer
901 views
Manage Alerts Settings in SharePoint 2010
We are currently trying to use a Custom List in our Team Site in SP2010 to manage our customers requests.
The idea is creating a set of rules to alert the relevant contact as follows;
1. When the ...
0
votes
1answer
998 views
How to search a custom field in Sharepoint Foundation 2010
I'm trying to make the search server to look inside fields that are not in custom definition. For example i've a document library and i had the column MyCol... If i search and put in the query string ...
3
votes
1answer
3k views
Disable the delete option from Sharepoint list 2010
I have a custom list in SharePoint 2010, for which, the requirement is to disable the delete option. Users should be able to add to the list but not delete. Is there anything oob for that?
2
votes
2answers
304 views
Changing existing List schemas (custom ones)
I have a custom list that is deployed (for a while) that has a fair few instances of that list. I've been informed the schema.xml has a bug in it in the view/toolbar section.
So whilst I could ...
7
votes
2answers
637 views
Event Reciever on specific list in sharepoint 2010
I am working on creating event reciever for a custom list in sharepoint 2010 using visual studio..how can this event reciever be targeted to a specific custom list ..in my case its customEmpList?
1
vote
4answers
1k views
Viewing a custom list vertically
I'm using SP2010, and need a specific view of my custom list.
My custom list is defined as the follows:
Column 1 name = "Project Name" Data type = Single line of text
Column 2 name = ...
0
votes
3answers
230 views
Custom Lists: how to retrieve 3 most recent item submissions
I have currently 2 custom SharePoint lists. One represents questions, the other one answers.
Both lists have the default columns in place: ID, modified by date and username.
The requirement is now ...
1
vote
1answer
2k views
Updating Sharepoint List items
I got a custom Sharepoint list which has the following list items
Hostname - IP - OS - CPUs - RAM - Disk
Server 1.1.1.1 Server 2003 3 8 Disk C: 20gb
If i then ...
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 = ...
0
votes
0answers
121 views
Searching a custom list display page
I have a created a custom Display form for my Custom List (using SharePoint Designer)
and set this new display form to be the default.
It works correctly if I click on a list item from the ...
3
votes
1answer
745 views
Dynamically display a single row of a custom list
In SharePoint 2010, I have created a custom list and I want to be able to display a single row of this custom list on page. But I do not want to create a separate page for each row.
I would like to ...
0
votes
2answers
145 views
sharepoint 2007- Export Custom List
How to export a sharepoint 2007 custom list from one box to other box. I tried saving as list template, but misses some of the look up columns data.
1
vote
1answer
563 views
BDC List column picker filter - search/filter not working and exact entry says not found?
I'm working with MOSS 2007.
Rephrasing the question. I have a BDC column to an external datasource in a custom list. Today searching and filtering is not in place and actually exact matches are not ...
1
vote
1answer
2k views
The attribute 'autoeventwireup' is not allowed in this page
I have created a custom list with a custom newform. Using all OOTB SharePoint masterpages it works great. I now roll it to our test farm and it errors with a custom masterpage. The error is
The ...
2
votes
4answers
1k views
Single form for multiple lists
Is there any chance to do that? If so, what do you suggest me to do? I have two custom lists that are related to each other, while adding an item to main list, i have to add some parts of it into ...
1
vote
1answer
98 views
Creating lookups with OOTB Lists in SharePoint 2007
I am developing a solution which has multiple OOTB lists like Links, Contacts, Custom List and Document Library.
And, I have to create a lookup field in four lists which refer to a field in a Custom ...
2
votes
3answers
3k views
Creating CASE statement with Calculated Column
I am using SharePoint 2010.
I added a new Column and made it a Calculated Column.
Now I need to place a CASE statement in my Formula. Something like this...
CASE when [Region1] = 'A' and [Region2] ...
1
vote
2answers
553 views
Disabling attachements in lists
I'd like tu turn off attachments in my custom list definitions. In order to do that, I specified DisableAttachments="TRUE" whenever it was possible: in list definitions Schema.xml and in Elements.xml, ...
1
vote
1answer
2k views
associate workflow to custom list - sharepoint designer 2010
I'm using SharePoint designer 2010.
I have created workflow in the designer.
now I want to associate the workflow to custom list,
so I have created custom list and then go back to the workflow in ...
0
votes
1answer
78 views
workflow in sharepoint designer 2010
I'm using ShgarePoint designer 2010,
I have created custom list.
I have associate workflow to this list and operate the workflow on list item.
now I want to make some change in the workflow, but I ...
1
vote
2answers
1k views
Best method to bind content types to a list?
Where should I "bind" content types to my list?
I need to bind two different custom content types. I tried to do it in the list definition but the changes did not take affect. Doing it next to the ...
0
votes
1answer
279 views
web-part permission
I'm using SharePoint 2007, Custom list.
I have created 3 different view on one list,
and a custom permission.
in the home page each list-view appear in different wep-part.
In each web-part I ...
0
votes
1answer
424 views
data sheet list view permission
I have created custom list on sharePoint 2007,
on that list I create data-sheet view.
I send a link to the "data-sheet list view" to some users,
in order that those user fill-in data.
I need to ...
2
votes
2answers
673 views
List DVWP and directly linking to upload attachment
I'm working on a dataview web part in a MOSS 2007 environment which comes from a custom list. In this dataview web part, I'm wanting to link to the Attach Item form so users can attach some ...
1
vote
2answers
458 views
List contents of Active Directory in List
I have got my AD set up with Sharepoint 2010, but I need to display a list of all users in the AD as a list of contacts. How do I go about doing this?
Thanks
3
votes
2answers
563 views
Custom webpart being rendered twice on layout page
using System;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Microsoft.SharePoint;
using ...
0
votes
1answer
516 views
export specific field from from sharepoint custom list to excel
I'm having custom list (SharePoint 2007)
I need to export the list to Excel file.
So I mark all the field that I want to export.
but I when I export the list I can see:
the "Path" field, though ...
0
votes
1answer
395 views
custom list top-link-bar
I'm using SharePoint 2007, I have created Custom list.
I want to broaden the top toolbar, near to the New/Action/Setting button
how can I create new button in the top-link-lbar?
0
votes
1answer
423 views
User control in custom list item edit - when can I see content type of item?
I have a user control I'm using to edit new list items. In my Page_Load event, I am trying to retrieve the Content Type of the new item to use in further logic. But, I'm getting a null reference ...

