Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Problem I am trying to solve: (please scroll down for additional questions)I need to add campaign information to projects/requests without changing the existing flows. This fix needs to update existing projects/requests as well as new requests/projects going forward. Background:I have existing requests and projects in my portfolio and can't use programs to manage this.I have elaborate request forms and project templates. All of which I have inherited. I have users entering request who know which campaign(s) their request is being entered for. My initial plan: (is this correct or is there a better way to proceed??)1. Create a new project template, add a multi select field (with a list of the campaigns), and bulk add this template to existing projects. 2. Bulk edit selected existing projects adding the new campaign selection(s).3. Add this new project template to the existing project template forms to allow future projects to u
Hi All, I'm running into issues creating a calculated field that generates a name for either, Entered By ID or Primary Contact ID for requests converted to storyboards. For whatever reason I'm not able to pull that data over to a storyboard/tasks that is converted from the issue. Does anyone know of a potential workaround?
I am preparing for my Adobe Real-Time CDP Business Practitioner Professional AD0-E602 exam. Could Could anyone provide detailed insights into their overall experience with the exam? Your experiences and suggestions would be incredibly valuable for me
Hi, I am trying to find an easier way to do this, my current solution works, but intermittently results in empty values. I am looking at the number of projects in each status and then pushing it back to Workfront for daily reporting. I am searching for a list of projects, then using a numeric aggregator module to get the number of projects in each status (this works perfectly). The aggregator module gives me an array of collections, with each collection containing Status and the count. Then I use an Arrar Aggregator module to combine all the statuses and counts into a single array. Finally, a Set Multiple Variables module will be used to set the count of each status to a matching variable that can be used in the workfornt update call. The Set Multiple Variable is where empty values are recorded intermittently.
HI!I am have a task report that I need to group by the Business Unit, and then by the project Program. I was able to group by the project Business Unit without issue, but I can't pull in the project Program name with native functionality. I tried using text mode to achieve this (see below), but it returns the Program Name as "no value". Hoping someone can help me figure this out.group.0.linkedname=directgroup.0.namekey=MSD Business Unitgroup.0.valuefield=MSD Business Unitgroup.0.valueformat=customDataLabelsAsStringgroup.1.linkedname=programgroup.1.namekey=view.relatedcolumngroup.1.valuefield=program:namegroup.1.namekeyargkey.0=programgroup.1.namekeyargkey.1=namegroup.1.valueformat=stringtextmode=trueThanks!
This may be a dumb question, but I feel like I'm going crazy. I am try to go through all of our projects and update all the portfolio, Program, and Company information. When I try to fill in the Program, no options are appearing. I have double checked that the groups are all the same and that the program is listed as active. Thanks in advance for any suggestions!
We noticed that the reference number assigned to an issue is now changing once converted to a project. Anyone else have this problem?
After our first week of testing, I thought I'd share some of the questions and learnings that have come up from my team and see if anyone else has items they think the rest of the community should know as well. Old Personal Tasks - I had a worried user that turned out to be putting information into the descriptions, and uploading documents on her personal tasks created through the old home UI. While those tasks do appear in the new To-dos widget, the description/documents were not accessible and she thought they'd been deleted. Her notes were right where she left them, and she just needed to know how to get to the actual personal project that holds them. Delegated Tasks/Issues - While you can delegate tasks and issues from the My Tasks or My Issues widget, items that have been delegated TO you do not appear there. At this time, the only place we've found them to appear is My Work. Neither widget has a marker for 'Delegated to/from _________', although the My Work widget does
Did I miss an announcement that Adobe had changed the Q4 release to the 16th instead of the 17th? The new Home UI and Priorities were suddenly both live in our Production environments this morning, and the old worklist URL now will only redirect to the workspaces one.
Has anyone sent any communications about the upcoming change from worklist to the New Home Workspace to their users? Specifically, looking to make them aware of the change, offer to answer any questions, and to inform them not to use it until we provide more information. (in a nicer way, of course) @amyyo1 - any contributions?
Hi! I am running into an issue with text mode rules for a project report that references nested tasks. listmethod=nested(tasks).lists Is it possible to apply a conditional formatting within this list method? Essentially, if there is no matching task I want the box to be greyed or have an icon. However when I apply the text mode coding that works in a traditional column, the text mode column shows the coding in plain text.
Hi! I have lines of business as queue topics on my request form. Is there any way that I can have display logic make a custom field appear if a certain line of business and or queue topic is selected? Thank you in advance!JM
Hi team, Has anyone exported Workfront report data to Tableau using Fusion? We are currently building out multiple Fusion scenarios that align with different use cases we have and this is one we are considering for our next build. If you have done this, which modules did you use? Did you see high value come from this scenario? Thanks in advance for your help and feedback. Best,E
I'm wondering if anyone has any suggestions on how to track retainer hours that are specific to user role that is assigned to a specific Portfolio.Right now this is a manual process We have a custom field on a Portfiolio that we manually adjust based on the addition of new Freelancers Ideally what we would want is – if we onboard a new freelance – say 200 hours – this would automatically update the specific Retainer based on the Portfolio the Freelancer is being assigned – to reflect the additional hours. 3 - Followup to this – is there a way to create a report:Is there a way to automate tracking a business line’s retainer hours, and then create a combination chart to show against hours burned?
This is part of my jcr content json{ "jcr:primaryType": "dam:Asset", "jcr:createdBy": "admin", "jcr:created": "Thu Oct 03 2024 20:15:12 GMT+0530", "jcr:uuid": "bb43bafd-099d-425b-a0af-a748489a7e98", "jcr:content": { "jcr:primaryType": "dam:AssetContent", "jcr:lastModifiedBy": "admin", "dam:assetState": "processed", "jcr:lastModified": "Thu Oct 31 2024 16:23:48 GMT+0530" }}This is how I wrote the query to fetch the assetsQueryBuilder queryBuilder = resourceResolver.adaptTo(QueryBuilder.class);Map<String, String> queryMap = new HashMap<>();queryMap.put(SearchConstants.PATH, path);queryMap.put(SearchConstants.TYPE, DamConstants.NT_DAM_ASSET);queryMap.put(SearchConstants.PROPERTY, SearchConstants.DAM_SCENE7_FILE_STATUS);queryMap.put(SearchConstants.PROPERTY_VALUE, Scene7Constants.PV_S7_PUBLISH_COMPLETE);SearchUtils.addExcludePaths(queryMap, lennoxDocumentLibraryService);queryMap.put(SearchConstants.P_LIMIT, SearchConstants.MINUS_ONE);queryMap.put(SearchConstant
Hello, We have developed a custom profile schema for managing consents and are not using the default 'Custom and Preferences' field group. However, due to certain channel configurations in Adobe Journey Optimizer (AJO), when a customer unsubscribes from a channel, the default fields are automatically updated on the profile to indicate that the customer has opted out. I need to prevent these default fields from being updated when a customer unsubscribes from a channel. Instead, I want the custom fields in my schema to be updated. What is the best way to achieve this? Additionally, I have a second question: How can I remove the unsubscription date from profiles that have already been updated with this information? The AJO consent service dataset does not display any data, but I still see the unsubscription date in the profile. Would it be advisable to create a new dataset from this schema and update it? I would appreciate any insights you have on this.
In our all AEM instances (DEV, QA, PROD), the existing vanity URL is not working. AEM jar version: 2025.7.21484.20250703T155820ZWhen I list the vanity URL using below url, the format is not correct./libs/granite/dispatcher/content/vanityUrls.htmlIt is listing all the URL in single line./iphone13progreen/moto-razr40-ultraar/kids99-ar/cme/ipad-air-ar/iphone15-plusar/everyday60min Usually, the URL will be listed one by one.
Field Description What product are you using? Adobe Analytics What area of the product are you using? Segments - Descriptions What are you trying to achieve? I am attempting to display segment descriptions upon information hover in Adobe Analytics workspace What’s the problem or error? Based upon my memory of past performance in Adobe Analytics, it was originally possible to hover over the information icon to view the description of any segment. Currently, this has changed to only show top initial values and no longer provides any description like it did in the past. What have you tried so far? I have attempted to go back and find old screenshots, but I no longer have the old laptop I used to use that could prove this. I don't believe this is a false memory, either, because we've depended upon the information icon to demonstrate information about segments and other components in the past. It's what makes the information valuable! Please do not inc
We've been trying to get this question answered since May via Support/our AE and have not received any responses. Hoping a fellow customer can help us out instead. Does anyone know if the AI Agreement can be signed specifically for the Workfront product only, or does it need to be signed for your entire suite of Adobe products at once? We're in the position where we do not run the Admin Console within our org and are only responsible for Workfront - if the agreement is for all of our products, it would be a much bigger can of worms than simply the product we're responsible for.
I have a requirement in the journey that I creating. The requirement is to check on a date attribute to see if it is "y" days from current date i.e., let's say that "end_date" is 'xx-xx-xxxx xx:xx:xx' and it is equal to y days from today's date, then continue with the journey, otherwise end right there. When I pick the date field attribute and try to check if it is current_date + y days, I don't get the current_date option. It looks like the check will happen "y" days after when I create the journey. How do I implement the same in AJO?
I've created a 2-column layout in the new design editor: An image on the left and text on the right. When the text section is taller than the image on the left, how do you do a vertical-align: top on the image? I am not seeing it on the interface. When I go down to the custom styling section and add: Vertical-align: top, it gets overriden and changed to Vertical-align: baseline.
Hello,As a group admin, I work in several different request queues. While I love the "sticky" preferences for most things in Workfront - I don't love it for request queues. Each queue has it's own set of views and groupings that works best for it and when I move to another request queue, I have to change all of it each time. I move back and forth between 4 request queues all day and having to change the settings each time is frustrating. Anyone know if you can turn off that "sticky" function just for request queues? If not, any work around that someone has come up with?
Dear Team,I hope this message finds you well.Kindly refer to the attached screenshot highlighting the issue. I am attempting to export email unsubscriber records from Adobe Journey Optimizer (AJO) via Customer Journey Analytics (CJA). However, I am noticing that 89 of the records are marked as "No Value" in the email field, making it impossible to view or export the associated email addresses.Could you please help me understand the root cause of this issue and advise on how it can be resolved?Looking forward to your guidance. Please let me know if you want me to share more info!Best regards,Karthikeyan Sakthivel
Hello Adobe Marketo Engage Community users, We’re always inspired by the incredible ways you use Adobe Marketo Engage to drive impact. Your experience can help others make confident, informed decisions — and we’d truly value your voice.If you’re using Adobe Marketo Engage, we’d be grateful if you could take just 10 minutes to share your thoughts in a review on G2. As a token of appreciation, you’ll have the option to receive a $25 gift card. And if you prefer to keep things discreet, you’re welcome to submit your review anonymously.👉 Leave your review hereThank you for being such an engaged and thoughtful part of our community — your contributions make all the difference!If you have any questions or need help, feel free to reach out to us at dxpeerreview@adobe.com. Warm regards,The Adobe DX Peer Review Team
Hello Community,Just wanted to ask if there is a way to add a logo in the Workspace Project-Dashboards (e.g., at top right corner). The header section of the report.Thanks!
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.