Getting some insight of page field data

Is that for all fields or only some fields that is from a specific field type?

All the data is cached in the application and you need to restart the application to get the information updated in application.

When you edit in back office everything is stored in the DraftPageFieldData-table and when you publish it is copied over to the PageFieldData-table.

If you implemented an own object that is used for the field, the object need to implement the Litium.ComponentModel.IReadOnly, if you have missed to do that the data in the cache is changeable and when you update the draft page in back office the change is sometimes reflected and persisted and other times it is not.

1 Like