Hi Team,
We are following encapsulated login token mechanism. We have to extend the login-token expiration time before it expires (before an hour). As per the article https://helpx.adobe.com/in/experience-manager/kb/login-session-refresh-not-working.html encapsulated token login mechanism did not ...
Hi Team,
How to change the default option in Asset Finder? I want to show Documents by default instead of images. How to do that? Please let me know.
Thanks,
AryA
Hi Team, I have to disable Delegate and Step back features for a particular workflow from content page. Do we have feasibility in OOTB functionality? If not, is there any customized solution? Thank you!AryA
Hi Team, I have a requirement to disable component dialog so that only the specific group of users can edit. I have 2 components in page. But only one component is getting non-editable. Please find the below code. I have included the below code's WCMUsePojo class at template level but no use. I even...
Hi Team, I have a requirement to lock a page when specific group user opens it and unlocks it when another group user opens it. But the page can be unlocked by the user who locked it or by admin user. Any idea on using system user for the same or any other solution? Thanks in advance!AryA
Hi Team, How to identify a page that is subjected to a workflow? I don't see any extra properties getting added to a page once the workflow is started on the page. Kindly help in identifying this. Best Regards,AryA
Hi Team, I'm trying to create a DAM asset(image or zip file) which is uploaded through HTML file upload field but the asset is not getting created properly. I'm able to create uploaded image in file system(just to check whether input stream is correct or not) with the same input stream but not DAM a...
Hi Team, I'm using ExperienceFragmentsService in servlet but while calling the servlet, I'm getting 404 resource not found. Whenever I remove/comment the below declaration then the servlet is working fine. I'm using AEM6.5 version.@referenceExperienceFragmentsService experienceFragmentsService ;Is t...