Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I would be curious to hear everyone's journey on setting up an effective Workfront Planning workspace(s) and record types for their specific use case. Type in :Use case - Basically why and how are you using Workfront Planning.Limitations - What are some limitations of Workfront Planning that are causing heartburn.
So, I logged into Workfront this morning and I was greeted to this:Oh wait, sorry, that wasn't it. It looked more like this:Now. We have begged Adobe, through our TAM, our CSM, and other acronyms to stop sending surveys to our users. And this one...I'm really hoping it only went to admins. I took the survey only so I could get to the end so I could say "STOP SENDING OUR USERS SURVEYS."The questions had NOTHING to do with a typical user's day-to-day use of the tool. It had more to do with config and the like. Is there any way to know the scope of this pointless survey? I pray that it was only sent to sysadmins...but similar surveys have been sent out to our entire user base in the past.The typical response is that your marketing department needs this data. I'm sorry, but no. If you really want to run surveys, it should NOT be within the tool that my company pays a huge amount of money to use. And if you're sending a survey to everyone, the data is going to be garbage.And
Reviewing the exchange rate ability in Workfront for the first time and trying to consider how often we should update... Yearly? Quarterly? Because this is not tied to date ranges I assume it is adjusting the rates for all projects even in the prior year / quarter either way. Is there another way to solve this through custom fields that are tied alongside date ranges? Thanks in advance for sharing your successes!
Hi there! The closest I manage to get were Solved: Showing Zero "0" in workspace and Visits showing zero for pages but has "Entries"..., but I have a little bit different case. Here Solved: adobe campaign delivery label visits showing "0" also I found valuable thoughts. Goal was: to analyse digital campaign - page & user behaviorDid a quick segment (hot): campaign code (dimensions expires on visit) = abcGot page URL to the table (expire on visit)Added users, visits, time on site - all were going good. Apparently, added Exits and here popped up suspicious pages with 0 visits, but exits. First I thought something is setting this variable somewhere else, but occurrences are 0 which for me means, that this value was not set in image request.For something to be in the table user must perceive a tracking code, but how he can exit from something without coming there?Imaginary scenario: he opened the page in the tab and set this tab aside, then he
Whats the order of calculation of particular audiences? If audience depend on another audience then the order of batch recalculation is crucial
Hi All, I am working on a use case where I need to form the path of the work item instance path and share it on the email, so that the user can just click on the workitem path and go to the workitem path directly. But I am not able to form the correct path. I tried using the workitem.getId(), but received a temporary path with VolatileNode in it which does not exist in AEM repository. Any leads to correctly get the workinstance path ?
Hi , I am trying to find all the pages under the site tree where last modified dates is greater than last replicated date , i am using below query which is leveraging standard predicate to compare two date properties but i am not getting any result , though we have lots of pages satisfying this condition path=/content/site/abc/entype=cq:PagedateComparison.property1=jcr:content/cq:lastModifieddateComparison.property2=jcr:content/cq:lastReplicateddateComparison.operation= greater This query i am running in AEM Cloud Service Thanks
The existing time dimensions (day, hour, minute) in the DWH are not fine-granular enough for a few clients' use case.Therefore, they are collecting the user-timestamp in milliseconds in a custom prop as a workaround for this issue. But this workaround has some disadvantages:a) User timestamp collected in the frontend is local and sometimes incorrect (days or years in the future/past)b) For some server calls, the prop is not collected / missingc) This workaround depends on the data collection (server-side timestamp would be independent of front-end data collection).Can this be considered a possible enhancement, making the server-side hit timestamp available as a dimension in the data warehouse?With my basic understanding, since DWH is the post-processed data. Any data on the DWH is the outcome of the raw data.Hence, this particular enhancement should first be in the data feed because the current data feed shows second-level information.
Hi Community,We are planning to move our Marketo instance from a shared IP to a dedicated IP setup. Our instance currently includes multiple domains. We would like to understand how multiple domains can be managed under a single instance once we move to a dedicated IP.Would appreciate any guidance or experiences from others who have handled a similar configuration.Thanks,
I am newer to creating and supporting various fusion scripts and ran into a challenge and wondering if there is a solution. Scenario: I have a CSV file that we are reading with fusion that includes a "problem" text (just a string of text) that we are looking to insert the text into a new "Request Description" field which is a text field with formatting. Issue: When running a fusion scenario that is creating a record, I receive the following message: "The following parameter value is invalid....". From what I found, this appears to be a formatting issue. Doing some digging, I found this article that refers to the need for a JSON file to upload into this field, but I feel I am missing something from a fusion standpoint on how to create this: Rich text fields in the Adobe Workfront API | Adobe Workfront Ideas? Is there an easy solution to convert this to allow for applying to the new
Has anyone used the Jira Create Record to create an Epic Feature assigned to a Capability? I have the Epic Feature creating part working, but not sure how to assigned that to a Capability.
Use this thread to ask any questions related to the Experience League LIVE session titled, "Next-Gen Customer Experiences & Efficiency with Adobe Experience Platform Agent Orchestrator." Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!
As a power user, you probably get a lot of questions—some multiple times. Here is a FAQ crowdsourced by the Adobe Analytics community to help save you time. Instead of taking the time to answer the same questions repeatedly, you can point your users to this FAQ. Feel free to send them the link, copy and paste answers, and of course, contribute your FAQs to help the rest of the community.To contribute your FAQ, just leave the information in a comment below, and then it will be reviewed and added to the table. Why am I seeing discrepancies when summing visits and unique visitors? It is important to be very careful when summing visits and unique visitors. While doing this - in excel, calculated metrics, or totals in Workspace - keep in mind that - One visit can consist of multiple pages. Example 1: The Warning: A report with Pages as the dimension and Visits as the metric should not be summed. Why: This is because 1 visit could include the home
Hi there, We have a Journey starting with a Read Audience node reading off a batch segment. The concern from our marketing team is that the size of the batch is huge (1M profiles) and would like to send out in small batches. We are planning to use Condition, and impose a profile cap of around 10K first to test. The question then is, how do we prevent/remove the same profile from receiving the same push notification when we go to full production after the test? I can't seem to use events with a journey starting with a Read Audience. How can we approach this? Thanks.
I am not able to see/enable the conditional content in an email template which is imported into AJO. Is this capability available only for email templates build within AJO ?
Hi everyone,I’m trying to activate DAM assets programmatically through a Groovy script in, but the code doesn’t seem to trigger replication as expected. It runs without errors, but the assets remain unpublished. import com.day.cq.replication.Replicatorimport com.day.cq.replication.ReplicationActionTypeimport javax.jcr.Sessiondef replicator = getService(Replicator)def session = session as Sessiondef paths = ["/content/dam/example-folder/image1.jpg","/content/dam/example-folder/image2.jpg"]paths.each { path ->try {replicator.replicate(session, ReplicationActionType.ACTIVATE, path)println "Activated: ${path}"} catch (Exception e) {println "Error activating ${path}: ${e.message}"}} I can see the logs printing Activated: path, but the assets don’t show up as published in AEM.Has anyone faced this issue or know what might be missing here?Thanks in advance for your help!
I created a custom translator connector based off of the base AEM translator connector project found here: https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connectorThe translation service is successfully registered and created, the "translateArray" function is called when the job is run, and the content is translated correctly. However, no other methods in my translation service are called except for "isDirectionSupported". I've gone through the flow several times, with both the default project and the project with my updates, and neither shows any logs from any other function in this class. I am currently trying to integrate our translation memory, but noticed that nothing else outside of this scope is working.The question is, is there a special configuration that needs to be applied to activate different parts of the custom translation service connector? The factory that creates the service class implements TranslationServiceFa
We have got ourselves into a situation where we have made many revisions to rules/elements which we have not published and no longer intend to publish. What is live and what is in our elements/rules are very different and it is now very difficult to get back to a clean baseline within rules and elements. The only way to do this is to manually revert every changed rule/element to match the current live version - very time consuming and prone to error. Please can you consider introducing a way to quickly update multiple elements/rules to match the live version?
Unless I'm losing my mind...and that is a good possibility that I am...Didn't the Parent tasks under Hours have information from the Child tasks that roll up?This Parent Tasks has Children Tasks from #12-103I know I used to be able to click on the Parent Task, go to the Hours Tab and Group by Hour Entry by Week, Month, etc. to pull the info I need.Something has changed. I also have a Parent/Task report that is no longer working. I do have a ticket in for this and the report that is not working.
Hi friends, I was wondering if any has encountered this error message before when trying to upload documents from OneDrive? We never had this problem in the past. Thank you so much for your insights! Rachel
Hello all,I am very new to Fusion. Does anybody know how to add a dash if there is a space between two text. For example, I have a string called "Workfront Fusion", but I want the string to be "Workfront-Fusion". I have tried using replace and " " (as blank space), and "-" (as the replacement string dash). However, this still returns without the dash. I also have lower to bring all the string to lower case.
Has anyone found a way to move reports in the Advanced BI Analytics from one folder to another? We have a lot of really old reports that were imported over, and I'd like to get them cleaned up and organized the be more aligned with our new team structures without having to recreate them all. Even if you try to copy an existing report, it will only allow you to save to the folder it currently lives in.
Description - it is currently too cumbersome to commit to a new date. Users have to open the task to commit to a new date.Why is this feature important to you - users commit to new dates often so streamlined functionality is importantHow would you like the feature to work - from the My Tasks widget, open the summary area under quick actions and see the commit date field. OR have a commit date field as a column in the My tasks widget. Current Behaviour - Users have to open the task and select a new date from the commit date field.
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.