Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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.
Solucionado! Ir para a Solução.
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.
Visualizações
respostas
Total de curtidas
Thank you both. Let me look into this and I will reach out to you for any doubts.
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas