Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I recently gave an internal enablement session on the AI Assistant. It was straight forward and didn’t go into too much depth. Out of it came a lot of asks for any kind of rules or methodology I was following. My approach is simple; just use it to do my job. As I think of any question, I quickly frame the question and ask the AI. Nothing fancy, not trying to trick it, not doing large verbose prompts or persona, just straight forward Q&A. Break down more complex questions to simpler prompts and then tie these answers together myself for more critical thinking. Basic prompts: Do you know any documentation about Edge API? What are segment guardrails? What is the difference between rbac and obac? Can I do an upsert? At some point I started taking questions that others were posting in an email to me or more broadly to a group. Then have the AI Assistant answer them as is without changing anything. Questions people were asking: How are profiles qualified into a
I just inherited a rather messy Workfront setup that has a plethora of user groups setup for a small group of people. It's creating a cacophany of permissions issues and I am tempted to kill all groups and make one parent group for all, especially because we ultimately want everyone to be able to see everything within Workfront. There is no functional reason for us to use this feature, especially for our size. My question is: Can I just delete these groups entirely, or do I HAVE to deactivate them? What impact would it have from a user perspective to simply delete them and make a new one with everyone on it? For the record, our setup is so messy that I'm having to re-implement from the ground up, so I'm not really interested in preserving much of the old setup. I'm just wondering if there's a real issue I should be aware of re: deletion versus deactivation.
Why is this feature important to you?Tracking milestones is a critical component of project management within my organization. While the Milestones Dashboard is a great visual tool, its full potential is not being realized due to current limitations in how the data is presented and grouped. How would you like the feature to work?I’d like to see greater customization options within the Milestones Dashboard.Specifically: - Program-level grouping: Currently, the view only displays milestones at the project level. It would be extremely helpful to group and filter projects under specific programs to better manage larger initiatives. - Team visibility: Include the ability to view which team members are assigned to each milestone or associated task, to improve ownership visibility and resource planning.- Expanded milestone assignment: Enable multiple tasks to be assigned to a single task and make them visible in the dashboard view for better granu
Hi there!I know there is a Custom object field limit (ex - 50). 1. Does creating and then deleting a field count for this limit? And2. Is 50 the limit for the final fields that actually stay Thank you!
Hello, Hi all,I’m looking for clarification on the difference between the “Met SLA” field and the “On Time or Late” field Workfront.What’s the key distinction between these two fields?What are the intended use cases for each?What does this formula mean on the 'On Time or Late' field?IF(!ISBLANK(CLEARTIME(Actual Completion Date)), IF(CLEARTIME(Actual Completion Date)<CLEARTIME(Planned Completion Date), "Early", IF(CLEARTIME(Actual Completion Date)>CLEARTIME(ADDWEEKDAYS(Planned Completion Date, 1)), "Late", "On Time")),"")Formula:IF(!ISBLANK(CLEARTIME({actualCompletionDate})), IF(CLEARTIME({actualCompletionDate})<CLEARTIME({plannedCompletionDate}), "Early", IF(CLEARTIME({actualCompletionDate})>CLEARTIME(ADDWEEKDAYS({plannedCompletionDate}, 1)), "Late", "On Time")),"") What does this formula mean on the ' SLA Met' field?Compares Actual Duration To Template Duration (SLA) IF((SUB({template}.{durationMinutes},{actualDurationMinutes}))>-1440,"True","False") 1440 minu
Hello, I have my API credentials and permissions all set up properly and I have hit a wall on my import script. I’ve hit a wall at a 500 error, despite everything looking correct.Can someone who has an active and working API classification update script please share it with me? Remove any sensitive information of course, I just want to see the script to compare it to what I am trying to set up. Thabks!
Does Workfront allow to merge projects together? Not even sure how that would look. I have a situation where this would be very helpful. Although I can see why, for many reasons, this couldn't work. Maybe there is a work around?
Hi Adobe Community, So my company uses RTCDP and CJA. So for some datasets, we bring them in as events so that they can be used in CJA. However, for audience building purposes, we don't really need the data as events. I have an instance where I just want to most recent record of data for every customer number that qualifies for my audience. I am wondering if there is a way to set the timestamp or somethign so that it's just giving me the most up to date record for each customer. I don't want to set the criteria and have it include a customer that used to qualify but does not qualify anymore. Thanks, Nick
Hi all,I want to block .infinity.json access for a particular page for example: /content/site/en/sensitive-page.infinity.json at the Dispatcher level while still allowing it for other pages. How can I set a specific Dispatcher filter rule to achieve this?Thanks in advance!
Description - Programs need to show the currency of the projects within that program Why is this feature important to you - We have multiple programs where all the projects within that program are in GBP, but when viewing aggregated data rolled up at the program level, it defaults to USD. This is time consuming and frustrating for users looking at a Dashboard in the left nav, they have to go to the View dropdown and the Change Currency dropdown within there to select their specific currency, the 'Project's Original Currency' shows all aggregated values in USD. If currency custom fields are used on a program, they also default to showing a US dollar symbol in front of the value How would you like the feature to work - Programs allow for a selection of currency and show all currency fields in the selected currency. Current Behaviour - When viewing custom currency fields on a program or when viewing Dashboards with aggregated values on a report that have been added to the left nav o
Number Input Core Component's Display Pattern dropdown not appearing in the OOTB Adaptive Form template (blank-af-v2) but working when the same component is used in your own custom project (/conf/myForm/...) — even though the versions are the same . Working as expected for myForm Project with /conf/myForm/settings/wcm/templates/blank-af-v2 MyCore component project even though both refereing core/fd/components/form/numberinput/v1/numberinput
Hi Community,I have implement Data Usage Labels to Fields Groups using descriptors endpoint API,but to delete the labels using descriptors endpoint if not working ,To delete Dule Labels we should have descriptors ID and I hit GET request to get descriptors ID.but in response we have so many IDs i can't find out the descriptors ID which is belong to a particular field group.This is API request to create Data usage labels using API: Please give insights to delete lables using Descriptors endpoint API.
From an enterprise perspective, we will have various groups and administrative teams managing Workfront. Looking at the new business rules, it appears that once an object and trigger are selected it appears you cannot add another, is this accurate? For example, we are looking at adding validation logic to a task level upon editing of the task (e.g. block completion of task if a document is not attached to the task). If we have multiple groups that are working off the same environment, can you add multiple business rules to support each team or do they have to be layered all into the same business rule?
I have been able to set up custom approval processes with the help from the cookbook, but I noticed that my approvals are showing up in the system approval processes. When I created the approval process I set it to "isPrivate: true" but when I look at the system processes, that setting is listed as false. I also created a 1 off single approval and confirmed in fusion that it shows as "isPrivate: true", and it did not show in the system approval processes so I'm assuming that's the setting I need. I even added an 'update approvalprocess' module after I create my custom process to update it with the setting changed to isPrivate true, but it still doesn't change. There is no error, it just doesn't seem to do anything. Do I need to have another setting enabled for the privacy setting to work?
Hi Community, I'm working on an AEM project where I’ve implemented a path-based servlet that handles four different extensions (e.g., .json, .xml, .txt, .custom). The servlet is registered using @SlingServletResourceTypes with specific extensions. The issue I'm facing is that one of the extensions is not resolving correctly only in one specific environment (e.g., staging). For the problematic extension (say .custom), the URL resolution fails — the extension gets appended to the path instead of being resolved properly, and it ends up getting routed to some default Apache servlet instead of my custom path-based servlet. Here are some additional details: The same code and configuration work perfectly fine in all other environments, including local and dev. The other three extensions are working as expected in all environments. The servlet path and resourceType are properly configured and unchanged across environments. No custom Apache rewrite or dispatch
Hi All, I’m looking for best suitable Archetype to create a Multi module Maven project from scratch for AEM 6.5.17. After spent time on Internet I found ‘Archetype 53’ is the best one, because it has addressed issues like “merging velocity templates..” (while running the build), from previous versions. However the folder structure it created is different than my existed Projects. Please let me know your thoughts.I wanted to create frontend module separately as a new project, for that I followed https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/developing/archetype/front-end ,https://github.com/adobe/aem-react-spa but the results are not same/close to my existed FE project structure.Please provide your inputs on both cases. Thanks,Raju.
Hi Team, I want to get the tracking data of sms journey . As per my understanding, below three system datasets are present with delivery and tracking data in AEP. Could some one please help me understand in which dataset and field I'll get tracking information of SMS? (like sms open, click etc.) Email tracking: tracks data of emails (Interaction type is its field and opens/ clicks/ unsubscribe etc tracking of email data is captured here)Push tracking : tracking data of push journeys (eventtype field captures data of open, clicks. descision.propositioninteract value is capturing the clicks as per below screenshot)Message feedback: takes care of delivery data of all three push/email/sms (feedback status is its field which provides update like sent/exluded/bounced etc.)
hi all, Very new to this Adobe Target world but wanted to ask why not all components are visible in the list when you are creating your experience(s). Scenario:Experience A: I have a hero banner with a simple text link in the description text.Experience B: I want to ADD a button using my button component to the hero instead of the text link.Shouldn't I be able to choose from my library of components and ideally "Drag n Drop" into place where I want these to be?As this is more appealing to our AEM authors who don't know enough about HTML to create their own button.If this is possible and it just needs to be configured to show my component library I would love to know where to go.Thanks in advance.Chris
Hello community, Due to legal compliance, there is requirement to display versions of asset(pdf) with the current version. As version is getting generated under /jcr:system and not getting replicated even manually.Is there any work around for the same?Thanks
We have received some feedback about how hard it is to track and manage comments in WF. We would love to add the ability to search/group project comments by task to make this feature easier to use and keep the team more organized.
I have the same gtag script that runs in English and French version. gtag works in French page, while it doesn't work in English.gtag not defined, conversion is not recorded.Note: Gtag is fired in one rule, Conversion is fired on a specific page using another rule. This gtag rule is not changed recently. Both En and Fr page were working fine, and not sure why it has suddenly stopped working. Any insights would be greatly appreciated.
Is the Arrange feature not available in the new Target VEC UI? I want to move a component but I don't have the move option like in the old UI.
Here's an image for reference:
Request for Feature Enhancement (RFE) Summary: Update page titles and labels in Manage Publication flow Use-case: When using the Manage Publication option to publish pages, when you choose to unpublish a page and go through the steps, there is still areas on the steps that says "Publish". From an editor/authoring POV this can be confusing as you want to be sure you are in the right area. Current/Experienced Behavior: Page titles and radio labels inconsistent with the action taken. "Unpublish" sitting next to "Publish" button looks disabled rather than active. Improved/Expected Behavior: Title: Manage Publication (Unpublish)Destination Label : UnpublishImprove the contrast on the selected/active button (consider not using shades of grey). Environment Details (AEM version/service pack, any other specifics if applicable): Customer-name/Organization name: The University of Canterbury Screenshot (if applicable): "Manage Publication (Publish) Code package (if ap
Note: This blog is intended for users inside Marketo that have permissions to access the Admin section of Marketo As an admin, one of the key aspects of getting your Marketo instance up and running is getting your landing page domain aliases (aka "CNAMEs") set up and generating an SSL certificate for each (or even an existing instance - maybe you have brought some new brands on board, for example!) Previously, this was a step that required a support ticket, but now you can self serve and generate the SSL certificate directly in Marketo's UI. First, navigate to the Admin tab > Landing Pages from the navigation tree. When you click New > Domain Alias, you can now click a checkbox that says "Generate SSL Certificate." After putting in your other details (i.e. Domain Alias, Default Page, etc) and checking the box, click Save. Once done, navigate to the "Rules" tab and you should see the name of your domain alias and verify that the "
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.