Page 1 of 1
Apply custom form to content type in site collection
Posted: 11 Aug 2014
by romslo
Is is possible to publish a custom form to a content type, and make it the default form for all lists where the content type is present in the site collection? I need to make a customization of the standard SharePoint task form, which is used in hundreds of sub sites in our solution.
Re: Apply custom form to content type in site collection
Posted: 12 Aug 2014
by Dmitry Kozlov
Hello,
We can prepare a powershell script which applies the specific form to all Task lists within the site collection. It will take 200 support minutes.
Re: Apply custom form to content type in site collection
Posted: 12 Aug 2014
by romslo
Hello. I'm afraid this is not an optimal solution, since this also need to apply to new sub sites in the future.
Re: Apply custom form to content type in site collection
Posted: 12 Aug 2014
by Dmitry Kozlov
The script will go through all sites within the specific site collection and apply the form to all task lists. You'll be able to execute it multiple times or even schedule it. So it will apply the specific form to new sites periodically. Moreover, you will get its sources, so you'll free to modify it.