Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Read on:

Table of Contents

Review the current product master table

Navigate to Master DataProducts

...

Once you will need display more of them (or hide some of them), use the same approach.

Decide about the mapping

Your goal is to configure the Products master table in the way, so that it can hold data needed for your pricing project. So you need to decide, which fields of the Products table will hold content of which column from the provided data file.

...

  • Attribute1 - use it for Product Family

  • Attribute2 - use it for Business Unit

  • Attribute3 - use it for Product Category

  • Attribute4 - use it for Product Group

  • Attribute5 - use it for Product Type

  • Attribute6 - use it for Product Class

  • Attribute7 - use it for Discount Family

  • Attribute8 - use it for Industry

  • Attribute9 - use it for Product Group Id

Configure the Products Master Table fields

We recommend to set up the column labels, names and data-types according your dataset, as it’s the way how it will be used and shown in the solution. Here we show some particular example.

...

  1. Change the label of the sku

    1. To open the field context menu, right-click on the label for the Attribute1 column, or click on the …​ (this button appears only, when you hover the column label)

    2. Click Rename and Customize Column. The dialog will appear.

    3. change the Label to "Product Id"

    4. keep the setting of Required as it is (most fields are not required).

    5. click Confirm Changes. A confirmation will come up, so confirm the change.

  2. Repeat the steps above for all the other columns in the CSV file using the following assignments:

    1. label - set label "Product Name"

    2. unitOfMeasure - set label "UOM"

    3. currency - set label "Product Currency"

Fetch Products' Field metadata to your project

In case you already have your project set up in IntelliJ and also connection to partition set up, fetch the new fields' metadata to your project, so you can store it to Git.

...