Dear Community Users - I have a instance where I need to create and update a property(Updatedby); every time user makes the change in the page; the Jcr Node property value should be updated with the user login information.
Any leads here would be helpful.
Solved! Go to Solution.
Hi,
You can write JCR Event Listener on /content/yoursite/path on MODIFIED, which will be triggered when page is modified and you can add updateBy(any property) in Page.
Example :
Adobe Experience Manager Help | Creating an Adobe Experience Manager Event Listener that tags pages
Hi,
You can write JCR Event Listener on /content/yoursite/path on MODIFIED, which will be triggered when page is modified and you can add updateBy(any property) in Page.
Example :
Adobe Experience Manager Help | Creating an Adobe Experience Manager Event Listener that tags pages
Agree with Arun . Thats the best way you can achieve this if there is no other specific requirement.
Views
Replies
Total Likes
Thank you both. Let me look into this and I will reach out to you for any doubts.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies