Configuring Master Data

Overview

Configuring Master Data for a new module requires creating a new module in the master config file and adding masters data. For better organizing, create all the master data files belongs to the module in the same folder. Organizing in same folder is not mandatory it is based on the moduleName in the Master data file.

Pre-requisites

Before you proceed with the configuration, make sure the following pre-requisites are met -

  • User with permissions to edit the git repository where MDMS data is configured.

Key Functionalities

These data can be used to validate the incoming data.

Deployment Details

  1. After adding the new module data, the MDMS service needs to be restarted to read the newly added data.

Configuration Details

  1. Adding new module

The Master config file is structured as below. Each key in the Master config is a module and each key in the module is a master.

{ "<module1>":{ "<master1>":{}, "<master2>":{}, ... }, "<module2>":{ <master3>:{}, <master4>:{}, ... }, ... }

the new module can be added below the existing modules in the master config file.

2. Creating Masters data

Please check the link to create new master https://digit-discuss.atlassian.net/wiki/spaces/DD/pages/644874241

Reference Docs