Rows of items containing columns of information.
6
votes
1answer
1k views
Inherit permissions on list in a sub-site causes site collection lock-out
Scenario is this - site collection contains a sub-site with unique permissions. In that sub-site, site owner with full control creates link list. That list is not created with the same permissions as ...
4
votes
1answer
633 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
1answer
386 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
1answer
65 views
formula to limit date entries to specific month
In my "time off" custom list I have start date and end date. I want to make the user splits up the entries if the time off spans months. In other words if the entry starts Oct 25 and ends Nov 5 I want ...
3
votes
1answer
420 views
All versions of one item in list
Is it possible to see all versions for one item in SP list a different way than through version history? We have one extensively used list with 100, 130, 150... with a lot of (multi-line and rich ...
3
votes
1answer
358 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 = ...
2
votes
1answer
37 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 ...
2
votes
1answer
53 views
Access SPList.RootFolder.Properties from Client
Is there a way to access the SPList.RootFolder.Properties key/value pair collection from a client, either via Lists.asmx or the new client object model?
I know I can create my own ISAPI endpoint and ...
2
votes
1answer
77 views
GridView Listing Users' Tasks
I have a task list which I want to visualize with a GridView. I want to display the SharePoint users as columns, and underneath these users, their respectively assigned tasks will be displayed.
This ...
2
votes
1answer
150 views
Declarative OnQuickLaunch property not working in SharePoint 2013
I have a question about the OnQuickLaunch property in SharePoint 2013. I've created a new SharePoint 2013 project in Visual Studio with a document library List instance in it. All I have is an ...
2
votes
1answer
71 views
Steps to enable “Information Management Policy”
Kindly let me know the steps needed to enable the Information Mgmt Policy.
Is it enabled at the central admin level or at the site collection level.
thanks in advance.
2
votes
1answer
120 views
How to import one single row of data from excel to one list item in a SharePoint 2010 list?
I have a problem where we want users to attach a file to a new item and the SharePoint list will automatically read on row or column of data (maybe 20 cells-worth of data) and populate some additional ...
2
votes
1answer
96 views
Programatically update field/column name in a list on all sub sites [Powershell]
What I want to do is with a Powershell script programatically go through all subsites in a site collection and change a column name in a list from "Web" to "Site".
So in easier words:
Go through ...
2
votes
1answer
170 views
How I can block to change view in list SharePoint Foundation
How I can block change view in ShrePoint list?Even when I add user Read Only permission to some list, person be able to change view in this list. I want to block change view but I don't know how. I ...
2
votes
1answer
214 views
Sharepoint multi-column validation
I've got a custom list that contains multi collumns. The validation is made by a custom contenttype. Now I want a combination of two columns to be unique. Until know I did not found a way to solve ...
2
votes
1answer
484 views
How to create a lookup field that has a list column picker
How would I be able to create a list field in VS that would be a lookup to select columns from any list?
I would preferably like to have something like the PickerTreeView.aspx, but instead of ...
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
269 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
313 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
40 views
How to add a few pictures to one iteam in list SharePoint Foundation
How I can add a few pictures to one iteam list or library?
Best regards
0
votes
0answers
49 views
data view: how to get column values back if I erased by mistake in SPD
So this is real silly but I accidentally erased the values from the data view in one of my columns while i was applying conditional formatting (i actually selected the column and deleted the values), ...
0
votes
0answers
891 views
Join With Camlquery for Lookup Column Field
there are 3 List on My Scenario :
1) Tasks : Columns like this :
(Column Name) Title
--------------------------
TitleTest
TitleTest2
2) List1 : Column ...
0
votes
0answers
134 views
Custom List problems - missing Title field
I have a Sharepoint 2007 custom list that is giving me problems - I can see views of the data provided they do not include 'Title (linked to item)' field, but cannot open any of the standard ...
0
votes
0answers
166 views
How set Default-Values of Choice by the Creation of new Lists via (JavaScript) CSOM
Im trying to create a list by using the JavaScript CSOM, but Im stuck at a certain point.
In this example I use the Template "SP.ListTemplateType.issueTracking" to create and enhance a list,
in this ...
0
votes
0answers
106 views
SharePoint 2010 does NOT show associated list web part under indicator on display form
In SharePoint 2007 by default the Status (KPI) list template would show the associated SharePoint list view under the KPI itself when clicked on (display form). In 2010 this no longer happens by ...
0
votes
0answers
46 views
Add content to another list without leaving the first list
We have sharepoint 2010 and I have 2 list that are linked via a lookup, one contains customer details and the other there order details and we lookup on the order list for the customer details.
We ...
0
votes
0answers
195 views
Stop Powershell Script asociated with list sharepoint
I created the next script with powershell and it updates all the items in a list:
Add-PSSnapin "Microsoft.Sharepoint.Powershell"
$site = Get-SPWeb -identity "http://mywebsite"
$list = ...
0
votes
0answers
56 views
What could cause list items to inherit permissions inconsistantly?
In my WSS 3.0 system, I'm seeing an odd permission issue.
I have a list with some broad permissions and inside it are some folders where inheritance is broken and some more restrictive permissions ...
0
votes
0answers
29 views
Reg BCS Entity field
I have created one entity with stored procedure. I want to create a hyperlink on one of the field in external list. Please provide me the solution how can we achieve this
0
votes
0answers
446 views
Error when trying update item options
i experienced problem, when trying update list item options, here need long wait and after receiving error, with corelation ID, which is c1941c35-10fb-437c-be9f-ead1d9efb313
Error appearing not ...
0
votes
0answers
71 views
Display a single list item on a SharePoint 2007 page
I've been tasked with becoming a SharePoint guru over night and I need to make a page that displays a single list item in one web part, and related list items (from a second list) in another web part. ...
0
votes
0answers
70 views
Budget request and fund deduction
I am working on a SharePoint Team site (SP 2010) that needs to take in a fund request, have it approved, and once it is approved, ultimately deduct the total fund from a limited budget. I am having ...
0
votes
0answers
110 views
How to manage permission on a SharePoint list and views?
I have a share point list "Student Master" with 10 columns. Created two views from this list
Student Master1 and Student Master2. Now facing issues with permission.
There are three user groups-
...
0
votes
0answers
79 views
Date field changing from orginial date that is entered
I have 4 date fields and then 4 calculated fields off those 4 date field that I am using in a workflow email to just show =TEXT([Class Start Date],"mm/dd/yy") so that the date shows up in the correct ...
0
votes
0answers
32 views
Make sure you have enough previlages to access this resources in SharePoint 2010
Hi All I got the error "Make sure you have enough previlages to access this resources" while trying to add a user to a SharePoint 2010 group using SharePoint 2010 object model. I have also put the ...
0
votes
0answers
84 views
What is the best way to integrate Source Manager from Word 2010 into a SP 2010 list
I'd like to make it easy to collaborate with a team and managing citations. Currently my plan is to use Zotero and a WebDAV folder in sharepoint. However, I'm also considering using a Sharepoint List ...
0
votes
0answers
237 views
Connect Date Filter Web Part to a List
I am currently trying to connect a Date Filter Web Part to a list, where the date filter will be filtering based on the list items Created feild. It connectes but the disconnects.
Below are the steps ...
0
votes
0answers
65 views
How to safe-guard against central renaming of old title fields?
I created a few list templates from existing lists with their contents.
Former Title field was renamed and its "Maximum number of characters:" changed in existing original source lists which were ...
0
votes
0answers
24 views
Link SharePoint and WebCenter through portlet?
I know there is a way to link a document library to Webcenter through something called a portlet. (Example walk through can be found here: ...
0
votes
0answers
181 views
Updating MOSS list with MS Access- Object is read-only
I have a user who needs to update a large (39,000 items) MOSS list from MS Access 2007. The list is a simple one, created by publishing a query from Access to MOSS, now needs to be updated weekly. The ...
0
votes
0answers
848 views
Sharepoint Designer/Foundation 2010 could not create new form - Could not save the list changes to the server
I am a windows administrator, with 10+ years experience of server and desktop support/admin etc...
I have recently been tasked with setting up a sharpoint site, I plumped for foundation 2010.
The ...
0
votes
0answers
281 views
Lists still crawled when set to not show in search
We've run into an issue with one of the web sites in our SharePoint 2010 site collection: Even though all the lists and libraries have the setting Allow items from this document library to appear in ...
0
votes
0answers
173 views
Easiest way to copy list items and preserve 'Created' in SP2007?
What is the easiest way to copy list items while preserving the 'Created' information?
Can this somehow be done without code or ps (or without server access)? Saving list as a template with content ...
0
votes
0answers
65 views
Sharepoint list name incorrect when connected to outlook
We are using Office 365. On the sharepoint team site, I created a calendar under Lists called Vacation Calendar. It shows correctly on the team site. When I connect the calendar to Outlook, it ends up ...
0
votes
0answers
107 views
Adding custom folder content type by default
I have list with 2 content types: first CT - inherited from folder, second one - from item. If I add new item using ribbon, as expected opens form for my folder CT. But if I press link Add New Item - ...
0
votes
0answers
796 views
How to display data from list in applciation page using SPGridview
I have created an application page which display data from the list .
I am able to see dropdown and labels server control./
but when i try to bind the list data to the SPgrid view , nothin gets ...
0
votes
0answers
472 views
Import Excel as List Fails
I have an Excel Spreadsheet that I want to import into SharePoint 2010 as a list but upon doing so I receive the following errors. As a work around I have saved the spreadsheet as csv and then ...
0
votes
0answers
583 views
Unable to Edit List Items - WSS3
I'm experiencing a strange issue when trying to modify items in a list in WSS3.
My user is a site collection administrator and should have full permissions on the list. I can view the items, but when ...
0
votes
0answers
194 views
Import from Excel Spreadsheet works in IE6 not IE8
I'm having an issue in SharePoint 2007 in IE 8 where, when creating a new List using Excel Spreadsheet Import, I get redirected to a 403 error. This feature works in IE 6 but not IE 8. Can anyone ...


