Rows of items containing columns of information.
0
votes
0answers
18 views
How to filter list in sharepoint by another webpart(dropdown list) in C# code?
I wanna filter list in sharepoint by using dropdown list in visual studio, And view in sharepoint can't serve me in that , And i searched a lot but i didn't reach any thing
1
vote
2answers
831 views
How to create custom views on survey lists
in SharePoint 2007
I want to create custom views on survey lists
without usung sharepoint designer or sharepoint server.
is it possible?
0
votes
1answer
386 views
Help with Blog EventReceiver, not firing
Ok so I have a blog site and I need to change the name of the author of each post to 'Anonymous' after he saves the post. I created an EventReceiver project in Visual Studio and gave the URL ...
2
votes
1answer
33 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
1
vote
0answers
13 views
How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?
I hope someone can help me PLEASE.
How do I get the attachments on my SharePoint 2010 List item to sort in alphabetical order by document name?
1
vote
2answers
26 views
How to access list data using a web part?
I have a list which displays multiple rows of text. Is there a custom Sharepoint web part I can use to select specific row ?
This question How do i display data from multiple lists? is in relation to ...
0
votes
0answers
28 views
SP 2010 Permission issue
I have a site that has the correct permissions to allow contribute / full control of a document list, but when I add a document the options in the ribbon are all grayed out except for the read only ...
2
votes
3answers
40 views
Is there a way to create a list view that only displays certain items for the last few days?
I hope this will be a very basic question. :)
I am using a Task List in a SP 2010 Foundation site to keep track of work in progress with a small team. We are using the default Status values (Not ...
0
votes
0answers
9 views
SharePoint 2010 - Bulk Upload List Data that contains Managed Metadata (Terms)
I have a list that contains a few columns of type Managed Metadata and want to upload a bunch of data (records) to the list. I understand that you can't do this within the Datasheet View of the list ...
0
votes
0answers
20 views
One or more field types are not installed properly, how to check in which field is it failing?
I am getting this error in a timer job that I did not develop.
Error: One or more field types are not installed properly. Go to the list settings page to delete these fields. ...
0
votes
1answer
32 views
Calculated columns, columns names and localization
I provision a list in SharePoint 2010 with two date fields: one for a start date and one for an end date. I would like to add a third column for the duration.
Naturally, I could add a calculated ...
1
vote
2answers
34 views
Listdata.svc via REST refuses to return data
I'm trying to pull down some list data from listdata.svc using the standard method as documented in the msdn:
var listUrl = 'http://development.contoso.com/_vti_bin/ListData.svc/Contacts';
$.ajax({
...
1
vote
0answers
19 views
Alerts Issue in sharepoint 2010
I created a alert for list using alert manager.But when alert mail will sent to the user,what ever columns are there in the list,that columns vales will sent only default values only.i want to send ...
0
votes
1answer
22 views
Is it possible to share the same list type among different sites?
I'm accessing list content via its corresponding webservice. I'm re-creating new lists for new sites but often the list content type is the same - image, link etc.... Is it possible to create a list ...
0
votes
0answers
11 views
Render Failed on Show Filter Choices
It looks like this old SharePoint 2007 bug has been re-introduced in SharePoint 2013:
http://spnovice.blogspot.com/2013_04_01_archive.html
We upgraded this weekend and now all large lists exhibit ...
1
vote
0answers
170 views
SharePoint 2010 List Grouping Expand/Collapse Sequence Bug
I've run into a bug with a List web part that has me stumped.
Bug description: Using the web part and XSL specified below, expanding groups may result in items from the wrong group being shown. ...
2
votes
2answers
1k views
How can I import e-mail data from outlook into a SharePoint list?
I want to copy an email data into a SharePoint list. User will select which e-mail s/he wants to add and e-mail will be coppied into a multi-line text box. Also, e-mail attachments will be copied ...
1
vote
1answer
930 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 ...
0
votes
1answer
25 views
Need extra layer of authentication on SharePoint list
The following below was requested in an effort to eliminate any security isses. (We are currently using the default NTLM authentication):
-Create a hidden URL extention for admin's only (new site ...
1
vote
1answer
25 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 ...
0
votes
2answers
43 views
Create SPList Metadata
I want to give a SPLists a Expiry Date so they are later deleted through a timerjob.
The value is set by the user when they create a list through my functioning visual webpart.
Is it possible to give ...
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 = ...
0
votes
0answers
8 views
Unable to end a workflow on a list
I've got a SP workflow issue that I'm struggling with.
I've got a list and a task list, a user submits an item to the list then a task is created which is automatically assigned to the "admin". After ...
0
votes
2answers
18 views
Add KPI indicator for every item in a list automatically
I have a list with two columns. How can I add a KPI indicator for each new item created automatically? Where the value column is one, and the target column is the other?
Can I define the KPI list to ...
1
vote
1answer
19 views
Setting a maximum on a number column based on a column from the same list
I have a list with 3 columns. Title, amount and progress.
Amount and progress are both number types. Is it possible for the progress column's maximum value to be the value of the amount column of ...
2
votes
2answers
439 views
Attach ListItem to TaskItem
I've created a custom approval worfkflow for an listitem. Now I need to see the values of the item in the taskitem. So I think one way would be to attach the ListItem to the TaskItem.
Does anybody ...
2
votes
2answers
1k views
Sharepoint External Data field with multiple values
I need to create a list column which contains external data (from BDC). The field has to contain multiple values. But I haven't found a way how to make a external-data-field take multiple values.
...
3
votes
2answers
430 views
Jumping to a specific page within a SharePoint List
I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations.
eg:
1) List with 1000 items in it
2) Each page ...
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 ...
0
votes
1answer
20 views
Set InfoPath 2010 form to grade mulitiple choice
I have set up an InfoPath 2010 form with drop-down list answers that I changed to radio buttons. When a selection is made and submitted, the answer(ID) is sent to a SharePoint 2010 list.
My ...
2
votes
1answer
34 views
Color coded background on calculated column using Designer
I am aware of the various methods to colorcode columns (jquery, formula) I choose here to use designer on allitems.aspx on a list (im lazy and its easy).
I have given various columns background ...
3
votes
1answer
357 views
Version history of items in related list
Is there a way, without additional programming, to get history of children related items to the parent one, for example:
SPList threads = SPContext.Current.Web.Lists["Blog threads"];
SPList posts = ...
1
vote
2answers
27 views
Filter list data based on page Url
I have a relatively small SharePoint list. When a user comes to the list page I want a generalized list to display with a search box. I want this list to have no parameters or variables attached to it ...
1
vote
1answer
36 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 ...
2
votes
2answers
35 views
Adding list item when user does not have permissions question
I am trying to programmatically add a list item to a SharePoint list. The code works fine when executed by a user with contribute permissions, but does not work when a user has view only. Funny thing ...
2
votes
5answers
1k views
How to access List from Sub Site in SharePoint 2010
I have created a Site Named Application Test. In this site i again Create a Sub site Named Sub Application I add in site url "http://SP2010:2222/" in Visual Studio Project Project Scope is Site Now i ...
0
votes
2answers
296 views
SharePoint 2007 - calendar list
how can I hiding a field called 'Workspace' from Calendar: New Event or Edit existing event
0
votes
1answer
427 views
Vertical image slider with jquery
I heve a ticker news with vertical sliding.Here i need to slide both images and text along with it, which is coming from a single list.How to give the image source in this jquery code. The image is a ...
0
votes
2answers
819 views
How can I make a SharePoint 2010 list check if a specific serial number has been used before?
I'm trying to make an inventory list where we show who has been assigned a computer.
What I want to see is a field that shows if a computer has been assigned to another person previously and the name ...
1
vote
1answer
25 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
2answers
36 views
Recreate a List in many subsites of a site collection using powershell
I have to recreate the same List in several subsites within a site collection. I saved my List as a template but it will be very time consuming to add the List manually to all of my subsites using the ...
0
votes
2answers
17 views
How to Upload Documents using Visual Fox Pro
We have an application written in foxpro, part of the application is creating reports (basically excel and pdf files), i would like to add the capability of uploading those files to a sharepoint list, ...
1
vote
1answer
25 views
Can I copy a list of items to another list?
I would like to copy a list of items to another list when an item is add to yet a 3rd list
Here is my example
I have a list of tasks
id task
1 brush teeth
2 drink coffee
3 drive to work
My ...
1
vote
1answer
18 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 ...
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?
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 ...
0
votes
0answers
15 views
“Start Time” column is not getting updated in Workflow email
I have an approval reusable workflow for a calendar list. The workflow sends an email to the approver with the start and end time of the event.
End time is displayed correctly. But the start time is ...
0
votes
1answer
354 views
Can't edit items from a particular list? Corrupt somehow?
I can't seem to edit any list item in a particular list. The stack trace points to the AddOrUpdateItem() method (below). I can't think of any recent changes made to the content type of list definition ...
0
votes
2answers
28 views
Conditionally Require Approval on List Items
I have a calendar list, and I need to have it so that only items that meet a certain condition require approval. I have tried to use workflow, but when I fire them on the create/change event, the ...
1
vote
1answer
24 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 ...



