Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
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.
Are you looking for a way to automatically determine the last working day of each month in Adobe Workfront? If so, this post is for you!Challenge:Workfront doesn’t provide a direct option to fetch the last working day (excluding weekends) of a month in calculated fields. However, with a well-structured custom expression, we can dynamically determine it without any external tools or APIs.Solution: Using a Calculated Field ExpressionBelow is an optimized expression to get the last working day of the current month using a Workfront calculated field:IF(DAYOFWEEK(ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}))) = 1,ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}) - 2),IF(DAYOFWEEK(ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}))) = 7,ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStart
Are you looking for a way to automatically determine the last working day of each month in Adobe Workfront? If so, this post is for you!Challenge:Workfront doesn’t provide a direct option to fetch the last working day (excluding weekends) of a month in calculated fields. However, with a well-structured custom expression, we can dynamically determine it without any external tools or APIs.Solution: Using a Calculated Field ExpressionBelow is an optimized expression to get the last working day of the current month using a Workfront calculated field:IF(DAYOFWEEK(ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}))) = 1,ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}) - 2),IF(DAYOFWEEK(ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}))) = 7,ADDDAYS({plannedStartDate}, DAYSINMONTH({plannedStartDate}) - DAYOFMONTH({plannedStartDate}) - 1),ADDDAYS({plannedStartDate},
what do you guys think about these?What features in Premiere Pro or After Effects do you find most useful for adding subtitles?Have you tried Adobe's Speech to Text tool?How accurate do you find it for different languages?Do you prefer to import subtitles (SRT/TTML) or create them manually within Adobe software?What challenges do you face when localizing subtitles in Adobe tools?Are there any plugins or third-party tools you use to improve the workflow?
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
Embedding Audio into Multi-Page PDF I run a small Educational Non-Profit for Kids, and we are trying to embed audio into a PDF. Has anyone successfully embedded audio into a multi-page PDF? I’m looking to have the audio begin when Page 4 is opened and have it just play linearly to the end. It’s 24 minutes long, and there’s a chime in the track to cue the reader to turn the page. I’m looking for something that’s very compatible with all devices, like PDFs are. Adobe Acrobat Pro is supposed to be able to do it, (with pretty restrictive audio file size limits), but we haven’t had success with that yet. We’d sure would appreciate any tips/suggestions-please let us know! Thanks,Philiphttp://frogtowncentral.org
What AEM Upgrades to Prioritise in 2025? by @daniel-strmecki Introduction As the digital landscape evolves, Adobe Experience Manager (AEM) project owners need to prioritize strategic investments to stay ahead. With Adobe offering new capabilities and evolving best practices, clients need to decide where to spend their allocated development budgets. On large, complex, enterprise projects, not everything can be achieved at once and migrations require proper planning and execution time. Therefore, teams should prioritize features that bring the most business value but also ensure a technically stable and future-proof solution. In this article, we’ll explore key upgrade areas where AEM teams should focus their time in 2025. Summary We break down the most critical AEM upgrades to focus on in 2025, based on real-world AEM client needs: Cloud Migration – Should you move to AEM as a Cloud Service? Java Upgrade – Why does upgrading Java and front-end frameworks
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,
Description - Reviewers on proof should be able to see the deadline of the stage they're part of on multi-staged proofs Why is this feature important to you - many clients have asked for this How would you like the feature to work - on users Home Work List it would have the stage deadline shown for proofs pending their approval. Also on users My Updates area, proofs pending approval should display their stage's proof deadline Current Behaviour - proof deadlines are not shown or displayed often and if they are, it only displays the furthest out stage proof deadline.
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.