Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Moving dynamic properties to Page properties via DB

Vote:
0

Hi,
I have managed to make the classic misstake of using way to many dynamic properties, and have to transform these to page properties instead.

Has anyone succesfully managed to copy a value of a dynamic property to a page property via a DB-script? Or isn't that a recommended way to go?

// Kind regards, Torbjörn

#40201
Jun 11, 2010 16:33
Vote:
0

I would have used the API. To read dynamic property set on one node you can use

DynamicPropertyCollection dynamicSource = DynamicProperty.ListForPage(SourcePage.PageLink);

#40310
Jun 14, 2010 7:56
* 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.