Service Catalog data migration

Considering that Service Catalog does not need to copy data from two different tables, and that it typically has a large volume of data, we recommend that you run the migration by using the batch update mode (especially for migrating a large volume of closed records).

The out-of-box example data migration is based on the following two key fields:

  • status
  • current.phase

Note You can add additional fields if needed, but do not remove these two fields. 

Default settings:

Source Table

svcCatalog

Target Table

svcCatalog

Filter Condition

null(current.phase)

Field Mapping:

Target Field

Source Field

current.phase

 

status

 

Value Mapping:

Target Value Mapping Field

Mapping Type

Condition

Target Value

current.phase

fixedValue

active="t"

Published

current.phase

fixedValue

null(active) or active="t"

Retired

status

fixedValue

null(active) or active="t"

Retired

status

fixedValue

active="t"

Operational