Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Need help to write a Report to capture duration (planned v actual) from project start to a specific task name that contains "Design Lock".The task "design lock" is used in all projects, but it's used in different templates has different predecessors.I assume I would run a Task report, but can't find a way to capture a task name, or part of a name.I need to report on planned vs. actual durations from the start of the project to the design lock task.And then if the project is cancelled prior to Design Lock, I would report the actual days completed instead of returning an error.I am new to reports so any help is appreciated.
Bonjour à tous, Je suis consultante digital , j'ai déjà utilisé par le passé Adobe campaign v6 pour paramétrer des trigger et emails commerciaux mais cela date de plusieurs années, j'avais appris sur le tas.Je suis à la recherche d'une formation en ligne de 2 jours pour me remettre dans le bain de l'outils afin d'être opérationnelle pour toute demande d'un éventuel client.est-ce que quelqu'un de la communauté peut m'aider ? Merci
Hi Team, I’m currently working on an implementation to enhance the Asset Timeline displayed in AEM’s assetdetails.html view.The goal is to make the Timeline more informative, To extend the AEM Asset Timeline so that for each key asset action, it displays:1. User ID – who performed the action2. Timestamp – when the action occurred3. Comment/Remarks – associated workflow or operation comment4. Action Type – e.g. Submitted, Published, Approved, Archived, Workflow Retriggered Example expected behavior:Action Fields to Display in TimelineAsset Submitted User ID, Date, CommentAsset Published User ID, Date, CommentEdit Approved User ID, Date, CommentDynamic Media Custom Workflow Retriggered User ID, Date, CommentArchived User ID, Date, CommentIf anyone had worked in enhancing the timeline need your guidance on : 1. What’s the recommended or best-practice approach to extend or customize the Asset Timeline in AEM 6.5? • For example, should it be customized via th
Hi Team, I want to upload a lot of folders with many images into AEM DAM. Thanks,Syed Peer Vali Shaik.a
Hello, We bill our clients monthly by using Fusion to sum the planned revenue of all tasks completed in the previous month (with some other criteria). The scenario then adds '666' story points to those tasks which essentially says they have been 'billed' so they don't then bill again the next month. This was set up when my company first moved over to Workfront.A few months ago I noticed some projects weren't billing correctly and it seems that tasks that have previously been billed (and therefore have '666' story points assigned) are being copied within projects, and so weren't billing again when they needed to. We've communicated this out to our users asking them to not copy tasks, but it still seems that this is happening each month. I have a report that I review each month that shows me the tasks that have '666' and were completed in the relevant previous month (and therefore shouldn't have '666' on them), but there is the chance that the tasks have been completed, b
// Variablesvar FILE_PREFIX = "Mecca_Games_hashed_emails_";var FILE_EXTENSION = ".csv";var FILE_DIRECTORY = "C:\\Rank Sharing Folder\\MSAds\\";// var SERVER_UPLOAD_URL = "https://duprdcpmgtstdstor01.blob.core.windows.net/msadsfiletransfer/"; // Replace with actual endpoint// Generate timestamp and filenamevar now = new Date();var isoTimestamp = now.toISOString().replace(/:/g, "-");var filenamePart = FILE_PREFIX + isoTimestamp + FILE_EXTENSION;var filename = FILE_DIRECTORY + filenamePart;// Query extracted datavar url = 'C:\\Rank Sharing Folder\\MSAds\\'; // Replace with your actual endpointvar params = {schema: vars.targetSchema,operation: 'select',select: ['@email']};fetch(url, {method: 'POST',headers: {'Content-Type': 'application/json'},body: JSON.stringify(params)}).then(function(response) { return response.json(); }).then(function(data) {// handle your data hereconsole.log(data);}).catch(function(error) {console.error('Error:', error);});var records = query.ExecuteQuery();// Build
Basically I'm trying to cache historical data since it's not going to chance anymore. 2 questions please1. how do I configure the dispatcher so it caches query parameter? 2. How can I cache these pages for X days (considering they are historical and not going to change anymore. It'll only be used for reporting. ----------- So I have the following in my dispatcher config. reading various references it seems it should work but I cannot test it locally./ignoreUrlParams { /0001 { /glob "*" /type "deny" } /4441 { /glob "year=2024" /type "allow" } /4442 { /glob "year=2023" /type "allow" } /4443 { /glob "year=2022" /type "allow" } /4444 { /glob "year=2021" /type "allow" } /4445 { /glob "year=2020" /type "allow" } /4446 { /glob "year=2019" /type "allow" } /4447 { /glob "year=2018" /type "allow" } /4448 { /glob "year=2017" /type "allow" } /4449 { /glob "year=2016" /type "allow" } /44
Migrate to Adobe Commerce as a Cloud Service | Adobe Commercein the above article there is a table which mentions the changes that will be required for services when migrating from PAAS to SAAS.For API Mesh regarding PWA storefront and Headless it is mentioned either build new mesh or reconfigure existing. I tried looking into the reconfigure part more but couldn't find anything related to it.Can more insights be provided on what exactly will the reconfiguration look like?
I have a use case where I have two PDFs. 1- Static PDF 2- Dynamic PDF, generated using AEM Form Communication API (https://developer.adobe.com/experience-manager-forms-cloud-service-developer-reference/api/output-sync/). Ask - I would like to insert static PDF pages after page 2 of Dynamic PDF(generated using communication API) using Document manipulation APIs (https://developer.adobe.com/experience-manager-forms-cloud-service-developer-reference/api/assembler-sync/#section/Introduction). Any sample code or DDX file, if this can be done?
We are migrating from one Marketo instance to another. At this point, we have migrated all of our marketing activities plus assets, lists and reports into our new instance sandbox. We have also synced Salesforce QA to our Marketo sandbox. Our next step is to test everything in our Marketo sandbox environment. Does anyone have best practices for loading data into our Marketo sandbox or salesforce QA environment prior to testing all of our activities? Thanks in advance!
Hi, On my user profile schema, I have an object array that stores information of the accounts the user has access too. Something like[{"accountName": "A","balance": 10}, {"accountName":"B","balance": 9}]. In the web channel personalization I was able to display plain text or any attributes that's not in an array. However whenever I tried using an attribute that's an array, it would return blank. Even when I have wrap it in an array function like {%= head(profile._xxx.accountName) %}. In the websdk response, it would show it like the screenshot Want to understand if this is a web channel limitation or if I am missing something.
Looking to see if there is a way to convert date provided in text format "AUGUST 20,2025" to numeric date format "08/20/2025" in ACS workflow? And then , check if that numeric date is prior to today's date.
Hello, I've built a Document Version report that provides me with the version # a proof was on once it reached 'Approved' status. I want to add one more column in my Details tab that tells me what Proof Workflow Template was used. I was in the API explorer and saw workflowTemplate was a field available, but curious to know how this can be implemented as an object in my report. Thank you for your insight! Best,Isaac
I'm working on a scenario to export one of our forms to a Word template document. It's was working pretty nicely until it came to one of the custom fields that contains rich text. Is there a way to have the rich text export to the Word Template as it is coded? If not, I know it is JSON coding, and I am trying to parse it so it can be removed but how can I then combineall the collections into one variable so it can all be exported to Word as one field?Thanks in advance!!
Hi! Is there a way to remove products with the same/similar Title from appearing in the same Rec location? For example, we have Group Products which consist of multiple "child" items. All have similar product Titles, but slightly different wording/sizes. For example, these are all under the same parent #.PurplePlus Mattress with GelFlex GridPurplePlus Mattress with GelFlex Grid - Twin TwinPurplePlus Mattress with GelFlex Grid - Full FullWhen all of these appear in the Recommendation location, they overwhelm the carousel and it is a bad customer experience. Is there a way to deduplicate similar products from appearing? AND also, remove them from duplicating on the same PAGE as well?Thanks!
I'm currently exporting the audit log and noticed that the date and time format in the exported file differs from how it's displayed within the instance. I've attached a screenshot showing the comparison between the two formats. I've tried a couple of times in excel using Text to Date and custom formatting, but it's still not showing correctly. Not sure what I'm doing wrong.Is there a way to adjust the exported data so the date and time appear consistent with the instance view? I’d appreciate any guidance you can share.Thanks so much!
Has anyone noticed lately that when you "delegate" approvals when someone is OOTO it works the first day, but then once that date has passed and it's their second day out, the delegate cancels itself and doesn't work anymore? We have used this for a few years and only last week did we realize it's now doing this. Example: even though they were set 10/3-10/7 it keeps canceling the delegation once it passes the start dateScreenshot 2025-10-06 111954.png
I have a request queue that routes to Team A. Based on a custom field, I would like to reassign a request from Team A to 2 individual users. Using Fusion, I am able to assign the request to 1 individual but Team A still shows up and I can't add the 2nd individual. How can I "unassign" Team A and assign a 2nd user? Any help would be appreciated.
Hi, Is it possible to give manage access of a Resource pool to a Group Admin? How?MvhKundan
For those that bill the hours entered on a project, how do you handle when a resource works overtime on the project to get the actual cost of those hours on the project? For example - if an hourly resource with a cost of $20.00 / Hour works 10 hours on a project, with 2 of those hours being overtime, how do you get the actual cost to be $220, rather than $200. I'm hoping someone has a "solution" for this that they have been using and will share. Thanks, Alex
We are seeing from time to time the following exception in the logs of the publish instance, related to sling distribution.We haven't configured anything specific for sling distribution, so it is working ootb.We haven't experienced any particular issue related to this exception, but we see it often, and wonder if it's a real error or if it should be ignored.It's logged as INFO, which is already a bit confusing.02.10.2025 09:04:27.513 level=INFO [pool-45-thread-1] org.apache.sling.distribution.journal.impl.subscriber.Announcer Failed to send discovery message for agent publishSubscriber, Error sending POST request to url=http://content-distribution.ns-team-content-distribution.svc.cluster.local:8080/distribution/topics/discovery/sources/148472-1512067-b22574e0-501f-478a-a829-35c1c2a8acc2/types/DiscoveryMessage, status=500, reason=org.apache.sling.distribution.journal.MessagingException: Error sending POST request to url=http://content-distribution.ns-team-content-distribution.svc.cluste
I have a graphql persisted query that pulls the content from AEM via graphql. When I change a content and publish, the updated content is shown in response body but the last-modified response header isn't updated reflect the content modified date
Hello Community,I want to know if this is possible. Would like to report on an Email Performance and know how the smart lists performed for that email. Example:Email Program Awithin the Program there is only 1 email - Email Athis is sent to 3 separate smart lists Smart list #1: 10 membersSmart list #2: 20 membersSmart list #3: 100 members*Already considering - cloning the email and using smart campaigns to send but that would be a lot considering the number of smart lists we haveAlso, filtering by smart list is currently not available with the Email Performance report, so I am interested in learning how others in the community are addressing this. Thank you!
Campaigns deliver using UI editor are supposed to render automatically in web (I checked box in Rules in the Web SDK). Something in my demo environment does not work and I use Non Visual editor in web campaign and wrote sample script with console.logWhy this was not pushed to console?Its the response from Edge Do you have any hints ?
In our organization, each business unit (BU) has its own portfolio. Within these portfolios, programs are organized and aligned to the respective BU. However, is there a solution for a program to span across multiple BUs—essentially, for a single program to be associated with more than one portfolio?
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.