Skip to main content

Posts

Showing posts with the label SharePoint 2016

How to save list as template in SharePoint

In this blog, we are going to learn, how to save the list as a template. We can save the list as template with the content and without content but there is a restriction of size for the content. List template are provide us flexibility to recreate list with same structure. Using this list template we can create a list with the same structure(same column name and same type) anywhere we wanted to. In Modern SharePoint, we need to enable custom scripting to view this option. Please follow these steps to save the list as a template. 1. Navigate to your target list which you want to save as a template. 2. Click on the List setting . 3. Now click on the Save list as template. 4. Now give a file name and template name, you can also check the include content option if you want to save the template with content but there is a limit for the content size and if you want to save the template without content do not check the include content option and click on OK . ...