Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Ji, I have a single line text field on a custom form on a task. This field is for users to input a live url link to an article once it has been published in AEM. In the Task Details the link is clickable and will go to the article. This field is referenced in a card on a board as well. The same exact field on the board is NOT a clickable link. Is there anyway to make it clickable on the card? I will add screenshots for reference. Thanks! Robin
I briefly mentioned this in another comment but wanted to ask the question here. Last year, we talked with Adobe's training folks about developing a curriculum for an advanced Fusion training. This would not be a training which would happen right after the initial Fusion bootcamp. Rather, this would be a course one would take after a few months of using the tool. Obviously, you cannot cover everything within one bootcamp. Heck, you can't do it with two. But there are many things which most Fusion users don't know that they don't know until they're trying to build something...and they just can't figure it out (without having to engage Adobe consulting). I can think of a few things off the top of my head right now--advanced use of the HTTP module, work with arrays, custom webhooks--which would be useful for users to receive instruction.Also...we need more instructional materials on Experience League (which is a separate issue). Is this something which is being wo
Is it possible to reference a task's collection in a project report? Yes I know that I can just make a task report for this but I would like to get to know the syntax and what the limitations are before creating a whole new report.
We want to have fusion create a task and perform an advanced hours allocation to multiple roles (i.e. 10 hours for writer, 20 hours for designer, 30 hours for editor). Is this possible?
I need to track and record any changes on a custom form with 341 fields... Is there a good way to accomplish this, is this even possible?
Is there a setting that I can change to allow a user / users to edit the order of a custom form on a project while in a pending approval status?
I've looked through the posts here, but don't seem to be finding anything that's working so far. Hoping someone can point me in the right direction since I'm not a Workfront expert.NEED: To be able to measure the time spent in a specific status on an Issue DONE SO FAR:- I created a 'timestamp' field that captures when the status is changed to the one I need (NFU). Here is the expression I used, which seems to correctly put the Date/Time in the field once an Issue changes to that status:IF({status}='NFU',IF(ISBLANK({DE:Status Timestamp Assignments Requested}),$$NOW,{DE:Status Timestamp Assignments Requested}),{DE:Status Timestamp Assignments Requested}) CAN'T FIGURE OUT:- Now I need a calculated field that shows the amount of time elapsed since the timestamp above and 'now' to show how long the issue has been in that specific status. I'm not sure where to start on this, so any suggestions would be great! Update: I tried this expression but it's returning "0"...the format
Is it possible to assign subtasks via Workfront Fusion. I want the subtasks to be assigned to the Task assignee.
I have a specific queue topic that routes to a board. The connected card pulls in the description field, but not the priority field. Does anyone know if this is possible through out-of-the-box functionality? Thank you in advance,Melanie
Hello,we are trying to add seo schema to our page, Adobe's documentation suggests to use json-ld to author seo schema, but I am clueless on how to add it as a property to page.json. Whenever I tried to add it as a property to page.json, the content which I author in that page is being rendered as a meta tag with name property which I have defined in page.json. It is not rendering as script tag as it was mentioned in documention. Could anyone help me with this. Thank You.
I created a batch audience and would like to evaluate the condition to see how many profiles qualify, mainly to verify that the condition I added is correct. I used the 'Code View' option to review the PQL details. Below is the PQL for my batch audience (select _Subscriptions1 from consents.marketing.email.subscriptions.values() where _Subscriptions1.val in ["y"]) and CHAIN(xEvent, timestamp, [C0: WHAT(_experience.customerJourneyManagement.messageDeliveryfeedback.feedbackStatus in ["sent"] and _experience.customerJourneyManagement.messageExecution.messageID.equals("e77ec89b-b7f0-4e40-bdd9-6e87af00c4f3", false)) WHERE(C0.exists((timestamp occurs <= 1 day before today) or (timestamp occurs today) or (timestamp occurs <= 1 day after today))), C1: WHAT(eventType.equals("web.checkout.confirmation", false)) WHERE(C1.exists((timestamp occurs <= 1 day before today) or (timestamp occurs today) or (timestamp occurs <= 1 day after today)))]) I simply tried to execute this Qu
Could you please give me advice to fix this error?I could not build archtype 54 with the following error message. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.3.1:generate (default-cli) on project aem-project-archetype: Unable to add module to the current project as it is not of packaging type 'pom' -> [Help 1] I attached the zipped file which includes the whole build log meesages and mvn setting.xml.
HI all,I recently came across a issue in AJO mail where if I use contextual or personalization attributes in the url link. I was unable to track the click events in cja?.In some way, the ajo is not recognizing that as a link.Is there a way to force say the link to be tracked? or any alternative?Link to track - https://{{variable1}}/ test/{{variable2}}I found this document - https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-23027Let me know of any leads.I doubt If I use this way https://Test/{{variable1}}/ test/{{variable2}} this will work. But need to try
I have a Fusion Scenario where the 1st module I invoke a HTTP Rest API. The API has a property named "status" - that can take either of the 2 values below1. Processing2. Complete I would like my scenario process further *only if* the status is complete. If the status is in processing state - The scenario should wait and retry after 60 seconds. Can anyone suggest me the ways to achieve this ?ThanksHarish
Hi, We would like to add a default value for the 'script' container within the 'delivery' form as defined in 'Workflow (xtk)' input form, as shown below: How can we get a string to populate in the delivery script automatically whenever the delivery activity is chosen? Thanks,Skyler
If you're using Adobe Client Data Layer (ACDL) in Tags (Launch) and ordering of Rules is important to your setup, then setup your ACDL Events to listen to "All Events" only. Preface / Legend For the rest of this post, I'm going to use specific upper- and lowercase spellings to distinguish various items. Uppercase "Event", "Condition", "Action": these refer to the Events, Conditions and Actions in Tags that come from extensions. For example, the ACDL extension has an Event called "Data Pushed". Uppercase "Rule": this refers to Rules that are setup in Tags. A Rule can contain 1 or more Events (where each Event doesn't have to come from the same extension), 1 or more Conditions, and 1 or more Actions. Lowercase "event": any other event that occurs during your web page's runtime, i.e. when it is loaded and interacted with in the user's browser. "ACDL event": an event that got pushed into ACDL / adobeDataLayer. Background Tags, or Launch as is more commonly known, has a fantasti
Hello - I would like the community's advise to see which option is better to track the Checkout process initiation. Should we use: 1. scCheckout event at the start of the Checkout process OR2. Page views to count the Checkout process Which one is better to use and why? Where should the scCheckout event trigger if we are going with that option? Isnt pageviews of the Checkout page and scCheckout giving us the same data? Thanks!
Hi, We have an direct call identifier for link click and when link clicks hapeens there data layer is loading with few datapoints . which we can use and assign evars. the floow is working majority of the situvations but one senario rule is firing but unable get the data layer values. whats best way we can handly these timing issues to load data. i have tried event lisners and setting up some delay it's worked but i am fine with these solution , so i am expection any other better recommendation which can deal with these issue and timing issues as well.
I have created a JSSP in adobe campaign classic v7. And I would like to restrict the access only to Adobe Campaign users (of the instance). It should be a similar behavior as the option in webapp -> Properties -> Access Control -> Enable access Control. I am sure that there has to be a code, similar to: <%@ page import="xtk:server/jsspcontext.js" %><%@ page import="/nl/core/shared/nl.js" %><%logonEscalation("webapp"); try { var userInfo=xtk.session.getUserInfo();} catch (e) { var returnURL="/<namespace>/<label>.jssp" ; response.sendRedirect("/nl/jsp/logon.jsp?target=" + encodeURIComponent(returnURL)) return;}But is not workfing for me, as after request for the login, it redirect me to the same login, instead of the jssp. Can someone please guide me? 🙂
Hello Friends, Within the Adobe Fusion Dashboard, under Team Overview I am presented with two charts on the top of the page. The first is 'Team Operations for the Last Year' and the second is 'Top Scenarios by Operations'. When viewing this sceond chart, the bottom axis displays the Scenario's ID Number and when I hover my cursor over each bar, a tooltip pops-up, showing me the same ID Number... Is this the default behavior of this chart? I ask, because it would be a much better user experience if that chart was able to display the Scenario's Name, so I could quickly identify it. I have 26 active scenarios and unfortunately, I have not committed all 26 of the scenario ID Numbers to memory. Is anyone else annoyed by this UX? Wes-
Hi Team,I'm working on a web application where I need to display recipient details in a table.The table have columns for ID (Primary Key), First Name, and Last Name. and Above the table, there is an input field for the First Name. When a user enters a First Name and submit the button, the below table should dynamically populate with matching recipient records. for the column of (ID (Primary Key), First Name, and Last Name)I've created a QueryDef to fetch recipient details, and the data is stored in ctx.vars.recipientDetails.I want to filter this data based on the First Name input and display the records in the table.FYI: Table and first name search both in the same page and configured Query def(JS Activity) before this page activity.Can anyone help on the further enhancement.Please let me know incase of further details.
Assuming I want to create offer regarding the Credit Card. However based on the user credit scoring details of the offer might differ. Is it possible in the offer to personalize offer copy based on the profile attributes which tell us about credit card interest rate for the specific user?
Can anyone help me with understanding how to sort the values that display in a Workfront chart, specifically a bar chart. I have a chart that shows record count for projects on y-axis with Sponsor name as the x-axis (see image). Would like to show it in descending order of record count. Thanks, Michael
The WUG Colorado Chapter kicked off its first session on Aug. 27, 2025. Thank you to everyone that attended and registered for the event. Attached is the deck materials we covered including the links and polls we went through. We will communicate our next event shortly and based on some topic discussion it may be focused on Fusion (How can it help? How can I learn?) and possibly some advanced reporting (textmode) thoughts. If any of you have ideas for things to cover in the next event or may you have a use case you'd like to share to get insights and input from the collective...either way...reply here with those ideas so all can consider.
Creating a very simple Project report to show dates at project level and weekday difference between them. Two dates listed for the project are custom form dates - PredicationStart and PredicationEnd. But, my attempt to show the weekday difference is turning futile. What am I missing?Valueexpression=WEEKDAYDIFF({DE:PredicationEnd}, {DE:PredicationStart}) displayname=Weekday Difference valueformat=HTML
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.