November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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");
}
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?