dennisbyrne wrote:
you can set @insert and @update = false for any property elements you want to be read only. In your case, that's a lot of elements and it may require two configurations.
I will be building a reporting app in a few months and this is one of the ideas I'm toying with.
This needs to be a mode that gets flipped, not a configuration setting.
Somebody is able to modify the object for a period of time, up to the point when it is published. After it's published, then it becomes read-only.
Does that make sense?