Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all,I’m trying to expose a Sling model using the Jackson exporter in AEM as a Cloud Service, but I’m facing an issue where nested objects or lists return null in the JSON output, even though the values are present in the JCR.Here's a simplified version of my code:Sling Model@Model(adaptables = Resource.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL, resourceType = "myproject/components/article", adapters = ArticleModel.class) @Exporter(name = "jackson", extensions = "json") public class ArticleModel { @ValueMapValue private String title; @ValueMapValue private String description; @ChildResource private List<AuthorModel> authors; // getters... } Nested Model@Model(adaptables = Resource.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class AuthorModel { @ValueMapValue private String name; @ValueMapValue private String role; // getters... }Ex
I am trying to understand better on the following I am looking at Event3 Hits where prop22 = "ABC" and it give me 100 EventI further enhance that by sequential segment saying "Pageviews Exist" and Prop22 = "XYZ" then within 1 pageview Event 3 exists and Prop22 ="ABC" where I get the 200 Events. Could someone elaborate why we see this different when it comes to a sequential segment.
Request for Feature Enhancement (RFE) Summary: Removing white space from generate page source Use-case: Additional white space lines are added in generated page source from sightly code. Current/Experienced Behavior: Additional white space lines increases file size of the page and thus impacts page performance Improved/Expected Behavior: Expected behaviour is all white spaces/white lines that sightly code generates should be removed when viewing page in publish instance Environment Details (AEM version/service pack, any other specifics if applicable): Latest AEM as cloud version Customer-name/Organization name: Abhinav Kumar Sinha / Deloitte consulting UK Screenshot (if applicable): Code package (if applicable):
At Present, We use content fragments in AEM and we have multiple team consume CF using assets API.I noticed that in my environment, the api request to author instance requires authentication whereas request exposed by the publish instance are served without authentication. I need to expose the api through the dispatcher to internet but I would like to be authentication protected. What does adobe recommended solution for this implementation?
1. How do I commit to my project code custom indexes for AEM 6.x? I've searched the net but nothing comes up. 2. Is there a way to easily translate a SQL2 to custom index XML? I found this site => https://oakutils.appspot.com/generate/index but the output available is JSON only. I'm wondering if XML output is available. I have not seen any Adobe guide or sample code where JSON is used to define a custom index. Thanks for the help.
Huge thanks to everyone who attended today’s 1-hour webinar highlighting the latest Workfront feature enhancements coming next week in the Q2 Release. Your questions and engagement are what make these events special, so we appreciate your time and your participation! Also, extra special thanks again to @khachaturse, @jbarron, Caroline Ossmann, @naremu, @mattmi3, @ben_adobe, @lilitm, and Julie Johnson from the Adobe Workfront Product team – so grateful for you sharing your time and expertise each quarter! If you missed today's session, no worries, below are links to the recording and slide deck. We’ll post the chat questions and answers later today as a follow-up comment. Slide Deck PDF Webinar recording The Adobe Workfront 2nd Quarter 2025 Release is scheduled for next week, on April 10th. For more details and for the full list of feature enhancements, be sure to review the Second Quarter 2025 release
Does anyone know if there is a way to set preferences for workspace and apply to all users besides the options available in the Company tab?
Description - We want to be able to copy derived fields across connections in CJA. This is important for us, because we need to repeat these steps for every new sandbox that we connect manually.The feature should allow a CJA user to copy a derived field from an existing sanbox to a new one.Current Behaviour - Currently this is only possible within the same connection when copying a dataview. Consequently requiring the adobe user to fill in the derived fields manually --> 2 - 4h additional time/effort required.
We are looking to fetch the activity log of contacts into our CRM. However, I’m currently unable to identify which field stores the activity details and the type of activity associated with each person, along with the relevant API to access this information.
Field , Value, list separator?
as above.I've only worked on English only sites and I do not think I've had to use MSM. Looking at various Adobe.com pages, MSM and translation are always mentioned. Please advice. Thanks!
See we are using AEM translator http://localhost:4502/libs/cq/i18n/translator.html which has UI like thisNow we support entire EUROPE region for 56 locale so before submitting to translation.com i have to add the english content to all these 56 locale manually. It's such a hectic work to do as an AEM Developer. So can you guys help me with this.1 -> Can we automate this process 2 -> Do we have any better way to do it .Just need you help in this.The condition is very critical like ei have excel sheet which have close to 800 keys which i need to add to AEM using this translator UI.1 key i have to add 56 times. So jus imagine it with 800 keys. Guys need a solution on this...@arunpatidar @1905403
Prepare publication vs Publish difference?
Hello Workfront Community, The Workfront User Groups (WUGs) are ramping up, scheduling events, and chapters continue to grow! Please take note of the following:Upcoming events:Pittsburgh Chapter – May 22Central Chapter – June 4Boston/New England Chapter – June 17 (registration link coming soon, check the chapter page for updates)Michigan chapter is recruiting a co-leader. If you are interested, please complete this interest form: https://forms.office.com/r/kJMhbvgJkaChapters in need of co-leaders to get started: SF Bay Area, Seattle, London. If you are interested, please complete this form: https://forms.office.com/r/kJMhbvgJkaFor other regional areas, be sure to check the Chapters page for updates on new chapters in your area.Join a Workfront User Group today and start connecting, problem-solving, and learning! @heather_kulbacki@brittanylang @mary_schelich @deborahbaker @scottmo1 @kristinfarwell
I found that the “Predecessor complete” is showing Yes when a predecessor is not complete, here is an example of that on a project:Project = https://barclaysus.my.workfront.com/project/67ec012623b06b3f9d1b5d8eb0506c2d/tasksHere is a screenshot, where I brought in “Predecessor Complete” and “Can Start” Can you please help us understand why Predecessor Complete = Yes when it is not ready to start?Are we missing something on this one? Thank you for your help!
as above. from what I can see, I have no direct access to the AWS console. I'm guessing the configuration is done via some sort of configuration in my code base? In a previous role (which was an AMS setup), I can access the AWS/Cloudfront console with the help of our AMS rep. can you please link me to some guide/tutorial? Thank you.
Hi, is there a way to make a proof completely private, meaning that those who are not on the workflow can't open it? I can see that by ticking the 'Private stage' box will only suppress comments but none workflow members can still open it. Thanks
Has anyone had luck with collecting ECIDs into Marketo when using Web SDK (alloy.js) for data collection on a website? The automatic collection of ECIDs worked fairly well when using the ECID service (Visitor.js) as the Munchkin.js script contains logic to read in the AMCV cookie and pass this information in visitWebPage and clickLink calls in the _mchEcid query string parameter, resulting in the ECIDs field being populated in Marketo anonymous and known lead records. However, when using Web SDK (alloy.js), this ECID sync no longer functions as different cookies are used for identity storage (kndctr_<ORG_ID>_identity), which Munchkin.js does not attempt to read. I am trying to do this manually by including the ECID as a custom parameter in visitWebPage and clickLink calls, but it doesn't seem to function quite the same as the behavior observed when using Visitor.js. With Visitor.js, based on my testing, existing lead records would be updated
Introduction to Workfront PlanningWhile project management tools can support with timelines, budgets, reviews and approvals, and measure how the work is getting done, these tools don’t facilitate the coordination and execution of strategic work. Moreover, they lack the ability to measure the impact that this work has on the customer experience. However, Adobe Workfront Planning is an additional capability that Adobe Workfront offers. Adobe Workfront Planning helps organizations to go beyond the scope of regular project management capabilities, as it provides a single source of truth to connect disparate plans and data across marketing teams. The result of this connection is a marketing system of record that provides visibility into the marketing lifecycle from start to finish.Requirements for AccessYou must have the following to full access to all capabilities in Workfront Planning:A new Workfront package and license. Workfront Planning is not available for legacy Workfront packa
Is there a way to enforce proofing approval workflows on any proofs getting created within a particular task? We have a use case where certain task need to have a proofing activity for proofs created within that task.
Is there a way to customize what you see when you hover over the projects when you go into Hamburger menu > Calendars. We want to preferably see the request the project was converted from when we hover over the project on any date.
Request for Feature Enhancement (RFE) Summary: Enable dynamic dropdown in Universal Editor. Use-case: Our project has several dynamic dropdowns by using coral select. And it is supported in touch UI. Now we want to use the Universal Editor, but we found the new editor doesn't support dynamic dropdown currently. Current/Experienced Behavior: Now Universal Editor support the component type "select" and it can configure a list of predefined option. Improved/Expected Behavior: Enable the dynamic dropdown function in Universal Editor or provide a dynamic dropdown extension officially. Environment Details (AEM version/service pack, any other specifics if applicable): AEM Cloud Customer-name/Organization name: SSGA Screenshot (if applicable): Code package (if applicable):
How to add a new record in System Activity for Internal Reference field by Workfront fusion?Getting error: The operation failed with an error. [400] unable to find method for service endpoint type: ADD (class com.attask.biz.JournalEntryMethods$$EnhancerBySpringCGLIB$$784d2a82)
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.