Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi community, i am working on a custom process step that fetches the administrators group members emails and send the custom email template , i am able to fetching the members mails and template but getting the error org.apache.commons.mail.emailException:Invalid message supplied. The below is the process step code i am working on and the smtp configurationspublic void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) { ResourceResolver resourceResolver = null; try { // Obtain ResourceResolver from the session resourceResolver = getResourceResolver(workflowSession); String payloadPath = workItem.getWorkflowData().getPayload().toString(); Resource resource = resourceResolver.getResource(payloadPath); // The workflow is triggered due to a specific metadata change, so no need to check if the metadata changed if (resource != null && resource.isResourceType("
Hi, We are trying to understand which changes the HTML converter makes exactly, when uploading a .zip or HTML file to AJO.The goal would be to provide an HTML version that is adapted for the editor and wouldn't need any conversion to avoid any losses in layout or structure.I couldn't find any documentation on this.Kind regards,Stephan
Hi Team, we have a requirement to get session of an AEM instance in another(different) AEM instance. I know that using jackrabbit-standalone(JcrUtil.getRepository we can get in standalone application). Same logic is not working when we try to access on aem serverAEM version is : 6.5java version : java 8Please suggest if there is any way to achieve this
Hi everyone, I want to do some modifications to some properties on Adaptive Form and Adaptive Form Fragment (AF from now on). Right now, if I open the properties of an AF I'll see something like this:The values I want to change are for: Author Name and Created/Last Modifiy/Last Published. For Author Name I want display the UserName instead of the UserID and for the Dates I want to show it like it is right now but also add the User Name to know who created the AF, who modified last and the same for the publish. Something like this. I'm kinda new on this environment so I don't know if this is hard or not, but the issue I have is to find the actual file that render this page with that information, so I don't know where to change it. Any help is good help! Thanks in advanced,Luis.
Hello everyone, Pretty new to the Fusion scene so apologise if this has been answered somewhere else/for the silly question. I am having the following scenario and I am having some troubles with setting the filter up:there's an excel that I am having and that I am creating requests based on it, and I would like to set some filters up so that not all requests within the excel are created on the same day, therefore I have introduced a column (days of the week) so that I can filter by it. Now here comes my issue: I am unsure how to filter by "today". In workfront we had the $$TODAY variable that we could use, I see in Fusion there's the "now" variable, but I cant seem to make it work, I ve tried pretty much all the operators and conditions and I am out of ideas. I could make like 5 scenarios for each day of the week but I believe there should be another way of doing it within the same scenario. TLTR: I'd like to filter by a column (value) that has the days of the week
I am an AEM developer with some experience. Since it's been more than 6+ years since I worked on this product, I am looking for taking the developer Certification to refresh my knowledge and keep up to date with the current version.I found this below certification while trying to book the Exam.AD0-E123 Adobe Experience Manager Sites Developer ProfessionalBut this is not listed in learning.adobe site.can somebody confirm if this is a valid Exam? I have taken AD0-E116 a few months back and couldn't clear it. Hence decided to go with a beginner-level exam to gain some confidence.
I have added the OOTB Lock and unlock payload steps in my custom workflow in AEM cloud but it is not locking the page. Is there any configuration I need to do in order to make it work. I have already enabled the flag for "Enable lock and unlock WorkflowProcess" in Adobe Granite Workflow Configuration Service and checked the permission for workflow-process-service user. it has full access for content path. Same issue with the OOTB create version step as well, it is not creating page version.Is there something else I am missing here?
In my email when the token value is empty or blank, I want to hide a section in my HTML email.could you please help me with how to achieve this?
Hi, I currently have my custom table "Contact Us Submissions" linked with my Recipients table using just the "email" field as seen here:<element externalJoin="true" label="Contact Us Submissions" name="contactUsSubmissions" target="cus:contactUsSubmissions" type="link" unbound="true"> <join xpath-dst="@email" xpath-src="@email"/></element>I want make sure they are linked together by "email" AND another custom attribute, "brandOwner"How would I make sure my table is linked together based on the combination of "email" and "brandOwner" attributes as reconciliation keys?
Hello Community,We're using contexthub in our project to personalize the content. Basically, I want to conditionally load the contexthub libraries only when the page (content) is configured with targeting. Whenever the component on the page is configured with targeting, I can see properties (accurateTargeting/location) being added as part of the component node, but I don't see any properties being added in the page's jcr:content. How can I check and load the libraries?Also, I want to show the preview of the targeting (Persona) in the authoring environment. I can see the targeting resolution happening in the publish/Dispatcher environment, but I want to mimic the same behavior in the authoring environment(i.e selecting the options from the dropdown should resolve the segments and corresponding content should load it in the contexthub preview) so that the authors can preview the persona before publishing the page. Should I implement/introduce the clientlib and add it to the clientlib cat
Hi Team, Recently I created a custom metadata schema and applied it to a few folders within the DAM. It seems to be working as expected on my account and a few others. One thing I observed is that it is not visible to all the users within the same user group. I tested it with a new user and with a user who had been added to the DAM-Users group from a while back. I can confirm all user accounts (new and old) have the same access settings as they belong to the same user group. However, a few of them do not see the new metadata schema - they only see the default AEM DAM schema. At first I thought it may have been cookies related, so we cleared cookie history and also tested via incognito mode and via admin account impersonating the one that is glitching. No luck. Also, a lot of users lost access to the folder with the applied customised metadata schema - why is that?Question - is there something else that needs to be done when applying a custom metadata schema onto the folders? What
Hello folks, Quick question on Marketo forms: Couple of forms that have been created under design studio needs to be tested by creating a dummy landing page and adding this form into the landing page to see if leads are getting captured. I specifically need to check if leads are capturing time stamp info.How do I go about this? Since the forms reside under Design studio. Do I have to clone these into "marketing Activities" in order for me to test them? Thanks in advance
Hey everyone!I am currently using this text mode on my project reports to pull a collection of who is assigned to tasks.displayname=Tasks Assigned Tolistdelimiter=<br>listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF({numberOfChildren}=0,CONCAT({assignedTo}.{name}))valueformat=HTML But I'm wondering if any text mode gurus know of a way to take this to the next level and only show names if their job role is Graphic Designer ({user}.{roleID}="5519cc8500268d3218df43252bc5c135") or Digital Designer({user}.{roleID}="5579b4500070c1f6e13374b692ba9895"). Also for extra fun, is there a way to pull the collection of assignment users instead of the assigned to?
I have a scenario that ends in a custom API to do a POST call. It's throwing an occasional "[422] Invalid Parameter" error. Apparently, some users are pasting control characters (namely TAB) into task names and when fusion throws them into the JSON response it's failing. I've tried using the ascii() function, which seems to strip the character out, but the error is still being thrown, which I don't understand at all. Thoughts?
I have seen a package path was sent as payload path when we want multiple paths as payload.Now how to create package of multiple paths and send as payload in workflow using java. I want to trigger a worflow using java with multiple paths as payload. Now how can i create a package of these paths and pass as payload to workflow.
Hi Everyone, Wondering if anyone else have come across the issue- we have a Marketo form using default value set at form level and when form is submitted the default values are translated to french in form fill activity and database. Default values set at form level are in english and we do not have custom JS or SSJS on landing page. Any insights will be helpful
Hey guys, I was trying to overlay form components from /libs/core/wcm/components/form to /apps with "Match Node Types" enabled. I am getting the below errors in the logs - 17.10.2024 11:24:30.152 *ERROR* [qtp1176745261-1071] com.day.crx.delite.impl.servlets.OverlayNodeServlet Unable to write responsejakarta.json.stream.JsonGenerationException: state IN_OBJECT does not accept a valueat org.apache.johnzon.core.JsonGeneratorImpl.prepareValue(JsonGeneratorImpl.java:624)at org.apache.johnzon.core.JsonGeneratorImpl.writeStartObject(JsonGeneratorImpl.java:121)at com.day.crx.delite.impl.servlets.OverlayNodeServlet.doService(OverlayNodeServlet.java:118) [com.adobe.granite.crxde-lite:1.1.84]at com.day.crx.delite.impl.AbstractServlet.service(AbstractServlet.java:52) [com.adobe.granite.crxde-lite:1.1.84] 17.10.2024 11:24:30.155 *ERROR* [qtp1176745261-1071] org.apache.felix.http Exception while processing request to /crx/de/overlayNode.jspjakarta.json.stream.JsonGenerationE
Hello all, we have a new publisher who unfortunately moved around 200+ assets from multiple source locations to multiple destinations.. is there any easy way to undo this, we have the time period and the name of the person.
For anyone who is using Kanban within the Boards module > I am curious to know what issues or limitations you've experience with the Boards module. We currently using Teams for both Scrum and Kanban teams, but are looking into transition Kanban to Boards. Any insight or wisdom is greatly appreciated.
Hi everyone! I am working on a trigger campaign that sends out an email after contacts visit certain website pages. I know for a simple flow, I would use the "visits web page" trigger-If contacts visit X page(s), within 1 hour they will receive email 1 My question concerns future-proofing this trigger campaign to account for contacts who visit the same web page(s) at a later date. I wouldn't want to send them the same email they received previously. I plan on creating two additional emails for contacts who repeatedly return to these web pages, but I'm wondering what the cleanest way to trigger these additional sends is. Here is a screenshots of what I'm thinking: Any insight is welcome, thanks!
Hi AEM Community,I’m reaching out to gather insights on the third-party tools you use for Adobe Experience Manager (AEM) that will allow us to increase the security on our codebase/projects. Specifically, I’m interested in understanding your experiences with tools like Veracode and Snyk, but I’m also open to hearing about any other tools you find valuable. Here are a few questions to guide your responses:Which third-party tool do you use with AEM (e.g., Veracode, Snyk, or another tool)?What are the key benefits you’ve experienced with this tool?Are there any challenges or limitations you’ve encountered?How has this tool impacted your workflow or project outcomes?Would you recommend this tool to other AEM users? Why or why not?Your feedback will be incredibly helpful for anyone looking to enhance security on AEM with reliable third-party tools.Thank you in advance for sharing your experiences!
Hi Team, Can anyone help me AEM with chatbot integration steps. Thanks & Regards,Kalyan
Hi All,There are certain components in our AEM application which read certain values from its parent pages. When we target such components, component is breaking, because now path for the component is different, now its from /content/campaign, when it try to read from parent path, component is breaking. Is there any way to fix this? Please advice.@arunpatidar @sureshdhulipudi @tarunkumar Thanks in advance.
Hi All,There are certain components in our AEM application which read certain values from its parent pages. When we target such components, component is breaking, because now path for the component is different, now its from /content/campaign, when it try to read from parent path, component is breaking. Is there any way to fix this? Please advice.@arunpatidar @sureshdhulipudi @tarunkumar @kautuk_sahni Thanks in advance.
With RTE's Insert asset option, I'm unable to insert PDF content. I can add images but whenever I select a PDF document, it doesn't show inside RTE. Wondering if this is a limitation with RTE's Insert asset plugin or if we are missing some configuration.
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.