Hi,
We have entities to manage laws articles and we have to manage the versioning of the article. I would like to know if anyone has already created an entity structure to handle the versioning of a record. For example, a law article can have 4 versions and the version is associated with a case depending on the date. I would like to find the most optimal way to manage records. I must have a Laws entity, an article-of-laws entity with a recurred relationship (parent / child), but I would like to know how to manage the history. Thank you very much in advance. Do I have to create an history entity, or there another way to do that.