We have a big masterdata pool of customers. With group references.
Customer "key1" is in groups "G2 and G3" (using the tag).
How can I change this references if for instance now I need customer to be in "G1 and G4" instead of "G2 and G3".
- Do I have to delete the key, create it again and set the new references to G1 and G4 ... or ....
- Is there a way to remove a reference and set another one?
Edit Let's assume this is how I created the masterdata plus references:
<masterdataPoolUpdate pool="P1">
<update key="key1" group="G2"><description>key1Desc</description>
</update>
<reference key="key1" group="G3" />
</masterdataPoolUpdate>