Introduction

Introduction

The Overwrite App by Induxx empowers you to modify master data values, such as ERP data, by toggling an allow to overwrite checkbox for specific attributes. This functionality provides users with the ability to adjust master data on a product level.

Requirements

The app utilizes three attributes per overwrite, forming what we refer to as an overwrite policy. In the example below, you’ll find a single policy that outlines the connection between attributes:

{
  "overwrite_1": {
    "overwrite_attribute": "overwrite_attribute",
    "source_attribute": "source_attribute",
    "target_attribute": "target_attribute"
  }
}

!WARNING!

You need to decorate and specify these attributes yourself.

The Source Attribute

This attribute, marked as the source, is the one used to import ERP data.

The Target Attribute

This attribute, marked as the target, is employed for your export channels.

The source and target attributes must be of the same [attribute type].

The Overwrite Toggle Attribute (Y/N)

This attribute serves as the toggle to determine whether you want to overwrite the target attribute. By default, if not toggled, it copies the source to the target if the source is changed. If toggled, the target remains unchanged.