Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Thanks for your input. Does it work in CMS 5 R2? The requirements on coderesort include CMS 5 R1.
We have replaced the MultiPage property with LinkCollection on several sites. As they share the same data structure it is really not a big problem. There can however be issues with data being lost in the migration processes, but we got around it by changing the property type first back to a standard XHTML string property and then to LinkItemCollection after the migration/upgrade is complete. Both these changes was done by running a SQL UPDATE query directly against the tblPageDefinition table.