Hello. I created a Workflow that launches in response to an Asset upload. This workflow renames the uploaded asset. However, this changes the payload (I.e. the original asset/path no longer exists). Thus I am running into issues when adding this step to the OOB "DAM Update Asset". Specifically, the ...
<form method="get" action="${currentPage.name}.report.html" id="report-form" novalidate="false" class="coral-Form coral-Form--vertical foundation-layout-util-vmargin foundation-form" data-foundation-form-ajax="true" data-foundation-form-loadingmask="true"> When form is submitted by clicking submit b...
Hi All,I need to create a report where I need to fetch some values from nodes and display in reports.The problem I am facing here I need to print the values of multifield,For example if we check this query, SELECT * FROM [cq:Page] AS nodes WHERE (isdescendantnode('{{path}}')) AND nodes.[jcr:content/...
Hi @All i had created an component with drop down the data source i get from servelet like : <datasource jcr: primaryType:"nt: unstructured" Sling: resourceType="/myservlet/path" /> It's possible to get parameter value from this datasource to my java model? And what i am trying to do is dynamically...
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 ...
Dear community, I use the code (in WorkflowProcess) below to write a value on the workflow instance. if (!filePath.isBlank()) { workItem.getWorkflowData().getMetaDataMap().put("filePath", filePath); } It seems that the permission of previous participant matters here. If I use admin on previous...
Hi All, We have a requirement to support multiple different domains that will be consuming content from AEM using GraphQL APIs. The problem that we are facing is that the response is caching the "Access-Control-Allow-Origin" headers which is causing the below scenario. Suppose, I hit the AEM G...
Hello everyone ! We were trying to implement AEM SPA using react and consuming the model.json generated to display the data to another applications. While consuming the model.json there are some json data being coming up from the page level , which we need to trim and display only the components aut...
Hi all, I added the custom styles plugin in rte , but whatever selected styles for content is not shown in dropdown everytime new styles getting added , is there any way to remove the existing styles and then add the new one. Can you please check this. Quick support is appreciated. Thank You. Goo...
Compilation errors in org/apache/sling/scripting/sightly/apps/core/wcm/components/commons/editor/dialog/inherited/v1/inherited/render_html.java: Line 39, column 2543 : com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField cannot be resolved to a type Cannot serve request to...