The list-template tag has no wiki summary.
0
votes
0answers
23 views
SharePoint Word Document template uses old Server Fields
I have a new SP2013 Foundation site. I am making a Design document library. I don't want to import the old site Library because it's a mess but I am trying to re-use my old 2010 document template to ...
1
vote
0answers
40 views
Error creating site from site definition - no document templates
I'm hoping you can help me out with a problem I'm experiencing. I have developed a custom site definition. The site contains 2 document libraries (Correspondence and Documents) and a list (Records). ...
0
votes
0answers
40 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
0answers
40 views
Create Ribbon Button on a custom list template SP2013
I am trying to add a ribbon custom action to a custom list that is created from a custom list template. The list template itself is based on Asset Library. The code below successfully adds the ...
0
votes
0answers
44 views
stp file template ony imports once (using UI)
Cutting a long story short, I've exported a list template from 2007 and altered the template to version4.
The 1st time this is added to the List Gallery in a 2010 environment it imported without ...
0
votes
1answer
98 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
95 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
37 views
Is it a bug or I need fix the STP
Here is the error I see in the SP log when creating a Library based on Template (template was created based on a library name SalesMasterLibrary and the library name is in the stp, well in the ...
0
votes
1answer
51 views
List template that includes formatting
Is there a way to make a template of a list that includes formatting using out of the box tools or designer.
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
1answer
45 views
Possible to create a list template that includes the 'Default New Form'?
I added a content editor web part with some custom js into the 'Default New Form' for a list. I then create a list template from that list, but when I create the new list it does not have the content ...
2
votes
2answers
142 views
QueryThrottleMode in non-query operations?
I have a big List which I want to empty. Therefore I create a template from that list, delete the list and create a new list from the template I just saved before.
I know there are other ...
0
votes
0answers
109 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
2answers
195 views
Error when creating list from custom template
When I attempt to create a document library using an existing template I recieve an error "the type of this column cannot be changed because it is currently being indexed"
The error occurs on the 2nd ...
0
votes
2answers
373 views
Difference between a content type and a list template
I understand that content type gives the definition for the set of fields in a list which can be reused while creating many other lists and a list template gets a copy of an existing list with or ...
1
vote
1answer
149 views
Setting 'Display Category' for List Templates
We have a number of custom list templates which we would like to categorise in the same way as site templates. Is this possible?
When selecting 'More Options' from the Site Actions menu to create a ...
1
vote
0answers
353 views
How to update a Sharepoint 2010 list via an Infopath 2010 client form via a code?
I tried to follow in Sharepoint Server 2010 and Infopath 2010 the article:
How to update a SharePoint list via an InfoPath browser form using the SharePoint Object Model
which is for ...
0
votes
1answer
89 views
Set view defination in a ListTemplate?
I've created a ListTemplate based off of a custom content type in Visual Studio for a document library. The content type adds two fields, a fiscal year and a fiscal month. It adds it to the template ...
0
votes
1answer
437 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
2k views
How to ensure that Infopath 2010 is in online mode?
Tried to search internet but could not find it.
I was given Infopath (.xsn) form which I open from file system and get:
"The query cannot be run for the following DataObject: Region
InfoPath ...
2
votes
1answer
750 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 ...
1
vote
2answers
1k views
Why would Document Library templates not show in create view?
We recently upgraded from SharePoint 2007 to 2010. There are a number of customization we made in the environment, and it seems that something is causing a problem when a user tries to create a ...
3
votes
2answers
713 views
One Event Receiver for many lists
I have Event Receiver for document library. It is added in Elements.xml like this:
<Receivers ListTemplateId="101">
I would like to use this ER for all my document libraries. Do I have to ...
0
votes
2answers
439 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 ...
0
votes
1answer
354 views
Custom list templates missing in create new list page
I am able to save a list as a template and it shows up in the list template gallery with an empty title, Product Version, and Feature ID. the language column shows up as 1033 instead of English.
I ...
2
votes
3answers
496 views
Binding lookup fields to document library template
I have features that define site content types and a document library template that uses these content types. Now, when I create a document library from the template, all the content types appear ...
0
votes
2answers
620 views
Template of DocumentLibrary does not show up
i have created a template of a document library on site A. After that I downloaded it (it's an stp file) and uploaded it into the list template gallery at site B.
Now my problem: The new template ...
4
votes
1answer
395 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 ...
2
votes
3answers
607 views
Generate ListDefinition from ListTemplate
Is there a way or tool to generate list-definition projects/features from an existing list template?
(Sharepoint 2010)
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 = ...
0
votes
1answer
745 views
Can fieldrefs in content type definitions change the internal name of a site column?
I have a content type that references a built-in site column like this:
<Elements ...>
<ContentType ...>
<FieldRefs>
<!-- a reference to the built-in ...
2
votes
1answer
2k views
Moving large document libraries to new site collections
I have a site collection with a dozen or so document libraries in it (total size about 300GB's). The goal is to move each of these document libraries into it's own site collection (and content ...
3
votes
2answers
751 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 ...
1
vote
1answer
426 views
Errors migrating from custom list with SharePoint 2010 upgrade
In MOSS we exposed a custom list definition to users instead of the Shared Documents library. Now, we are trying to convert all those list instances to use the out of the box list. It seems that ...
0
votes
2answers
197 views
Physical location of library template
I have a Document Library template that I need to move from my Dev environment to my Prod environment.
I looked all over the 14 hive and in the site in SP Designer for this file, but could not find ...
1
vote
1answer
891 views
How to handle 'Feature for list template is not installed in this farm' for custom lists
I have a feature in which I have a custom ListDefinition. Within the definition, I also have a ListInstance based off of the definition. When installing and activating the feature, these lists are ...
2
votes
2answers
3k views
Programmatically creating a list
I have created a new list definition following the steps listed here: http://msdn.microsoft.com/en-us/library/gg276355.aspx
I can create new lists using this definition in the browser with out any ...
2
votes
4answers
1k 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 ...
2
votes
1answer
604 views
Can't read Enhanced Rich Text field value from CQWP
I'm trying to read the value of a multi-line, enhanced rich text field from a content query web part using a custom ItemStyle template in SP 2010. Even though it has a value, it keeps coming back as ...
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 ...
1
vote
1answer
467 views
custom rendering template
Help!
In MOSS 2007 how do you make a custom newform/editform.aspx for a particular sharepoint list call a custom rendering template with custom code-behind logic? In particular how do you override ...
3
votes
2answers
3k views
How can I use PowerShell to upload a list template (stp file)?
I need to script the creation of data in SharePoint, and part of this requires that I upload a slide library list template using PowerShell. Is this possible?
0
votes
1answer
450 views
Moving list templates from one Site Collection to another - avoid that site columns become list colums?
When I move a list template from one Site Collection to another all the associated site columns become list columns. Is there a way to prevent this?
3
votes
2answers
285 views
Can't make a new instance of a custom document library
I am following the instructions of Cory Roth on how to create a custom document library in 2010 which can be found here ...
3
votes
3answers
831 views
Is it possible to create a Multi-lingual List Definition in a SandBox
I have a sandbox solution that for the some of it I have german translations for, like the feature name and description.
However to make this a proper multi-lingual solution I need to do the same for ...
3
votes
1answer
271 views
Can a list template include custom forms
I have added a webpart with a content editor on the create and edit forms of a list. When I extract the list as a list template and then apply it to a new site, it seems the list does not include the ...
1
vote
4answers
1k views
<ViewFields> definition ignored on list instance deployment?
I've got a custom site definition with a list definition + list instance in it. In the schema.xml for the list, I tried adding multiple views for the list. The problem I have is that although the ...
1
vote
3answers
2k views
Problem deploying list template (stp-file) by feature
I have a List template (a stp-file). If I upload it to the list gallery through the UI, it is uploaded and I can create lists based on that template file in the same site.
However, if I bundle it 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 ...
