I have an archetype content type that previously was not folderish. Now I have set it as folderish. What attribute or properties need to be changed so that any data created before can be migrated?
I have read the following documents:
Converting one Content Type into another
I followed the above tutorial on upgrade steps but I do not know which attribute or properties to change.
You could use Products.contentmigration. See it’s doc to find out how to use it, it shouldn’t be too difficult: just define your
CustomQueryWalkerand the mapping between your two content types. In order to find out what field you have to map, just put apdbsomewhere in the content’s view and inspect the content schema.similar question here: Migrating from (now obsolete) custom ATImage content type