Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We want to start issuing guarantees for our products via a more automated process. The data will be collected via a non-Marketo form on our website. In a lot of cases a copy of the guarantee email will need to be sent to a third-party who are unlikely to already have a record. I know I can get the data into Marketo via a custom object, but how do I then send the email to that third-party email address. Thanks
Anyone know how to add a column to the output of a ACS AEM Commons Report where the value of the output column is based off the current date, not off the returned data. The reason why i need this is I'm using the report excel output as input to a SQL database and I plan on running this report monthly and want to be able to distinguish between runs so adding a "Report Date" field to the output would be the easiest way. I know i could add it during the ingest, but it would take more work then just adding it to the default output from AEM. I tried adding a "Report Date Column" with:Heading: Report DateProperty: now()Date Format: dd-MM-yyyy But that just resulted in an empty column. I also tried another suggestion of "Property = currentPage/jcr:createDate" with the same result. Any help would be greatly appreciated
Is it possible to change the group of a custom form? I'm not seeing a way to do that. I've been researching the documentation and community site without finding anything to help answer this question.When and how is a group assigned to a custom form?
We have a number of users who left the company who we would like to disable. We have changed their passwords but it is being requested they be disabled since they keep showing up on a report that indicates they are active/enabled. What is best practice here?
Hey guys, I am currently working on Adobe Forms in SAP ABAP. I have an issue with the table. When there is a bigger data set, the table expands to the end of the page, covering the footer on the Master Page. This should not happen. The table should go to the next page when the Design's View body ends. Depending on the options, I managed to put data on the 2nd page, but the footer and the components on the next page are covered with the table. The table is also not complete, meaning that some of the data is now shown when going over the components to the next page. I did put the table in a sub-form and made the subform content "flowed", also I checked the "Allow Page Breaks within Content" on the subform and the table too. As the picture below shows, those are the options when the table comes to the end of the page covering the footer.
Hi all, I've put together a fairly all-inclusive table of countries and their corresponding information.I thought this would be neatly outlined elsewhere, but since I couldn't find it, here it is!I hope this gives you a head start in your normalization efforts. SF Pick List CountriesOther Country Name FormatOther Country Name Format 2ContinentContinent CodeAlpha-2 codeAlpha-3 codeNumeric(none)American Samoa OceaniaOCASASM16(none)Marshall Islands (the)Marshall IslandsOceaniaOCMHMHL584(none)Micronesia (Federated States of) OceaniaOCFMFSM583(none)Northern Mariana Islands (the)Northern Mariana IslandsOceaniaOCMPMNP580(none)Palau OceaniaOCPWPLW585(none)United States Minor Outlying Islands (the)United States Minor Outlying IslandsOceaniaOCUMUMI581(none)Virgin Islands (U.S.) North AmericaNAVIVIR850Afghanistan AsiaASAFAFG4Aland IslandsÅland Islands EuropeEUAXALA248Albania EuropeEUALALB8Algeria AfricaAFDZDZA12American Samoa&nbs
When i select global folder profile i can see the XML Editor UI configuration .But when i select the custom folder profile not getting reflected XML Editor UI configuration in new UI of AEM Guides.AEM Guides version- com.adobe.fmdita-aemaacs-2025.2.0.209.zipCustom folder profile not having option XML Editor UI configuration Global folder profile can see the option XML Editor UI configuration Any suggestion how to enable this option XML Editor UI configuration for custom folder profile in new UI of AEM Guides
I have filters set on a report to show "Contract Types - Is Not Blank" and "Project Owner - Peter Disalvo", per screenshot 1. As screenshot 2 shows, the report is showing both blank Contract Type fields and project owned by other users.
Hello again, and welcome back to the Workfront Community Lens! Kick off 2025 with our latest newsletter packed with game-changing updates. Dive into the 25.1 release highlights: a fresh calendar view in Priorities, AI Assistant's project prowess, and new board ownership capabilities. Catch our Expert Insights video with Madalyn D., learn how to leverage project templates to train your users in our newest Blueprint, and reserve your spot for the upcoming Workfront Governance AMA. In this Issue: Join our upcoming AMA on Governance Watch the latest Expert Insights featuring Madalyn D. Review new training videos from Experience League Learning And much more! What’s new in Adobe Workfront? 25.1 Adobe Workfront Release: Have you taken advantage of the new features released last month in the 25.1 Adobe Workfront Release? Things like a new calendar view in Priorities, the expansion of the AI Assistant for proje
We are excited to announce the Adobe WorkfrontCommunity Member of the Year for 2024! A big congratulations to this year’s winner: @skyehansen. Skye has shown exceptional commitment to the Workfront Community, by selflessly offering her expertise to assist others, flagging content in violation with Community guidelines, and sharing valuable feedback to both Adobe employees and customers. Her contributions have greatly enhanced the value this Community provides to Workfront users and has certainly inspired others to get involved. Thank you Skye; your work has significantly impacted countless learners, empowering them to grow in their understanding of Workfront. Thanks to your efforts, new members are not only learning faster but also feel encouraged to participate more actively! As we step into 2025, we encourage Skye and all community members to keep the momentum going. Let’s work together to make the community even stronger by sharing knowledge, engaging w
Hello! I am keen to understand if there are any common templates that teams use for tracking the status of parallel A/B tests. Context: A customer I am working with has started using a Jira Board but before they fully commit to that as a tool they wanted to gauge if there was any ‘best practice’ examples that would allow a central team to have a single view that tells them; where the tests are in their duration / lifecycle and which part of the Product they are running on. We know that Workfront would do a great job of this (although this customer doesn't have this solution) but I wondered if there was any other tools that are working well?
Hello, We are using AEM 6.5 with SP 22 We have a component with rich-text field with some custom property name (tableData), and we have enabled the InPlaceEditing for this. I have configured the cq:editConfig/cq:inplaceEditing node after going through the documentation (https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/operations/rich-text-editor#:~:text=Customizing%20in%20place%20editing,be%20persisted%20after%20inline%2Dediting.) But the content is saved under "text" property whenever I add the content to this field using InPlace edit option.When I use the regular dialog option and add the content, it would be saved in the custom property - tableData. Please refer to the screenshots below Ideally, I expect the content to be saved in "tableData" in both the cases. Have I configured something wrong here or the implementation is as expected?Please suggest the correct approach for th
Hi This seems like a pretty stupid question, but I am stumped.I am writing some queries in Adobe Experience Platform, and I want to use a string literal in a SELECT, which includes a semicolon. Something like this: select 'Test with a semicolon;' I get this error:[Code: 0, SQL State: 42601] ERROR: line 1:8: no viable alternative at input 'select ''It looks like the semicolon in the string literal is read as a command terminator, and anything after it is ignored, hence the syntax error.I tried a number of ways to escape the semicolon, but nothing worked so far. Any help will be really appreciated. Thanks
Hi all! I cannot find an answer for this, so thinking it isn't possible... Some designers + copywriters have been uploading a new standalone proof every time they produce a new version of their work, rather than adding a new proof version to the original file. Is there any way to combine/stack the existing proofs into one proof with multiple versions?Deleting the V2+ proofs, reuploading as versions over V1, and manually copying in markups isn't an option. I need a solution where the existing files remain intact. Thanks in advance!
Does Workfront product have any future plans to add 'Bulk Upload functionality' for uploading n no. of projects or tasks at a time via excel?or is there any other away for a end user to upload multiple objects at once in Workfront?except Import MS Project(which doesnt work for me) Kickstarts(this is for admins only)
Hi, I'm trying to connect PowerBI to Query Service. However, I'm running into a problem "Unable to connect". It's says that only secure connections are supported, and that I have to set "sslmode" as "require" in connection settings. Where do I have to set that while connecting to PostgreSQL? Thanks
Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2025 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Search No More: Looking for specific AEM sessions? We've got you covered! Seeking recordings of your favorite AEM labs? Look no further! How to Access: Explore the post for your desired session or lab. Engage in discussions with the AEM community. Pose questions directly to the speakers. Dive into recordings and relive the summit's highlights. Share your valuable insights and expand on the information provided. Recordings & In-Depth Q&A: Ensure you don't miss a beat—access all summit content conveniently post-event for a deep dive into AEM excellence. Session/Labs Speakers Date & Time Solutions S333 General Motors Redefines Engagement with Experience Manager Forms Melissa Reano-Adobe 18th March, 2025
Hello , I'm working on a usecase where I need to create a single proof by mapping multiple documents and hash files. I'm using create proof module and it is working when I map hashes and file names by using add item but it fails when I map them by getting hash files in a variable. While mapping I'm using the format of hash1,hash2. Let me know if anyone knows how to fix this. Thanks in advance!!!
Once the Web Vitals extension is installed, Data elements are created - How to create the rules?1. I have installed the Web Vital Extension enabling CLS, FCP, FID and LCP.2. Have created data elements using the web vitals as extension and using Data Elements Type - Entries, Full Name, ID, Value.Can you please explain - how to create the rules to capture these values?Do we have to create eVars and capture these with events also firing?
Hello Team,I've noticed that within our company, one of our teams is utilizing Adobe Workfront, and upon reviewing our contract, it appears we only have licenses for the standard tier. However, I've observed that there is also usage under the 'Contributor' category. I'm aware that Contributors have a monthly cap on 'decisions,' and if this limit is exceeded, the user is automatically upgraded to a Light User for the duration of the current contract term. What I'm uncertain about is whether the 'Contributor' license incurs an additional cost or if it's included at no extra charge. Could you please clarify this for me? Thank you!
We have a fusion scenario that mass generates unique job id tasks for us however we haven't determined a solve for how to mass add subs tasks(workflows) to these job id tasks. The job id tasks become the parent and then we have to add sub tasks or our templates. I've tried duplicating and copy features, but this isn't going to work for scale. We could have 300 job tasks generated for one project. Are there any helpful tips on how to mass add sub tasks to parent tasks? My next item would be to go back to our Sys Admin to see if they make a new fusion scenario that would allow us to add tasks along with the job creation scenario they already built for us.
If I add new IP addresses to my Bot Rules and re-import, do the changes get applied retrospectively or does Adobe just block suspected bot traffic from the newly added IP addresses going forward?
I'm looking into using Automated Personalization to order the presentation of additional products in a list we have currently, My current set-up has an Mbox fire on our confirmation page if a customer has included one of these products in their order. This makes my objective to increase the number of customers who have purchased a policy with products, but does not tell me value. Due to the nature of my business, I can't use revenue as the main policy premium is not something I can influence. Is there a way to mark a success as an increase in the number of additional products per sale? Or better yet, fire a custom Analytics event to tell me whether they're in a targeted or non targeted experience so I can use that
I deleted my Adobe account a long time ago and have paid all the penalties for canceling the subscription. However, Adobe has been emailing me every month, asking me to delete the above project from an already deleted account.Last January, they sent a final email mentioning that they extended contact via email by another six months. I do not use Adobe products anymore.Please delete the project yourselves! I rejoined just to leave this message. After receiving the penalty fees, I deleted my account and removed all the organizations I had registered. So why do you keep sending emails saying there's a project left?Even if Adobe comes out with an unimaginably great tool, I won't use it.I can't connect to customer support, so delete the project below!It's truly disgusting! ProjectLast service activityLast Modified ByServices added to projectFix nowRemove unused project1Project 202211318650UnknownDOYOON KIMAdobe Photoshop APIGo to credentialGo to project
I am creating a query to obtain a list of emails from a dataset that is contaminated with invalid email formats, I have a query with many filters but there are many that cannot obtain the filters and when using the programmed query it generates an error. ingestion into the dataset. (Format validation for field :personalEmail.address of type: String failed. The input value is daimer100@gmail.conm and expected format was: email. Please update the field and try again.) The list of errors is quite extensive and varied, not I see it viable to do this through query filters, how else could I do this query?QUERY:WITH valid_emails AS ( SELECT uuid() AS _id, CASE WHEN identityMap['email'][0]['id'] LIKE '%_@__%.__%' AND identityMap['email'][0]['id'] ~ '^[a-zA-Z0-9.!#$%&''*+/=?^_`{|}~-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$' -- Validación RFC2822 AND NOT (identityMap['email'][0]['id'] LIKE '%..%') -- No contiene puntos consecutivos
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.