List Export
Posted: 19 Feb 2015
When you export a SPForm template via the "Export" button and try and import that file to another site collection, for the most part everything works with the exception of Related Lists.
It looks lie the XFDS file references the listid rather then the list name:
<RelatedItems ID="fd_e15b44e5_547b_440f_84a8_12f04998016b" Recreate="True" AsyncRefresh="True" IsClientRender="False" Style="" CssClass="">
<DataSource BaseType="List" WebId="28ab5784-e93d-43df-91a5-bc562ade6b4c" ListId="777069b7-3d77-498c-b1fa-ea7936bdcd67" ViewId="f5796c39-2be6-4377-868b-72ba1f74d51a" ConsumerField="Lookup" ProviderField="ID" IsEditable="True">
Is there a way that this could be modified to reference the list name so that it could be made portable and useable on other sites that contain the same list names? Thanks!
It looks lie the XFDS file references the listid rather then the list name:
<RelatedItems ID="fd_e15b44e5_547b_440f_84a8_12f04998016b" Recreate="True" AsyncRefresh="True" IsClientRender="False" Style="" CssClass="">
<DataSource BaseType="List" WebId="28ab5784-e93d-43df-91a5-bc562ade6b4c" ListId="777069b7-3d77-498c-b1fa-ea7936bdcd67" ViewId="f5796c39-2be6-4377-868b-72ba1f74d51a" ConsumerField="Lookup" ProviderField="ID" IsEditable="True">
Is there a way that this could be modified to reference the list name so that it could be made portable and useable on other sites that contain the same list names? Thanks!