Lucke
Lucke

Reputation: 221

Movilizer - Masterdata references deleted when deleting key?

Within the Movilizer Product context.

We have a big masterdata customer pool divided in groups G1, G2, G3...

The keys are referenced between the groups key1 is in G2 and G3 for example.

If I delete "key1" (masterdatadelete). Will it be deleted from the pool and all its references? (disapearing completelly from any movelet referencing G2 or G3).

Upvotes: 2

Views: 137

Answers (1)

this depends on your specific delete command.

    <delete key="key1" group="G2" /> <!-- deletes from G2 only --> 
    <delete key="key1" /> <!-- deletes from all groups --> 

Upvotes: 1

Related Questions