Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Replication property loss when the deactivated page move to new location

Avatar

Level 4

Hi All,

Is there any way to fix the replication property when the deactivated page to new location?

Please help me how to proceed?

Thanks in advance.

Thanks

Mike

1 Accepted Solution

Avatar

Correct answer by
Level 9

It seems that replication properties are lost when you move the page. In order to have you save these properties you might have to write custom wcmcommand.

First you need to save these properties and apply them when you move the page. 

View solution in original post

3 Replies

Avatar

Level 9

Can you please explain your problem in detail? which property you want to fix? What did you do?

Avatar

Level 4

Hi,

I have created a component, Which includes the status of all the pages.

If the page is activated, then i took the replcationProperty and show the status as Activated.

like wise new page and deactivated status as well.

The above all is working  fine.

Now

if i move a deactivated page to new location, then  replication property is wiped out so a previously de-activated page will have no status and appear as "New Page".

i want to be the page same as in deactivated status.

Can u help me

regards,

MIke

Avatar

Correct answer by
Level 9

It seems that replication properties are lost when you move the page. In order to have you save these properties you might have to write custom wcmcommand.

First you need to save these properties and apply them when you move the page.