Hello everyone
I’m using AEM as a cloud service
And I want to set to max expiration date by default when a user is sharing a link
Is there anyway that I can set the max expiration date when a user is sharing a link ?
I would link to set a max expiration date if the chosen date is bigger than my defined max date.
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can write a javascript to disabled the share button in the popup window if max-date condition does not met
There is no OOTB way. This needs customisation. I think you can explicitly set a header for max expiration date .
How can I customise it with java, Servlet ?
Hi,
You can write a javascript to disabled the share button in the popup window if max-date condition does not met
Views
Likes
Replies