Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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