Rows of items containing columns of information.

learn more… | top users | synonyms (1)

1
vote
3answers
30 views

Replacing AllItems.aspx with a custom AllItems.aspx

I'm trying to customize the page that is used to show the content of folders in a certain (dynamically created) list. This page appeared to be AllItems.aspx. To customize the page I decided to replace ...
0
votes
0answers
5 views

SP2010 and Access: is there a way to prevent/eliminate linked tables from SP site

I am creating some custom pages for user interaction, and using lists so store some of the data. If I am able to keep users from the list on a page by page basis, is there a way to prevent them from ...
1
vote
2answers
8k views

Import Sharepoint List into Excel Using VBA Only

In Excel 2007, I have a VBA script that consolidates various data sources into a single Excel file for monthly archiving and reporting purposes. How can I import data directly from a Sharepoint ...
0
votes
2answers
1k views

No item exists at … It may have been deleted or renamed by another user .. for some items only?

I crated a webpart page and added a SPD listformwebpart in display mode for a particular list. All day yerterday I called the page and pass it the ?ID= query string and itworked great. It still works ...
1
vote
2answers
969 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
0answers
18 views

How to Create List within SharePoint 2013 Apps?

I am developing Apps for SharePoint 2013. And I want to create Multiple list in My App Package programmatically. It is like user inputs Name of list and when he clicks the Create Button the list with ...
0
votes
2answers
33 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 ...
1
vote
1answer
12 views

How do I set FilterOperator1 in the URL?

I know I can filter a SharePoint list by adding ?FilterField1=fieldname&FilterValue1=value to the URL. Microsoft's documentation also lists a property FilterOperator1 that you can use if you want ...
3
votes
1answer
366 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 = ...
0
votes
0answers
8 views

ListViewWebPart.ViewGuid is changed when AddWebPart called

So for some interesting reason AddWebPart on the WebPartManager changes my ListViewWebpart.ViewGuid, does anyone know why? I tried updating it after the AddWebPart call and did SaveChanges, but that ...
0
votes
0answers
22 views

Configure Upload to Dropdown of Rich Text box in Sharepoint list

I have a list with a column of type rich text box. While Adding an item to the list, if i attch a file to rich text box(select rich text box and select insert tab), It gives me two options. 1.) ...
0
votes
3answers
18 views

Summary Table From List -2010

I have a standard list with data such as this for different projects I am running ProjectX|Green|Feb ProjectY|Green|Feb ProjectZ|Green|Feb Project1|Red|Feb Project2|Red|Feb ..... How can I create a ...
1
vote
1answer
24 views

SP2010 Javascript REST API: updating list item using MERGE and POST

I am trying to use REST API approach in javascript to update a sharepoint list item where I have an id. So I use GET and POST to create records, but per MSDN article it looks like the way to do this ...
0
votes
1answer
393 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 ...
1
vote
0answers
54 views
+50

How to Display Uploaded Document Link to View/Download in InfoPath Form?

Hello I am new to Infopath! I have Two Share point Lists: 1. ClientList(ClientID,ClientName,Title,ID) 2. ClientDocuments(DocumentID,RelatedClient,DocumentName,Title,ID etc) RelatedClient field has ...
4
votes
1answer
396 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 ...
0
votes
1answer
338 views

How to Delete List Items That are Older Than X Days

What will be my best approach to delete an item that is older than x days? If it is using a SharePoint workflow, how should I initiate the workflow and what are the steps involved in the workflow? ...
3
votes
2answers
560 views

Data Form Web Part doesn't show data from Linked Data Source

I have Data Form Web Part with Linked Data Source which consists of three SOAP data sources to different libraries on different sites (one parent site collection with two subsites). All was ...
1
vote
2answers
4k views

CAML Query on “Person” field type

I would like to query list and get items that were created by specific user, in my list I have the fild "User" of type Person I tried this but it didn't work: <Where> <Eq> ...
3
votes
2answers
456 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
658 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 ...
2
votes
1answer
318 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
9 views

save Infopath form as document library and list

I have a custom document library form in which it displays data of different list and the user will approve(submit this form). Now the document is getting saved as physical xml file in the document ...
0
votes
1answer
8 views

How to amend output of List web service call

I've configured a 'List' and one of its types is 'Hyperlink or Picture'. As I'm populating this List type I'm required to enter the 'Web address' & 'description' : When I access this List ...
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
5answers
414 views

How to get the nth record using CAML from list

How to get the nth record (lets say 133rd) from the 1000 records (or unknown number of records) by using CAML query.
0
votes
1answer
22 views

Developing a custom NewForm

