Questions tagged [list-template]
A type of template that defines the characteristics of a SharePoint list. It defines attributes like list columns and content types, and may include content.
162 questions
1
vote
1
answer
161
views
Error when importing list template
When importing a list template that includes content I get the following error:
A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not ...
0
votes
1
answer
330
views
SharePoint Online : copy from existing list : issue with Column names
I have an issue working with SharePoint Online. Because I do not have any tenant-wide admin rights, I can just use SharePoint site's settings and interface (no PnP :( ) to fulfill my client's needs.
...
0
votes
1
answer
94
views
How to create a SharePoint list Template for a list for which threshold is breached?
I have a list whose threshold limit is breached (over 5000 items). How to create a list template for this list?
0
votes
0
answers
759
views
Get-PnPSiteTemplate -Out template.xml -Handlers Lists not getting out the Events list
I have event calendar which has events on it. I want to take this list out and upload it to another site of mine. I wanted to use the Get-PnPSiteTemplate -Out template.xml -Handlers Lists to get this ...
0
votes
2
answers
2k
views
Move SharePoint list from one tenant to another tenant
I am trying to move my SharePoint list from one tenant to another. In the SharePoint list settings, I couldn't find the option of "Save list as template".
Although I have full control of the ...
3
votes
1
answer
73
views
SharePoint Online - limit apps / lists available
My customer wants to limit the Apps (basically list templates, libraries, etc.) available in a site.
So after you create a team site or communication site, when the owner goes to add an app, how to ...
0
votes
0
answers
135
views
Saved list as template doesn't appear in app catalog
In the context of the same site collection and site, I saved a custom list (100) as template, it appears in list templates catalog, however, in the "Add an app" I cannot see the list ...
0
votes
1
answer
25
views
When i change a setting of my SharePoint list template does the change apply to all the lists i have created?
When I change a setting of my SharePoint list template does the change apply to all the lists I have created from that template?
1
vote
1
answer
120
views
Convert SharePoint 2010 list template to PnP Provisioning template
Is there a tool or at least a guideline on how to convert SharePoint 2010 list template to PnP Provisioning template?
0
votes
1
answer
1k
views
Can't upload Template List
I've just created a SharePoint site and am trying to import list templates from a different site, however when trying to upload them I get a permission error:
Thing is I don't know what permission I'...
0
votes
2
answers
1k
views
SharePoint 2019 on premise - Save list as template
In previous versions of SharePoint you were able to save a list / library as a template. This function has been removed.
Is there any PowerShell command that I can use or another way to achieve this?
0
votes
1
answer
176
views
Creating Library from custom template
I have written some code which saves a Doc Lib as a template. I am wanting to create an identical copy of how the Doc Lib is set up content types, views etc but none of the files inside the library.
...
0
votes
2
answers
40
views
Templates questions.How to create one and Is there a way to see if a list is from a template?
I saw in the list settings, one of the options is Save as a Template. Then it will be an option for future use if needed. Are there any unwritten/business practices for creating templates? I can see ...
0
votes
4
answers
3k
views
Copy the list using List Template in SharePoint Online
I need to copy a list to a sub-site on Sharepoint Online. Both use modern experience.
I tried the "save as a template" method, but the templates which are in the main site only work for the main site ...
1
vote
1
answer
1k
views
How can I create a SharePoint List from an existing one using REST API
I want to create a flow that automate the creation of lists using a REST API, well i figure out how to do it from the existing templates (like Custom list, Issue Tracking ... etc) using their ...