Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

stop Updating some properties while replicating

Avatar

Level 1

Hi

how to stop updating some properties in publish server while replicating from author to publish.

I have tried with ReplicationContentFilter, But using this the properties are getting deleted in publish server. if there are any other ways. Please share.

2 Replies

Avatar

Community Advisor

ReplicationContentFilter - that's the usual way to filter node/properties during replication.

acs-aem-samples/SampleReplicationContentFilter.java at master · Adobe-Consulting-Services/acs-aem-sa...

Experiencing Adobe Experience Manager - Day CQ: AEM 6 - Filter (Skip) Specific Nodes and Properties ...

And, AFAIK, it doesn't delete already existing properties (if there're some properties already on publish server). However, if filter applied, it would stop updating it further.

Avatar

Employee Advisor

Why is this default behavior a problem for you?

Jörg