Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'd like to have a singular template policy usable by templates across multiple groups. Is it possible to configure a policy in the global settings, and then use it templates elsewhere? If not, is there some other means to accomplish the same?
What file format does Workfront consider to be a text based document for the Text tool to appear is it only Word documents? It appears as an option in some of our proofs, but not all and I can't seem to figure out why. Thanks!
Getting an error while evaluating batch segment ondemand”errors”:{“400”:[{“code”:”UPAPI-05455-400””message” : “There is a problem in segment job validation. Error: Empty segment list!!!”}]}Segment id to be evaluated is passed in the payload of Post call
Hi All, We have customized workflow to publish the assets to scene7 by checking the required metadata properties in our project and hence we have disabled the scene7 components in the configuration to prevent the assets to be published automatically while uploading. But we are noticing that the video type assets gets the scene7 properties without triggering our workflow and the video files are getting processed automatically. Any inputs on how to prevent this? Thanks.
Hi All, I have setup the new aem spa project(react+aemacs) using latest archetype 48. Whenever I try to access sample page created out of archetype, I get following error and hence complete page is blank.console Error:clientlib-react.lc-f4570aa4cd86ef1726795b9da632b102-lc.min.js:4 Uncaught (in promise) Error: Minified React error #200; visit https://reactjs.org/docs/error-decoder.html?invariant=200 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.at t.render (clientlib-react.lc-f4570aa4cd86ef1726795b9da632b102-lc.min.js:4:333626)at clientlib-react.lc-f4570aa4cd86ef1726795b9da632b102-lc.min.js:6:4176 Do you have any idea how to resolve this? I tried changing the archetype/ node version, it did not help. Thank you in advance.
HI All, Does anyone has an idea if there a know metaspace issues in post sp21 upgrade?I dont find anything in adobe release notes but, chatgpt says this is a known issue in sp21.Anyone faced this issue post upgrade? Please let me know. Thanks,
Hello, I would like to ask how to add Secure and SameSite=Strict flag to the renderid cookie on dispatcher, i know on the link here it is stated that you can add a secure config, but it's not shown how to achieve ithttps://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/configuring/dispatcher-configuration#identifying-a-sticky-connection-folder-stickyconnectionsfor
Hello, I am posting this to seek advice from AEM experts.I am attempting to upgrade an existing custom component to resolve an issue with an Unclosed Resource Resolver.I created a custom system user, a custom Resource Resolver, and used it to create a custom session. I also conducted a querybuilder search, generated search results, and followed a process to display the data using the results.In summary, I performed the following steps (please refer to the screenshot):Created a custom system user and set permissions.Created a resource resolver.Created a session.Created a querybuilder.Created a resultset.Displayed the data.The issue I am facing is that there are no problems up to the querybuilder step, but the resultset is being assigned null. When I checked using the querybuilder, I confirmed that multiple records were indeed being found, but the resultset is still assigned null.I would appreciate your feedback on what might be causing the issue in the above procedure.Regards======
Hi Everyone, I created a dynamic component in my project by inheriting from dam/components/scene7/dynamicmedia using sling:resourceSuperType to utilize the core functionality of the Dynamic Media component. Initially, everything worked as expected; I added custom fields to the dialog, and after dragging and dropping the Dynamic Media component onto my page, I could see the dialog changes reflecting these custom fields. The resource type correctly pointed to my component (projectName/components/dynamicmedia). However, after adding an image or video to the Dynamic Media component, I encountered an issue: my custom fields disappeared from the dialog, and the resource type reverted to /libs/dam/components/scene7/dynamicmedia. As a result, I lost my custom fields, and the component began pointing to the core component from which I originally inherited.Could you please help me resolve this issue?
All of a sudden we can no longer get url links when uploading new images. They are published so we can't figure out why we can't get the links.
Hi All,I have business requirement where I'm creating folders & content fragment using the workflow.So, for this I created one custom process step where I'm getting ResourceResolver after execute method as below:try(ResourceResolver rr = workflowSession.adaptTo(ResourceResolver.class)){ Resource cfModel = rr.getReource(cfmpath); FragmentTemplate ft = cfModel.adaptTo(FragmentTemplate.class); ContentFragment cf = ft.createFragment(folder, cfName, cfTitle); }This is working fine, but when I check CF's property jcr:createdBy="admin" is coming.Instead, I want the user/account name who has triggered this workflow. Could anyone please advise me as to how I get the desired result? Many Thanks,sesmic
Hi, I'm trying to move some assets using the HTTP MOVE API. But I'm getting 405 response saying Method not allowed. It was working till last week. Any idea how to fix this?Thanks,Rahul
as above. thank you.
few properties like checked(checkbox, radiogroup) , margin (container) , defaultValue (Numberfield) are not working below is my cq:dialog<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"jcr:primaryType="nt:unstructured"jcr:title="Employee Details"sling:resourceType="cq/gui/components/authoring/dialog"><contentjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/container"><items jcr:primaryType="nt:unstructured"><tabsjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/tabs"><items jcr:primaryType="nt:unstructured"><tab1jcr:primaryType="nt:unstructured"jcr:title="tab1"sling:resourceType="granite/ui/components/coral/foundation/container"><items jcr:primaryType="nt:unstructured"><columnsj
I need to execute a Query Builder API (querybuilder.json) call to fetch all images that do not have the jcr:content/metadata/cq:tags property set to "region:Italy"; the images are saved on a specific path inside the Assets of Adobe Media LibraryPlease provide guidance on the necessary query builder syntax and any relevant API documentation.Thanks.
Hi all,I'm facing warn entries in my error.log due to a deprecated lucene index. org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene Based on this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/removal-generic-lucene-index for reference search AEM should provide a new index /oak:index/pathreference but I cannot find it on my instances.Anyone faced the same issue?Where I can find the pathreference index definition? Thank you! Fabio
Good morning,I am using the cloud version of AEM, and I want to modify the iframesrc regexp in the /libs/cq/xssprotection/config.xml file.I did the overlay from /libs to /apps in "http://localhost:4502/crx/de/index.jsp".I successfully modified the regexp and saved it, everything went well up to this point.However, I haven't been able to import the changes into the project, so I can't push the change to production environments.Can someone help me understand why the changes are not reflected in the project?Best regards,Thank you!
I have a calculated field on a custom form to calculate the days between a custom date field on a project and the planned completion date of that project. However, when those two dates are the same, the formula is showing a result of -1. I have attempted rounding, adding a day, and setting an if statement to display "0" if the dates are the same but I am not having any luck with those. They either aren't working at all (presumably a syntax error) or they are displaying inconsistent results. My goal is to have a number of days, rounded to the nearest whole number. But, for it to display "1" if the difference is truly one day, "0" if it's the same day, etc. Here is the calculation that I am currently working with: ROUND(DATEDIFF({DE:TM10 Date - Approved},{plannedCompletionDate}),IF({DE:TM10 Date - Approved}={plannedCompletionDate},"0"))
Hi Team, I have a requirement of using AEM Form core components where I need to pass some information between them. i.e:I need to use the Form Options component, which will have two radio buttons with specific values. When one is selected, that value should be placed in another form component which is the Form Text. The project is using the Webpack framework to compile JS and CSS. My question is, where should I implement the JavaScript logic to pass the selected value to the other component?.I appreciate your inputs
Hey all, Connected Assets architectureCan anyone provide practical use cases for the architecture styles mentioned below w.r.t connected assets architecture?What are the trade offs for hosting one common Remote DAM vs multiple remote DAM?Also any idea on how Adobe bills for the two and which would be beneficial?
Hi Team, I have one component In that i have included another component like belowSay like banner component included dropdown-bar-takeover-v2<sly data-sly-test= "${properties.enableDate}"><div data-sly-resource="${'./enableDateDropDown' @ resourceType = 'we-retails/components/content/dropdown/dropdown-bar-takeover-v2'}"/></sly> I need to change some authoring for dropdown-bar-takeover-v2 component how i will author that RegardsManikantha R
Would like to ask if there's a way to setup publish to preview site in local AEM instance.
Can the auto-save feature in the new content fragment editor be disabled? I know there is a configuration to increase the auto-save, but I believe it works only for the old editor.Please let me know.
Hello, our team is using Frontend Pipelines to deploy our frontend code to AEMaaCS, as described here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/developing-with-front-end-pipelines We would like to migrate our project to the newer nodejs, and npm versions, but it seems, by default, Cloud Manager pipelines are using an older npm version (not sure which one exactly), because our project that has been migrated to npm 10.x.x, no longer builds on the Cloud Manager. I see there is a way to set the version of Node with a special env variable (as mentioned in the article from the link above), but is there a way to do the same with NPM?How can we check which version of NPM our Frontend Pieplines are currently using? And how can we change it? Cheers,Jakub
Workfront Community,Are any of your users seeing condensed percent complete bars (see attachment)? Some of our users have started seeing them in the My Projects widget or in the task view on projects as of a few days ago. I do have a ticket with support regarding this, but I wanted to pick your brains for any other tips if you've seen this.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.