Forum Discussion
Trying to import a site template, but getting error message
jcgonzalezmartin wrote:
Agree with Paul, in general avoid to use a template you got when saving a site as template since you will have this kind of problems when trying to use it...saying this, if you need to use this template you will have to fix first this problems before applying the template. Fortunately, you can create a site collection without applying the template so you can try to enable these features either using the UI or PowerShell
Well the issue here is that a previous co-worker made a test site in a different sharepoint site and now we need to import it in the live sharepoint site of the client. There's infopath forms already done, libraries and views configured...so that it would mean having to make it again... :(
- DeletedJul 03, 2017
PnP does not migrate data your infopath forms or any other content. it just rolls out your site without using older styles etc. your infopath form can be redeployed manually views of libraries will be included in the PnP xml
- Jul 03, 2017
I haven't tried any infopath stuff. But with the Tenant Migration sample in PnP-PowerShell I've made a start to include data as well.
Also there is the PnP PowerShell command to add data to a PnP Template, Add-PnPDataRowsToProvisioningTemplate.
- Jonathan NunezJul 03, 2017Brass Contributor
Pieter Veenstra wrote:I haven't tried any infopath stuff. But with the Tenant Migration sample in PnP-PowerShell I've made a start to include data as well.
Also there is the PnP PowerShell command to add data to a PnP Template, Add-PnPDataRowsToProvisioningTemplate.
https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/AddPnPDataRowsToProvisioningTemplate.md
Well, I'm quite interested in this, but due to the lack of time there is (client suddenly needs it urgently), my only choice feels like it's only to use the native feature that sharepoint online has.
So my question is, there's really no way to activate them without using powershell script? As mentioned already checked in my site colleciton and site features and nothing to be found.
Thanks
Really appreciate the help!
- Jul 03, 2017Then you should go for PnP