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
3answers
47 views
Sharepoint 2010 Folder in Custom List
I would like to have folders in my custom list in order to have a form of archiving. I was able to enable the folders by going to List Settings -> Advance Settings -> 'Make New Folder command ...
0
votes
1answer
9 views
SQL Select of SharePoint Dates off ? MOSS 2007
Does anybody know what this is about? They seem to be off by a bunch of hours and they look right in SharePoint but not SQL
I also see the problem in my Data view Webpart, but it's clearly coming ...
1
vote
4answers
447 views
List Item Timeout
I am trying to open/close the a custom list item with 11500 items but I am getting an error which seems to be a timeout error, i checked the logs and found 'Unable to execute query: Error 0x80131530'. ...
2
votes
2answers
409 views
Updating field in custom list with values from AD/User Profile
hoping someone can assist with my current problem. I've been Googling for a solution for the past few days but haven't found anything yet that is close to what I need.
My scenario
The HR Department ...
0
votes
0answers
25 views
Lists not being added to quicklaunch
I'm having a problem with some lists that are included in a feature (Scope: web), which is created via a site definition.
These lists have the display on quicklaunch set to true, although, the only ...
0
votes
3answers
30 views
Get the List id (Guid) for a list by name in SP 2010 Programatically
If I pass in the name of a list is it possible to get the GUID id of that list and return it? I know you can get it on creation of the list, but I am assuming the list is already created.
Assuming i ...
0
votes
1answer
25 views
Possible problem with linked lists and limits of the Lookupfield in SharePoint 2013
I have set up a Parent/Child linked list, each parent item can have multiple different child items linked to it.
To connect child items to the parent I use a lookup field on a field on the parent ...
0
votes
1answer
365 views
Is it possible in LINQ to SharePoint
I have a task to make a WSP, which should provide definitions of custom list and library, but not instances. List definition has a lookup column to library item
<Field ...
3
votes
1answer
368 views
Save a multilingual site as template
I created a site and set the language settings to multiple languages, so users can switch between different languages for the MUI.
But I have also custom columns in a list. So, i translated the ...
0
votes
3answers
2k views
display list item when a field is not empty
I have custom list, created a view. In that view there is column called response, this is multiline text field. I want to display the list item when it is non empty.
Note: I have created a other view ...
1
vote
2answers
888 views
How to remove a field from the list settings page
I created one custom list. While deploying that list, it gives me a deployment error. I remove that solution from the solution gallery and recreated the list with similar functionality with another ...
1
vote
2answers
197 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
0answers
19 views
Calender Edit Button Disabled issue
When converting the "Custom List" to "Calendar List" using content type without enabling Team site feature, the Ribbon Edit Button is Disable.
1
vote
1answer
455 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 ...
0
votes
2answers
23 views
Site Pages Library create custom page
I am wondering if there is a way to set up a site pages webpart that creates a templated page instead of the blank one that is currently generated?
0
votes
0answers
12 views
Custom (Pre-defined) Time Slots on Sharepoint Calendar?
I have a Sharepoint 2013 team site set up and we have a room bookings calendar which i'd ideally like to restrict so that instead of booking time slots when booking, you book one of 3 predefined slots ...
1
vote
0answers
55 views
A duplicate field name “GUID” found when adding custom content type to custom list
I've created a custom list with one content type inherited from 'Schedule' (no additional fields). Now I need to add one more content type to the instance of that list in the feature activated event ...
1
vote
1answer
585 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 ...
0
votes
1answer
439 views
Declarative (CAML) BusinessData field
I am trying to create a List template definition declaratively (using CAML) which includes a External Data column and several secondary columns.
I created a custom list via the UI and exported the ...
0
votes
1answer
17 views
Restricted search on a list to hide private column
We have a list called employee. Out of all columns search result should not show 2 private columns named DOB & salary. Result can show all other columns.
I mean how to implement restricted search ...
0
votes
1answer
33 views
InfoPath 2013 to replace formated SSRS reports of Single SharePoint List items?
New to Infopath.
Can we natually and easily use Infopath 2013 to do the following with SharePoint:
Format SharePoint List Data on a sharePoint WebPart web page for a single SP List item (determined ...
0
votes
0answers
43 views
ExpCollGroup Fails with custom list
In Sharepoint Foundation 2010
I created a list, and made a standard view, everything is fine.
I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
1
vote
2answers
426 views
Workflow; Use previous document library item to populate field
This one has stumped me indefinitely... so I'm coming to the great guru's of the confusing concepts.
CASE:
I have an InfoPath form which is connected to a document library. Once the form is ...
0
votes
0answers
32 views
Is there a way to remove code from a sharepoint list?
Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
1
vote
1answer
28 views
Include additional fields with Person Site Column
When I create a column of type Lookup, there is a section at the bottom labeled "Add a column to show each of these additional fields:" I want to do this same thing with a Person column.
It seems ...
1
vote
1answer
55 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 ...
3
votes
3answers
10k views
Can I create some sort of Attachment column in a list?
User needs a list to track issues. They also want to be able to attach a document to this issue. If this attachment was mandatory I would be able to create a document library, but since it is not I ...
2
votes
1answer
67 views
Comma is being appended to values when adding new item to list through C#
I have a custom web part form which takes a few values from text boxes and adds the new row to a list. The problem is that when I click 'save', the values are being saved but some fields like ...
0
votes
3answers
28 views
Is it possible to have 2 “Created By” fields in a Custom List?
By default every custom list has a Created By field.... What I need is another one to display the users Mobile Number data as well. That way i can display their name and number on new list items ...
2
votes
1answer
21 views
Possible to use a MySites field as a Custom List column?
Ok, odd request incoming....
Is it possible to add a field from our User Profile information in MySites as a column on a custom list?
So lets say Mr. SoAndSo creates a new list item....This column ...
0
votes
0answers
17 views
join data from a custom list into the results of a search core web part
I have a custom list called ReferenceList which contains two fields ProjectId and Url.
I am retrieving data from SQL via BSC and displaying them in the search core web part result. The results are ...
1
vote
1answer
91 views
How to show save and control button in Sharepoint forms without having users to scroll down to bottom
In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom.
How can I make all the controls visible at the same time without ...
1
vote
1answer
104 views
Customising list views w/JS or XSLT: for my own specific type of list
When customising a list with JS or XSLT, the formatting seems to be applied not just to the list view web part the property is set for - but for all parts with the same list type ID on the page ...
0
votes
1answer
51 views
InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)
We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
0
votes
1answer
45 views
Making a Request form that pulls from Calculated Columns of other list
I'm new here (first post).
I have already read the great articles on this page but never posted until now.
I am looking for some guidance on this and hope you experts can help me.
Overview: I want ...
0
votes
1answer
27 views
A ranking field in SP2010
We have a list containing items classified by one field – “Category”.
We have a “Ranking” field for users to rank list items in a category.
We want the “Ranking” field to function like the column ...
0
votes
0answers
19 views
Simple method of displaying an editable list to a user using non-standard views
The title might seem a bit misleading, but the question is basically this:
We have a requirement to display a simple list of Do's and Don'ts to visitors on multiple pages. The specification is asking ...
0
votes
0answers
35 views
List Calculated Field in Pivot Table
I have a list in SharePoint 2010, and I'm using that list to drive data in a Pivot Table. This, in and of itself is nothing special. No custom code, PowerPivot or JavaScript hacks.
I have two Custom ...
0
votes
0answers
29 views
sharepoint list item 2013
How can we control the sharepoint list item which is created on visual studio 2012?
How can we get the user profile informations by connecting the user profile services ? ım new on sp so can anyone ...
0
votes
1answer
27 views
Frequently Needed Business Rule About Security that SharePoint Does Not Provide OOTB
Suppose that i have two lists like this
REGION_LIST [ RegionName(text), RegionResponsibles(multi-select peoplepicker) ]
ISSUES_LIST [Some issue related columns, Region(lookup) ]
Main requirement is ...
1
vote
1answer
258 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
0
votes
0answers
100 views
Leave planner and its Gantt View in SharePoint with approval workflow
I am creating a leave planner with provision for approval in SharePoint with a Gantt Chart view of the leaves.
The requirements are
Add a new leave entry with start date, end date (status of entry ...
0
votes
1answer
334 views
Filling in the predefined Word Document Template from SharePoint Site
I have a requirement which asks for filling the details into a word doc with a predefined template from SharePoint site and then the word doc should be automatically saved when clicked on saved ...
1
vote
1answer
270 views
Issue with lookup column in subsite
I add lookup columns with a elements.xml file and like everyone else I had issues with them once deployed, i.e. "Get information from:" was empty for the lookup list. I found ...
1
vote
0answers
58 views
Custom List deployed using Visual Studio 2010 unavailable under All Lists -Closed
I tried creating a custom list by the method mentioned in this tutorial by Saurabh Khatri.
I deployed the list to another site. After deployment the instance of the list was visible in the Quick ...
0
votes
1answer
541 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
2answers
236 views
How to extract data from word document into sharepoint lists 2010
I have a challenge to extract data from word documents into a SharePoint list.
Users send emails with attached Word documents containing forms filled out by users to be stored in SharePoint list. ...
0
votes
0answers
56 views
How to import a document as a multi-line text metadata field
I have a little bit of a challenge I'm trying to solve. We have a library of documents that we want to make available as a list. We'll use the "preview view", with the document title (as a hyperlink ...
0
votes
0answers
50 views
Assign users to a task without form
I have associated a workflow to a list.
When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item.
At first the edit is made through a ...
0
votes
1answer
32 views
Single Entry in my RSS Viewer
I created a custom list and a blog in my SharePoint 2007 site. I added the RSS web part to my front page and enter the RSS Feed URL for the blog. I have a feed limit of 3. I only receive the most ...




