If prices are maintained in a different source system, it is often required to replace existing data that is already available in Product 360. The sub entity deletion logic for prices is now supporting the logical key
Time of validity
. The behavior is as follows: all existing prices having a valid-from-to-range, which includes the configured
Time of validity
of the sub entity deletion configuration, are deleted on import.
For example:
Have a selling price with validity from 1/1/2021 to 6/30/2021 and a second one with validity from 7/1/2021 to 12/31/2021
Have an import mapping with sub entity deletion configured for "selling price" and configure a qualification for "time of validity", e.g., 3/28/2021
Import a Selling Price for the same item with validity from 3/1/2021 to 4/30/2021
Result:
The first existing price (with validity from 1/1/2021 to 6/30/2021) is deleted since it is matching the configured qualification of "time of validity" = 3/28/2021
The new selling price with validity from 3/1/2021 to 4/30/2021 is imported.