how to save edit time in AEM6.1? | Community
Skip to main content
littlegreywolf
New Participant
November 5, 2018
Solved

how to save edit time in AEM6.1?

  • November 5, 2018
  • 1 reply
  • 1095 views

How to save edit time in AEM 6.1?When user  update a field value in editor mode, how can I get the edit time and save it into a property?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

you can make a POST Ajax request to servlet on dialog submit and create/update property with time.

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
November 5, 2018

Hi,

you can make a POST Ajax request to servlet on dialog submit and create/update property with time.

Arun Patidar