I have a requirement in which I have to access all the published assets from one path.I need only published assets and unpublished assets should be skipped. currently, I used the property jcr:content/cq:lastReplicationAction == "Activate" to validate it but it seems like the unpublished assets are a...
Hi, @nitesh_kumar
Thank you for you response , seems like the dispacher rule is not written to allow json files , may I know how to write a rule to include json files?
I have an json file located in DAM path .
I want that file to be picked and I am using the content of JSON file to display dropdown
I am able to achieve it in the author instance but I am not able to fetch JSON file in publish instance
Here is the code :
jQuery.getJSON('/content/dam/psg/h...
Hi
I am facing " javax.jcr.AccessDeniedException: OakAccess0000: Access denied "
while uploading csv through the scheduler to DAM in AEM.
Please help me figure out why it's happening and how it can be resolved.
I am sharing the logs to share more context :
[qtp41239703-9726] org.ap...
Hi,
I want to know like while overlaying a component how to overlay content.xml
e.g :
-> component that is being overlayed: component A
-> component that is overlaying: component B
now ->I have some fields in component's A dialog box that I don't want in component B's dialog box
-> Also ...
Hi,
How can we change the page name property using groovy in AEM,
As the Page name is used in various places and in URl's , I want to know if there is any way to do it via groovy and if not what other ways are there
Thank you
@arunpatidar thank you for the solution , I am now able to access the file in dam , I want to update data with my script in the mentioned file , can you tell me how to do it?
thank you