Based on a condition, i need to move items(Components/Pages) from current publication to a specified publication.
Could anyone suggest me the approach regarding this. Thanks in Advance.
|
Based on a condition, i need to move items(Components/Pages) from current publication to a specified publication. Could anyone suggest me the approach regarding this. Thanks in Advance. |
|||
|
|
|
Moving items across Publications is unfortunately not supported by the UI and also not directly by the API. But there are still two possibilities you have to accomplish this.
The only downside to each of these two possibilities is that your items will get a new URI. It is not possible to keep the existing URI of your items when you need to move them across Publications. This also means that you might have to update all items using the original ones, so that they are using your new items instead. If this is required, you are most likely looking at the second option. |
|||
|
|