Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hey Workfront admins!We’re planning August Skill Exchange sessions and want to make sure we’re building content that actually hits what you need most.👉 What’s the number one topic you’d love to see covered?It could be anything, for example:Reporting & dashboards Instance cleanup or inheriting an existing setup Governance and COE best practices AI in Workfront End-user adoption strategies Cross-solution workflows (e.g., Workfront + other Adobe apps)Drop your top pick (and a sentence on why it matters to you) in the comments. Your input will directly influence what we put on the agenda for August.Looking forward to hearing what’s most important to you right now. Let’s design these sessions together!
I would like to implement one Web SDK on multiple domains in order for the user to have same ECID. Additionally I would like to configure CNAME. If I would have multiple domains then I should set up that domain as dynamic data element?
Hi Everyone,I am consulting a travel aggregator co (hotel + flight) and if I wish to show a personalized recommendations (of ancillaries) to all customers who have passed the booking flow after selecting the flights and entering passenger info. How can I do that? So, imagine this. First page is home page which has the booking widget. You enter info here, click on CTA, move to flight search page. Here you will have to choose your flight (second page), then on the next page, you enter personal info (name, email id, phone), then comes your ancillaries page which is where I need to show all available ancillaries plus a recommended one highlighted. Wanted to know if Is it possible through Recommendations and / or Automated personalization ? Suggestions if it can be little elaborate can be helpful
I have recently tried to add a custom action to add a custom action to open the experience fragment in a new tab for a legacy experience fragment component.I used the cq:actionConfigs to add the new custom action like how its done for the core component.The new action button appears in the page editor but not in the template editor.I know we can add actions using Granite.author.edit.ToolbarActions, but before doing that I was wondering if I am doing anything wrong while adding the actionConfigs node?
Description:All admins are currently receiving the notifications: Contributor user limit reached or Guest user limit reached. Why is this feature important to you:We do not need all admins to receive every notification. This can lead to unnecessary distractions and clutter in their inboxes. How would you like the feature to work:Implement a feature that allows selective notification settings, where we can choose which admins receive specific notifications based on their roles or responsibilities. Current Behavior:All admins receive all notifications without the option to selectively choose recipients.
Description - With the new license structure every time a user goes over their approval limit an email notification is sent to all system admins. Ideally these notifications can be managed like other notifications. Why is this feature important to you - It creates unnecessary confusion / urgency / internal correspondence every time a notification comes through. And it's only relevant to the Admin who is responsible for user / license management. How would you like the feature to work - The ability to turn on / off the notification for individual system admins and limit only to the person/persons responsible for user/license management. OR that there isn't an email every time this happens and it's managed under Setup (e.g. keeps a log of overages / # of approvals for users that go over) for admins to reference/manage. Current Behaviour - Every system admin receives an email notification for every user that goes over their approval limit.
Having an issue with script for a custom calculation.I need to take number from a field and search through 323 fields to find a matching number, then search through 323 percentage fields and pull the matching field number percent value.This code worked on a small sample that I input, but is not working with my actual program:var target = this.getField("TargetNumberField").value; // The number you are searching forvar found = false;var result = 0;// Loop through 323 fields (assuming named Lookup1, Lookup2... or similar)for (var i = 1; i <= 323; i++) { if (this.getField("Lookup" + i).value == target) {// Match found, get corresponding percentage field result = this.getField("Percent" + i).value; found = true; break; // Stop loop }}Any and all help is greatly appreciated!if (found) { event.value = result;} else { event.value = ""; // Or 0 if no match}
how do i add newline character in the ajo custom action expression editor ?I tried these and it didnt work\n"\n"(\n)
Hi Team,We have a requirement to flip / mirror the content of a text field in an AEM Livecycle Forms created using LiveCycle Designer for SAP.Requirement Details: Ability to apply axis-based rotation (X / Z) on a text field Expected outcomes: Z-axis 180° X-axis 180° This is required at the textfield level, not at the page level Observations: There is no OOTB option for X-axis or Z-axis rotation Queries: Is there any OOTB capability, hidden configuration, or supported workaround in LiveCycle Designer to achieve flip/mirror text? Is this achievable via: FormCalc or JavaScript? XFA-level properties? Post-processing at the PDF level? Is this a known limitation of LiveCycle Designer? Kindly let us know If any Adobe-recommended solution exists.
We are trying to install AEM Forms 6.5.24 on a Weblogic platform and getting below error while running ConfigurationManager.sh. We double checked that ../lib/adobe-lcm-bootstrapper.jar is present. Any advise. ===============================================================================GUI Launcher===============================================================================JAVA_HOME Found! Set to: /opt/java/hotspot/8/64_bit/jdk1.8.0_471===============================================================================ConfigurationManager EnvironmentJAVA: /opt/java/hotspot/8/64_bit/jdk1.8.0_471/bin/javaJAVA_OPTS: -Xms128m -Xmx1536m -Dfile.encoding=utf8 -Djava.net.preferIPv4Stack=true -cp ../lib/adobe-lcm-bootstrapper.jar com.adobe.livecycle.lcm.bootstrap.LCMBootStrapper ../lib/adobe-lcm.jar:../lib/xml-apis-2.7.2.jar:../lib/xalan-2.7.2.jar:../lib/serializer-2.7.2.jar:../lib/xercesImpl-2.12.0.jar:../lib/commons-net-1.4.1.jar:../lib/adobe-bootstrapper-client.jar:../lib/adobe-truststore-api.
I am facing an issue while trying to add actions in my Adobe I/O project using the aio app add actions command. The error I get is:Error: Named export 'loadFile' not found. The requested module 'mem-fs' is a CommonJS module, which may not support all module.exports as named exports.System Details:Node.js Version: v22.13.1npm Version: 10.9.2AIO CLI Version: 10.3.2>aio app add actionsWhen i try to add action, I see below errori Installing template @adobe/generator-add-action-generices, go to https://adobe.ly/templatesi Installing npm package @adobe/generator-add-action-genericchanged 1 package, and audited 1258 packages in 17s176 packages are looking for funding run `npm fund` for details22 vulnerabilities (5 low, 12 moderate, 5 high)To address issues that do not require attention, run: npm audit fixTo address all issues possible (including breaking changes), run: npm audit fix --forceSome issues need review, and may require choosinga di
Hi Everyone,I need to pull list of all leads created/updated in last 24 hours. Currently we are using Bulk Export API to pull all activities for this purpose but need to move away from this due to existing high usage of Bulk Export in other processes.Is there any Rest API which allows us to pull all leads with updates in a particular timeframe?I have already tried Get Lead Changes, but it is only returning newly created leads even when I filter by updatedAt.
It seems that your Adobe ID is not linked with your Adobe Experience Cloud solution accounts.Please get in touch with your Org Administrator or Adobe Enterprise Support.
Marketo’s onValidate and friends stack like DOM event listeners: they run in the order they were added. But there are still major differences:In Marketo, the listener stack isn’t deduped. If you add the same listener function 3 times, it’ll run 3 times. In contrast, DOM addEventListener(event,callback) checks if the callback was already added and if so, doesn’t add it again. In Marketo, all listeners always run. There’s no short-circuit method like stopImmediatePropagation(). In Marketo, to stop submission you call submittable(). There’s no event-level preventDefault(). (Note onValidate — but only onValidate — respects the callback’s return value, kind of like DOM inline event handlers.)Adding (1) is an easy tweak that makes it a lot easier to manage advanced form behaviors with lots of coordinated components. Adding (2) is quite tricky[1] and I’ll cover that another day. Might even throw in (3).😏 We’re adding idempotence to the Forms JS APIIdempotence is a show-offy CS term for an ac
Post upgrading to the new report builder. One of the metrics got Qualified visits got removed from a few reports while it is visible in other reports. (very strange behavior).However, now when I want to bulk select those reports and replace that specific metric. I don’t see the option to do that.How can I do that ?
My company had external contract hires to build out a site that is actually super simple. It offers access to the AEM Assets( DAM) but also 6 other short pages with informative content and no more than 6 buttons on each page linking to a PDF housed in the DAM. I feel the external team wrote too much code and did not leverage out of the box options. I now have a EDS AEM site that can only be authored through DA.live. I have attempted to work around a lot of issues with the available tools and Experience League articles, but not getting anywhere. Just trying to find the easiest way to provide a preview on a PDF file before accepting to download
Could anyone offer some advice on a Hard Bounce issue we have developed this week.The error is: 550 5.7.1 Unfortunately, messages from [xxxxxx] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150). You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors. It is affecting Hotmail.co.uk, Hotmail.com, live.co.uk, outlook.com and msn.com domains.Prior to this we have been sending to these domains without issue since our instance was set up 2 years ago. We are emailing known in life customers (not prospects).I raised a Marketo support ticket and they have given a copy and paste answer:Since this issue depends on deliverability practices/IPreputation/domain reputation and marketo support has limited resources (available in open source) we have limited scope to investigate this further, If the issue persists after whitelisting, I would recommend reaching out to your CSM, who can further engage the
Hello, I have a requirement where i have to get a dynamic value from the map, this map is stored on the profile of the customer. They key of this map has two components , one component that comes from context data and other component that comes from offer attribute, what i want to do is to append context data and offer attribute and fetch the value of this key from profile. The problem is when i use + to append them the + function always returns a double and hence i get an error that i can’t pass double as a key. I searched the documentation but there is no way to append two strings in AJO ranking. Does someone has any idea on how to fix this.
Hi Adobe Community, I’d like to ask for clarification regarding the new Decisioning functionality in Adobe Journey Optimizer: 1. Is this new Decisioning capability intended to replace the existing (legacy) Offer Decisioning feature?- If yes, do you already have a timeline for when the old functionality will be deprecated or disabled? 2. Or is the new Decisioning module meant to be an additional capability that will coexist with the existing one? 3. In the new Decisioning,, where can I configure Placements for web banners? In the legacy version, placements were clearly defined, but I’m not able to locate this option in the new interface. Any guidance or documentation references would be greatly appreciated. Thank you!
We have a ZoomInfo tracking snippet installed on our Marketo landing pages. ZoomInfo is integrated with Marketo, and we’ve configured it to de-anonymize specific job titles from the company-level data captured when users visit a Marketo landing page. Once those contacts sync, we trigger a campaign for them.While I can see traffic to the landing page, ZoomInfo is not showing any visitor information—it indicates that there is no data available to de-anonymize. Is there a known issue with using the ZoomInfo tracking snippet on Marketo landing pages, or is there a specific placement requirement for the snippet? The snippet is working as expected on our website pages.
In order to be able to better utilize the data and integrate report data in other systems, being able to email reports as a CSV attachment instead just a PDF would be a nice feature.
I would like to be able to create a dashboard where I can monitor active scenarios and operations, I would like to see all at once with its stats. Would be nice to have a more meaningful error message, and have the msg displayed in dashboard for the corresponding scenario where error ocurred, ability to know how many times scenario has run during a range of time, know number of failures, display the running total count of operations against the total ie 50% of operactions or 400,000 of 800,000 have been executed.thank you 😊
Undo button available for system admins when designing/creating within a custom form, layout template, reporting, text mode. Please make this available when designing scenarios in Workfront Fusion as well. Why is this feature important to you - Eliminate unnecessary rework.How would you like the feature to work - Start by adding the undo button in custom forms, so if you delete a field by accident you can undo the action.Current Behavior - There is no undo button
We track the number of projects for KPI. Is there a way to filter for when a project status is changed to complete so we know the date that was done.
If you clone a program where an - say - Email Performance Report lives, and that Email Performance Report is set up to report on all emails in that program, the cloning process should update that reference to the clone. That functionality existed before the Sky UI refresh. Please bring it back.
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.