Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
SOLVED

Version for an asset should not be created when we change Metadata

Avatar

Level 3

I have a requirement where we need to create a version only when there is a change in binary of an Asset, but not for the metadata update.

AEM by default creates version when there is a change in both binary of an asset and metadata update.

can you please help me on this . Thanks in advacne

1 Accepted Solution

Avatar

Correct answer by
Level 2

You go to writeback step in metadata writeback workflow and change the createversion to false

2 Replies

Avatar

Correct answer by
Level 2

You go to writeback step in metadata writeback workflow and change the createversion to false

Avatar

Level 3

amalhotr wrote...

You go to writeback step in metadata writeback workflow and change the createversion to false

 

Thanks..