How do Archetypes deal with duplication?
I have a question about how Archetypes deal with changes, i'll try to build a good example to explain:
My Archetype has 4 Expression Rules, i wish to change these so i have edited them in IntelliJ and re-reployed to my Platform with the following changes:
Rule 1: This rule has stayed exactly the same.
Rule 2: I have updated the Name of this rule as it previously contained a typo.
Rule 3: The logic of this rule has been updated, but the name remains the same.
Rule 4: Because of the changes in Rule 3, i have removed this entry as it is no longer required.
Ok so what happens when i re-deploy this? I suspect the Platform will intelligently 'undo' the previous Archetype deployment and then apply the new package, can someone clarify that this is the case?
Thanks!
Alan

