Hi @naveen_27_05
By the error it is clear the you have version compatability with node modules
When you copied some existing ui.frontend modules to the project. You need to take care of Node versions which were earlier used. And also try deleting the node modules using administration account or...
hi @ChanuteJo
Below are some reference for workflows apart from content approval
https://medium.com/@toimrank/aem-workflow-2f238742ab4f
https://medium.com/@jlanssie/create-a-custom-workflow-model-in-aem-with-a-full-code-coverage-unit-test-4178b2263b81
https://adobe-consulting-services.github.i...
@Vani1012 I agree with @Imran__Khan & @AEM_U1 . If you are still facing some issue on using the components on static template can you post the error what you are facing.
If not you can try using modernise tool on the components and create a new version of component which can be supported on edi...
@tushaar_srivastava OOTB doesn't support your ask. AEM can not maintain each and every history of the content authored on the page until a version is created.
If that is the case then a lot of history or audit log will be created in the backend which will increase the repo size.( which is not su...
@JoseManuel121 Below example worked for me
if(userManager.getAuthorizable(userName)==null){ User user=userManager.createUser(userName, password,new SimplePrincipal(userName),"/home/users/test"); Value value=adminSession.getValueFactory().createValue("Issac", PropertyType.STRING); ...
@monish_gavali Ideally this should not be a issue with author or publisher until you have some code written specific checking the run mode.
Below screen shot shows what is the output of getSearchResults method returns.
Make sure you don't have any code specific to author and publisher. And...
@Kamaraj_AEM We used content Transfer tool to migrate DAM assets from S3 or AEM on Prem to AEMaaCS. In the similar way you can copy the content as well. But that needed a BPA report to be generated and fix the issues before we move the content or assets. Refer to below link
https://experiencelea...
@arindam6600 you can assing that users to below user-administrator group (OOTB group). Look the permissions set below
If these permissions are not sufficient create a users-admin custom group and assigned necessary permissions.