HowTo: Add custom content types for “Folder” items in UCM

Follow

If you need to migrate folder items from your source system, but do not have a “Folder” Content Type present in your source Oracle UCM system, you can create a Custom Content Type and map that in order to classify and migrate folder items.

  1. Refer to the section "Add Source Classification" in the PMA user guide for guidance on how to create a Custom Content Type.

  2. Use the following Power Shell script to create a custom “Folder” Content Type in source classification.

    #=====Create Custom Folder CT====
    If($MigrationItem.SI.EntityType –eq ‘UCMCollection’)
    {
    return $true
    }
    Else
    {
    return $false
    }

  3. Finally, map this custom “Folder” Content Type with target “Folder” Content Type as shown below:

 

Was this article helpful?
0 out of 0 found this helpful

Comments