Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

Saved List template is not visible under create page

$
0
0

Hi All,

I created a list template and it got successfully saved to list template gallery. I am trying to create a new list with the above created list template in the same site . but unfortunately the list template is not visible under create page.

Mine is SharePoint 2010 environment and it is nothing to do with migration.

I tried activating team collaborating lists feature under web features and tried below code from various articles.

Write-Host "**********operation Started************"
$webURL = "http://servername/sites/test/"
$web = Get-SPWeb $webURL
$web.parserenabled = $true
$web.update()
$web.dispose()
Write-Host "**********operation completed************"

But nothing helped....

Can anyone suggest....



srinivas


Viewing all articles
Browse latest Browse all 11571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>