Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

In CDCM some customization data of a certain space can be transfered from one instance to another.

Customizations include:

  • Properties

  • Complex Properties

  • References

  • Master Data Tables

  • State Machines

  • Concept Types

Export

Exported customizations are represented in the JSON format. To export customization data from one instance of CDCM, please use on of the following methods:

Via User Interface

  1. Navigate to Admin Area: Access the admin area of Smartfacts CDCM. (Cogwheel icon at the bottom left in the side menu)

  2. Select Export & Import

  3. Click on the Export Metadata button

  4. A file will be downloaded via the browser

Via Endpoint

  1. Perform a GET on /{spaceKey}/api/v1/deployment/customizations/export

  2. Save the response as a JSON file

Import

Exported data sets of customization data can be imported to another instance. Each set of data is recognized by its key. If the instance already has values in it and a key with the same name already exist in that instance, its values will be updated to match the data from the export. Otherwise a new set of data will be created. If there is a key thats not included in the exported data set, it remains unchanged.

In order to not cause any data integrity issues, we recommand to not import data from another version of CDCM. On import, there version will be checked and, in case its not matching the version from the data source, a warning will be issued. This warning needs to be confirmed in order to actually execute the import process.

To import customization data from one instance of CDCM, please use on of the following methods:

Via User Interface

  1. Navigate to Admin Area: Access the admin area of Smartfacts CDCM. (Cogwheel icon at the bottom left in the side menu)

  2. Select Export & Import

  3. Click on the Import Metadata button

  4. Choose the file which contains the exported content

    1. If Confirm possible version mismatch is checked, no additional confirmation of a possible version missmatch will be issued

  • No labels