I have a page with custom property, containing tabular data stored in separate database. Currently it is showing correct version of data associated with a type of page. To maintain page version, I am coping data on Instance_SavedPage event for new page version.
The issue is, this custom property is not behaving according to page publishing cycle. I mean, if you change the data of custom property associated with published version, the changed custom data is published on same version. (Available/updated on same version).
How can I manage custom properties changes on published version, and force cms to save a new version on change of data?
Hi,
I have a page with custom property, containing tabular data stored in separate database. Currently it is showing correct version of data associated with a type of page. To maintain page version, I am coping data on Instance_SavedPage event for new page version.
The issue is, this custom property is not behaving according to page publishing cycle. I mean, if you change the data of custom property associated with published version, the changed custom data is published on same version. (Available/updated on same version).
How can I manage custom properties changes on published version, and force cms to save a new version on change of data?
I hope I have explained the issue clearly.
Sanjay