wrote:
The easiest way is to copy the entities and the serveractions.
So first copy an entitiy to a new entity with a different name, then delete the old one, and rename the new entity to the original name. Then there are no errors in the module and the references stay the same.
Same goes for serveractions.
The ER diagram has to be designed again.
Hi Marlies,
I just copied some entities and serveractions. After that I dropped the original ones and renemad the new ones to the original name ... that did the trick! Some observations:
- Copy the entity, will also copy the attributes
- Copy a static entity also copies the records. Note that all my entities didn't contain any data, so this doesn't break the referential integrity.
- I had to redraw the ER-diagram, but that was a piece of cake
Thanks!