Try our conversational search powered by Generative AI!

Dynamic Content, Xforms and Mirroring.

Vote:
 

Hi

I have set up a mirroring on my site my live site from my staging site.

Mirroring content works... however, I create forms on my site using dynamic content and after mirroring the form objects are not being synched at all?

NB: I carried out a test by creating an Xform pagetype, and the form objects created for the pagetype successfully mirrored, however implementing this solution will involve painful rejigging of content and code :(

Has anyone come across this issue with Dynamic Content?

#55315
Nov 28, 2011 14:15
Vote:
 

Sorted...  I created a mirroring module that added the xform objects to the DynamicDataTransferHandler.AddToExport

foreach (var xForm inXForm.GetForms())

{

Guid formId = (Guid)xForm.Id;

 DynamicDataTransferHandler.AddToExport(formId, "XForms");

 }

#55317
Nov 28, 2011 14:58
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.