I have created a custom layout in _layours/PhoneBook/createform.aspx and then wrote the following code to run upon activation: private void newAddFormForMembers(SPWeb web) { SPList ...
0
votes
0answers
13 views

Having a common List to share amongst many pages bad/good idea?

Well I've read that the optimum/max of a list returning in a per page result is around 2000 or 5000? My question is, is it a bad idea to have ONE List in a Site collection that is used to store a lot ...
0
votes
2answers
854 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 ...
0
votes
1answer
595 views

Custom list definition shows title even if it is not declared in schema

I created an own list definition with list instance in the project. I described all the fields in the schema which should be shown. ANd it is ok, after deploying when i visit the list it show all mine ...
0
votes
1answer
22 views

Edit Hidden Item in List

I'm using SharePoint 2007 and I'm trying to figure out a way to hide a group of fields from being options in a new-item form when a list item is being created by an end-user. However, I also want to ...
0
votes
1answer
18 views

applying filter on list view

Say a list is having user name as a column. Now the list is having total 100 records. The list is having 4 records for user1. Now when user1 logged-in he should see only 4 records in that list, not ...
0
votes
0answers
15 views

Site definition with workflow

i need advice on how to implement workflows inside a specific situation. We have a list of projects. When someone adds a new project we need to create a subsite for this project (with the proper ...
0
votes
0answers
7 views

Multichoice boxes in SharePoint (SPFieldType)

I have the following code: SPList targetList = spWeb.Lists["Certification"]; list.Fields.AddLookup("MemberCertifications", targetList.ID, false); ...
1
vote
0answers
21 views

Binding WPF data grid to Sharepoint listitemcollection

I'm trying to display a sharepoint 2010 list using WPF and the Sharepoint Client object model. This is the grid <Grid> <DataGrid AutoGenerateColumns="True" Height="200" ...
1
vote
1answer
671 views

SharePoint 2010 - get list item from search result

I'm using FullTextSqlQuery to search items on specific list. Query returns results properly. Now I'd like to get SPListItem from search results. As I searched Internet, I found couple of examples, but ...
0
votes
1answer
16 views

Linking Lists in SharePoint 2010 programatically

How would I link two lists so that one pulls in a set of data from another and populates a dropdown list in the first list for you to select from. Example: List A contains a drop down called fruit. ...
1
vote
1answer
20 views

Delete List Items Using PowerShells with Date Filtering

I've been trying to delete more than 10,000 list items in SharePoint using PowerShell. So far, this is what I've had [System.Reflection.Assembly]::Load("Microsoft.SharePoint, Version=12.0.0.0, ...
1
vote
1answer
17 views

Add several ListFieldIterators in one Page does not work as expected

I tried to display several ListItems with several ListFieldIterators in my Page, but all the Iterators display just the same Item (the first one added). How can I make them to show the (different) ...
0
votes
2answers
1k views

Import-SPWeb with Overwrite always appends

I'm exporting a Custom List from one SharePoint instance and importing into another. The documentation says I should be able to use UpdateVersions with Overwrite to remove all items and then insert ...
0
votes
3answers
2k views

How to get Item from ListItem with Client Object model

I'm trying to printOut some items from a ListItem. But when run the code I get following exception: "Invalid usage of query execution. The query should be executed by using ExecuteQuery method on ...
0
votes
1answer
493 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
1answer
33 views

Large list - List view Threshold - SP 2010

For a project requirement client wants - saving 1 million document in a flat document library. Though document size is low, total data is not more than 9 GB. Due to Threshold settings can we store 1 ...
0
votes
1answer
325 views

SPMetal, lookups without EntityRef

I defined site definition with two content types and two list definitions. I have lookup site column <Field ID="{4318c52f-11c6-129a-b832-5ab22450b17c}" Type="Lookup" ...
0
votes
3answers
29 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 ...
2
votes
2answers
361 views

Add default data in declarative xml list instances for Taxonomy fields

Can somebody tell me, how to add default data for taxonomy fields in xml... currently i am doing this is a basic way, but not working... <Data> <Rows> <Row> <Field ...
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. ...
0
votes
2answers
42 views

Passing a URL from SharePoint 2013 list to Power View in Excel 2013

I have exported a SharePoint 2013 list to Power View in Excel 2013 and am having problems with the hyperlink passing along to Power View. This kind of crosses technologies, so I figured I would see ...
0
votes
0answers
5 views

Granting editors ,edit rights on a library set to view only after approval

Currently a list has been set to , only approves can see and edit , pending items(ie items that have been modified by a different user). Without changing this rule, I want another group to be able to ...
0
votes
0answers
17 views

Event-receiver ItemUpdating event not getting triggered when list item is updated from a designer workflow after a pause duration

I am having a Workflow and Event receiver attached to a custom list.The workflow is started from code, based on some condition satisfied.When the workflow is started it initially updates a Status ...

1 2 3 4 5 33