Hello @Shaheena_Sheikh ,
The properties of the asset(metadata) values will be stored in asset/jcr:content/metadata node. This can be programatically updated using by using below approaches
Reference:
https://www.albinsblog.com/2015/07/Programatically-Set-Get-metadata-Asset-Adobe-CQ5-Adobe-AEM.html#....
Hi @Rohan_Garg , please try these rewrites.
# rewrites for root redirectRewriteRule ^/?$ /content/xyz/us/en.html [PT,L]
#Redirect for all the shortened pages ending with .htmlRewriteCond %{REQUEST_URI} !^/?(etc.clientlibs|resources|libs|content|libs|apps) [NC]RewriteRule ^/(.*) /content/xyz/us/e...
Hi @harry263 ,
Please check if there is any custom metadata schema applied to the content fragments folder/ root assets folder. This issue occurs if the ID property is present in the metadata properties(as mentioned in below screenshot). As this is a protected property if any field is updated and sa...
hi @Kate_Sumbler ,
When any user group(e.g. DAM Users) is added to a custom group. The permissions provided for DAM users will be applicable to the custom group as well.
Example
custom group 1 -> /content/dam/project1, content/xyz/sites1DAM users have access to /content/damupon making custom grou...
hi @Rohan_Garg
please try the below steps and see if this helpsStep 1: Try commenting the custom rewrites file path in your vhost -> rerun and give a complete url which is invalid (/content/xyz/us/en/abc.html) and pls check If this page takes you to the /errors/404.html
Step 2: change the error doc...
Hi @Rohan_Garg ,
Can you Please try checking the DispatcherPassError is updated in vhost,
It should be set to DispatcherPassError 404 in this case.
Reference: https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/dispatcher-install.html?lang=en
Hi @madhu61 ,
It would be helpful if you could elaborate your usecase. Assuming you have a component similar to Navigation where if a page has hide in navigation checkbox enabled, It should hide that page and all the child pages from the Navigation component. In that case please follow the below ste...
Hello @Kate_Sumbler ,
To provide access to specific folder to specific user groups, please try the following
Create a User group (e.g. group-projectx)Navigate to permissions page (http://localhost:4502/security/permissions.html) and add the ACE's as below
Using the above approach users will hav...
hello @PriyankaDatta ,
Hope you have already got the solution for the above. If not please check the below Url if it helps
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/calling-a-servlet-from-another-servlet/td-p/463299
Please make sure your servlet path is configured a...