Tagged Questions
0
votes
0answers
35 views
sharepoint list displays items normally but after klicking it runs into item not found exeption
I have a normal SPList with some items in it.
As you can see everything works fine. When I click on a list item, I run into an exception:
How is that possible?
edit:
I should mention, that ...
0
votes
1answer
94 views
“Save list as template” seems to work, but the template isn't subsequently available to choose from
For some very unusual reason (if I knew what it was, I wouldn't be asking the question here 8-)), when I save a given list as a template, SP2010 creates the template and claims it was successful.
...
0
votes
1answer
90 views
Moving list template to different farm with different site template
I have a simple list that I saved as a template, and moved to a different site collection in a different web application. The list template isn't showing up in the create new list dialog, and I've ...
0
votes
0answers
38 views
Webpart giving error when using a list template
This is an irritating problem. It doesn't stop anything from working, but the error doesn't make sense.
I have created a list template. When I add the list to a webpart, everything is fine. But if I ...
0
votes
0answers
114 views
“Wrapper” List Template for use with Site-scoped Event Receivers?
I am building a SharePoint solution that will allow for the dynamic provisioning of sub-sites off of a root site in a site collection. Each sub-site has a set of lists (built from discussion list ...
0
votes
0answers
105 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
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 ...
2
votes
1answer
714 views
How to determine the List Template (SPListTemplate) that was used to create a list?
I am using the following code to create a custom list from a custom list definition. Is there a way, after the list is created to determine which definition it was created from?
SPListTemplate ...
0
votes
2answers
422 views
Associate workflow with list template
We have workflow which enables creator of list item to edit it later. Is it possible to associate workflow with certain list templates, so when user creates new instance of such list, workflow is ...
4
votes
1answer
384 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
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 = ...
3
votes
2answers
733 views
How to modify a list's template?
I have a list that was created from a Custom List template. Most users have been interacting with it through a calendar view that was created. Now, some users would like to connect this list to their ...
2
votes
3answers
948 views
Possible to save a list template and maintain lookup relationships?
My issue is that I have two lists that I would like to move with their data. While I am able to save both as templates and then upload to the new site, none of the lookup columns in my parent table ...
0
votes
5answers
3k views
Export List in SharePoint 2007 to List in SharePoint 2010
I have a SharePoint 2007 list that I want to copy over to an existing SharePoint 2010 list.
Both of them have the exact same columns.
What is the best way to do this?
I tried opening both of them in ...
4
votes
1answer
4k views
PowerShell - create list from list template in list template gallery
Using PowerShell on a SharePoint 2010 site, how can you create a new list from a list template found in the list template gallery?. I want to be able to add several lists at once (just in numerically ...
3
votes
5answers
4k views
What's the best way to move a list from one site to another?
I know you can backup site collections with stsadm -o backup, and you can backup sites with stsadm -o export. But what's the best way to copy a list. I've tried to use the save as a list template and ...
