Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello Team, For testing purpose, I have downloaded this project.https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/extensibility/ui/content-fragments/examples/editor-custom-fieldRan the command: npm install to install the dependencies.Ran the command: aio app use to generate the .env fileChecked the generated .enf file, this is fineNow, when I ran the command: aio app deploy getting below mentioned error Initially i thought, I dont have access to this workspace. Then, I deployed other Adobe IO runtime project to this workspace. Able to deploy. Not sure, what I am missing here. cc @daniel-strmecki @sarav_prakash @amitvishwakarma Thanks
Is it possible to manually change a task color without conditional formatting? Not sure if this is still possible, but I was previously able to create a Custom Form to make a Task color red. I could then attach this Custom Form to a Task in a Timeline or Timeline Template which would reflect in the Task List. Use case: I'd like to make all client-related tasks red (Client Reviews, Client Presentations, etc). I'm already aware of conditional formatting, but this would require a rule to be created, ex: Task Names that contain 'Client.' However, not all tasks that include 'Client' need to be red (ex: Revise based on Client Feedback). I could do a workaround like including a symbol, such as *, but I want to keep my Task Names clean. I also don't want to create a series of rules that include specific language in case a PM decides to change the Task Name, or use Task language that doesn't meet the criteria. Any solutions/idea
Hi All,I'm trying to filter out Complete and Cancelled projects from the list of projects showing up in an External Lookup type custom field.(I use External Lookup, instead Typeahaed, because I want to use another field's value as a filter.)Here's how the Base API URL looked like so far - it was working fine (although no status filter was included):$$HOST/attask/api/v19.0/project/search?program:name={DE:<my-other-field>}&name=$$QUERY&name_Mod=cicontains&name_Sort=ascThis is what I've tried, to achieve my current goal:$$HOST/attask/api/v19.0/project/search?program:name={DE:<my-other-field>}&status=DED,CPL&status_Mod=notin&name=$$QUERY&name_Mod=cicontains&name_Sort=ascThis is not working, nothing is filtered out.So, I've tested a few more things:status=DED&status_Mod=ne -> Works.status=CPL&status_Mod=ne -> Works.status=DED&status_Mod=notin -> Works.status=CPL&status_Mod=notin -> Works.status=DED,CPL&status_Mod=ne
Why is the last answer correct?
Can anyone please let me know what is the difference between a draft audience and a published audience ?I created an audience in in Audience UI and saved it in draft mode without publishing it , I am able to see that this audience can be used in journeys as well the this is getting picked up for evaluation by the evaluation job.So what is that publish audience does on top of draft audience ? Thanks in advance !
I'd like to have an interactive Resume in PDF. I made a minimalistic resume using MS Word, which gives me the possibility to expand/collapse titles and paragraphs. this result is good enough for me, but it's quite unprofessional send it as a Word file, I need ot converted to PDF. But PDF doesn't keep the function at all. i've tried animate, Indesign... Please someone help me as i need to apply for a new job!! 🙏 i made a 10 sec video showing... Thank you in Advance.
Hello,Hoping someone can assist.I need to display different field level data on different rows of a CSV file I create via Fusion.E.g. in Workfront the users specifies how many Leads they need via a dropdown field and then fields appear for each Lead for them to fill in:Name 1, Date 1Name 2, Date 2Name 3, Date 3I need those fields to be placed on separate rows on the CSV but I am struggling to find a way to do it.Any help appreciated! Thanks
Hey everyone,what's the most efficient way to get all forms for a specific program via the API nowadays?Rgds,Thorsten
Default checked state is not appearing for coral checkboxes"granite/ui/components/coral/foundation/form/checkbox"but it's working fine for granite foundation one. i.e. granite/ui/components/foundation/form/checkbox. I've tried many ways (e.g. checked (string) property setting as true, defaultChecked / uncheckedValue etc.) but nothing is working. One thing noticed that, "checked" property has type ' booleanel ' while in JCR, only boolean is available;not the expression lang type. So,is it causing any issue? Any pointers on this will be really helpful.
Hi Team, Is there any way to move content from lower to higher environment in AEM as cloud ?Also from my local machine i need to move content to clound dev how we can do please suggest
Hi everyone,We recently migrated to Adobe Analytics Web SDK implementation and have been encountering timeout errors in Action Blocks, especially under slow network conditions (3G). This results in missing interact calls, meaning both page load and link click beacons fail to fire.To mitigate the issue temporarily, we have shifted some Action Blocks to Condition Blocks to ensure earlier execution. However, we know this is not a standard approach, and we want to address the root cause properly.A few key details about our setup:Launch script is self-hosted and loaded asynchronously.Timeout issues seem to impact specific Action Blocks, leading to beacon failures.Adjusting setTimeout values helped slightly but did not fully resolve the issue.Questions:Why is this occurring specifically in Web SDK? Are there known timing dependencies?Are there any best practices or configurations we should check to prevent timeouts in Action Blocks?Could self-hosting the Launch script asynchronously contribu
Hi All,We started OOTB 6.5 instance without having any custom code deployed. Uploaded an asset into test folder and deleted it. http://localhost:4505/assets.html/content/dam/test .The asset was placed under here and deleted.We see the below lucene related warnings.28.06.2019 06:46:14.689 *WARN* [0:0:0:0:0:0:0:1 [1561729574673] POST /bin/wcmcommand HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/test/test.png"') /* xpath: //*[jcr:contains(., '"/content/dam/test/test.png"')] */ fullText="/content/dam/test/test.png", path=*). Please change the query or the index definitions.28.06.2019 06:46:15.210 *WARN* [sling-threadpool-711f5004-2f30-4c0d-9171-fb068ae94b84-(apache-sling-job-thread-pool)-8-<main queue>(ref-updater/delete)] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
Hello Adobe Community,I am currently implementing the Adobe Experience Platform Web SDK on my website and facing a challenge. I need to capture the text from any button that a user clicks and store this text into the eVar4 variable. Please do refer attached screenshots for reference.
Hi everyone,I’m working with Adobe Campaign Classic on Windows, and I’d like to send emails to Mailtrap just for testing purposes. My goal is to configure Adobe Campaign so that emails from workflows are delivered to Mailtrap, allowing me to verify the output.Has anyone successfully set up Mailtrap with Adobe Campaign? If so:What SMTP settings should I configure in Campaign Classic?Are there any specific parameters I need to modify in the serverConf.xml or delivery settings?Do I need to change anything in the external accounts section?Any potential issues to watch out for when using Mailtrap with Campaign Classic?I’d appreciate any guidance, configuration examples, or best practices for testing email workflows with Mailtrap.Thanks in advance!
Hi I'm new here to Marketo.I have a form with labels changed. I need the Columns in the List to follow the Form Label or customised name instead of showing the default column name. Can help advise how to do it?Thank you.
1. Best practice and guidance?2. Risk and issues for moving published assets?
Hey guys,I recently evaluated the Lighthouse SEO scores for my published EDS (Edge Delivery Service) website and noticed that the SEO score was quite low. To better understand the issue, I also checked the boilerplate SEO score, and it appears to be low as well.I’ve already ensured that metadata is included for each index page, but it seems that web crawlers might be disabled. Has anyone else encountered similar challenges with SEO for EDS sites? If so, I’d appreciate any insights or suggestions on how to address this and improve the SEO performance.Thanks in advance for your help!Thanks
I am creating a resource listener that checks on the creation of a content fragment, it will automatically create the relevant page in the correct location and attach the fragment to the page so it can be rendered by the template. This is on AEMaaCS: I want to make it so that the page is automatically published to the preview server so that i can then create a workflow passing the preview server details as part of a review process. I can't see how using the replication service I can publish to the preview server.
Hi Team,We have a bunch of static pages with rich CSS and JS. As part of the migration to AEM as a Cloud Service, the customer needs to get the same pages in AEM. We don't need to create specific components; the pages should render as they are.One suggestion I have received is to create a new template and a page component, then add the HTML, CSS, and JS to the HTML to render the page. Is there a better approach to handle this scenario? We have around 18 static pages.Thanks
Hello, I am using the Content Transfer Tool to migrate assets from AEM on-premise to AEM Cloud. Is there a way to set up a destination folder to define where I want the assets to be migrated? So far I only saw that you can set the environment and that the assets will be migrated under the same folder structure as provided in the content set configuration. If this is not available to be configured in the tool, what other alternatives are there to accomplish this use case? Many thanks,Ana
New to using Boards and am looking for some suggestions here – I am stumped! We are currently dealing with 2 scenarios for our Video team’s board… With a key piece to keep mind, we must have it connected to Workfront so that we can have reporting around this work. SCENARIO 1: Connected Cards are manually entered to the board once there has already been a project created. We connect to task(s) which generate individual cards for each video needed. This displays the connected project on the face of the card that we can easily navigate to view the whole project, the assignees and status are synced, etc. PERFECT! SCENARIO 2 (our problem child): Requests are submitted through our Video Request Form, which populate in our Backlog column. From here, we are converting this to a project. However, I cannot figure out how to be able to display that converted project as the connected project on the face of the card like scenario 1.. It just shows the name of the req
Hello, I created a status task report and think it would be great to pull in the last update that was made. I'm using text mode from the 2017 Reporting cookbook, but it isn't working correctly. Furthermore, after I copy and paste it in text mode, the sequence of the code changes. Code from cookbook. displayname=Last Notequerysort=lastNote:entryDatetextmode=truevalueexpression=IF(LEN({lastNote}.{noteText})>140, CONCAT(SUBSTR({lastNote}.{noteText},0,139),"...(openfor more) -- ", {lastNote}.{owner}.{name}," on ", {lastNote}.{entryDate}), IF(LEN({lastNote}.{noteText})>0,CONCAT({lastNote}.{noteText}," -- ", {lastNote}.{owner}.{name}," on ", {lastNote}.{entryDate})))valueformat=HTMLwidth=250usewidths=true Code once pasted into WF. CONCAT({lastNote}.{noteText},"=-- ", {lastNote}.{owner}.{name}," on ", {lastNote}.{entryDate})))displayname=Last Notefor=more) -- ", {lastNote}.{owner}.{name}," on ", {lastNote}.{entryDate}), IF(LEN({lastNote}.{noteText})>0,
When I try installing Target, I'm getting this error: "AT: [page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie, and there is no "mboxDisable" parameter in the query string." I followed this documentation, but the problem persists. What other solution do you recommend? https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/integrations/target/load-and-fire-target#page-event
Hi,I am trying to combine 2 fields on adobe campaign in order to make a unique key however when using the JuxtWords function it adds a space in between the merge of the 2 fields.Is it possible to merge the 2 fields without the space in between?Is there a different function that I should use?Thanks.
Hi All, I'm trying to create a filter on my fusion scenario that filters out all newly added documents that do not live in a project folder labeled "Weekly Production Report". There is nothing native in the options that I currently see. I attempted to use "folder:name" as a condition to my filter but that didn't seem to work. any advice would be greatly appreciated.
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.