Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello community, Our team is looking into the timesheets feature and we are trying to figure out what is the best report type to be able to pull in the General buckets (PTO, sick time, meetings) and all the notes tied to these entries? Thank you!
🎶✨ If you missed my Adobe Workfront Skill Exchange session at Adobe Summit last week, "Project Management and System Admin Best Practices 'Through the Eras'," you're in for a treat! My amazing colleague, Elysia Huntington, and I took the stage to share insights from two perspectives: the system admin's and the power user's. We took you on a Swiftie-themed journey through Qualcomm's ‘Eras’ of workflow transformation. Here are 5 key takeaways from the session from a system admin perspective to avoid any "Bad Blood" with your teams: 1. ✍️ "But I've got a 'Blank Space' baby and I'll write your name..." When setting up a blank instance, start strong! Utilize features like calculated fields on user custom forms, customize fiscal years if your org works with them, and create custom statuses and access levels. These steps will set the foundation for a smooth and organized system. 2. 💄 “Cause we’re never
How to do soring based on ascending or descending order for list activities api in Target?Soring by : namehttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=ab&sortBy=name&sortOrder=name:deschttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=ab&sortOrder=name:descSoring by : modifiedAthttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=xt&sortBy=modifiedAt&sortOrder=modifiedAt:descI tried several combinations but sorting is not working as expected.I followed the documentation but nothing mentioned about the sorting parameter.https://developer.adobe.com/target/administer/admin-api/#tag/Activities/operation/getActivitiescan anyone please help on this urgently.Thanks
Hi all! My team is looking to allow external users from our company to access a request form. We do not know who the individuals are specifically - they can be from across the company. We currently also have admin console, and we use SSO to access Workfront. What are some options for external users from the company to access the request link to fill out the form?
Hi, Right now, we are sending one website web SDK data into 1 DataStream but we got a request to send same website data into 2 DataStream/Sandboxes. Is there any option to handle this use case? thanks in advance
Hello community, Facing an issue with velocity script, the url variable is not populating correctly & the output is "${url}".If https:// is included in the baseUrl variable, it works, and the URL is populated correctly, but the click link tracking is lost in the activity log.What could be the issue here & how can it be fixed without losing the click-link tracking? #set($utm_source="Nurture") #set($utm_content="WXDWW") #set($utm_term="20AQR") #set($utm_id = "utm_id=NewsletterENThink") #set($baseUrl = "www.abc.com/account/reg/us-en/signup?utm_source=$utm_source&amp;utm_content=$utm_content&amp;utm_term=$utm_term") #set($url =$baseUrl+"&amp;" + $utm_id) <a style="border-collapse: collapse; mso-line-height-rule: exactly; text-decoration: none; color: hashtag#0f62fe;" href="https://${url}" target="_blank" rel="noopener"> Subscribe now </a>
Adobe cdn is not allowing utm params and as per the recommendation have created the cdn.yaml file and the config pipeline is failing as it is expecting rules to be configured with it. but as per the adobe document it is not required. How this can be resolved and how to allow the marketing params such as utm params to the dispatcher. kind: "CDN"version: "1"metadata: envTypes: ["dev"]data: requestTransformations: removeMarketingParams: false error log :2025-04-02T04:44:57+0000 Summary of events during the deployment step:2025-04-02T04:45:46+0000 Config Pipeline update status is failed2025-04-02T04:45:47+0000 Error details are present:2025-04-02T04:45:47+0000 Skipping config kind 'LogForwarding'. No matching configuration file found.2025-04-02T04:45:48+0000 Error in config kind 'CDN': [/requestTransformations]: must have required property 'rules'. Actual properties: ['removeMarketingParams']. Required properties: ['rules'].2025-04-02T
Any Workfront users that use Workfront for something other than Marketing Campaigns? Looking to connect with other Workfront Users that use Workfront for more than marketing. We are a manufacturing company that uses Workfront as our Operational System of Record. I would like to connect during Summit if possible. We will have 3 sys admins from our company attending this year. Looking forward to Networking at Summit!!!
Hello, I need to consume APIs using AEM, I know it is possible to do it using OSGI service but I can't find any documentation or tutorial showing how to do it. The idea is to use the API through Java, and pass it through a varival to the ui.frontend. Today I use MapTo to do this communication, it works really well.
I am trying to figure out how to verify that all required fields are filled upon clicking the signature field. Currently, they are only being verified after the digital signature is added and the submit button is clicked. Upon adding a digital signature, the form has you save it locally. We are finding that users are just emailing the saved signed copy rather than filling the required fields when the submit button is clicked. I'm pretty new but am a quick learner. Thank you.
I would like to create one line chart report on the number of requests submitted 2023 vs 2024. I am struggling how to get the second line on the line chart.Has anyone been able to achieve something like this? Thank you!
I'd like to have a profile script that does something like 'Good morning!' or 'Good Afternoon' based on time of day. I'd like to have these messages populate in my Target Offers. What does that profile script look like? Thanks.
AUTO-PERSONALIZATION ACTIVITY SETUP RECOMMENDATIONS | ACTIVITY QUALIFICATIONAdobe Target's auto-personalization activity type, which is sort of the multi-variate version of machine learning, has a bunch of unique and useful features. AP, as with all Target activities, has the ability to target at the activity level. For example, if you want only visitors in California to qualify for the activity, you can set the audience qualification criteria with a geo-based audience.With auto-personalization, you also have the ability to set what we usually refer to as “offer level targeting”. In other words, certain offers can be set up with qualification audiences. For example, you might have a credit card offer, but you only want it available to visitors that do not currently have that credit card.One critical thing to keep in mind is that every visitor must have an available offer in every location to actually qualify for the whole activity. TIP/RECOMMENDATION: In Auto-Personalization,
Hi All, I have a requirement to restrict and show a popup to my web masters to do not upload more than 20mb assets (png, jpg, tif .. etc but not pdf, zip), while I was searching web, I found this link https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5-19-on-prem-restrict-dam-upload-size-not-by-mime-type/m-p/668689.I followed this, but I have couple of questions,Even though the Process step throws an error, but the Asset is already been uploaded to DAM (we shall delete through code though), hence not able to restrict from upload, right?Can we show a popup to the web master, so that he is aware of what went wrong.In continuation to achieve my requirement, I decided to overlay(/apps/dam/gui/content/assets/jcr:content/actions/secondary/create/items/fileupload) OOTB file upload component/JS as suggested by @EstebanBustamante in his response in the above question and here also https://experienceleague.adobe.com/en/docs/experience-manager-65/content/assets/
Hi Team,In one of our application for a angular video component is developed. This is a training page where multiple videos are being maintained in the DAM. the urls links are being generated using the angular route. If a page is bookmarked or being directly hit, it results in 404. Instead it should take me to /home.html. Could you please help me with the providing a redirect all the video urls to the specific url.
Would love to have a report for bounced emails or emails on Workfront block list.Why is this feature important to you - We recently ran into an issue where about 50 users stopped getting email notifications for any items in Workfront. It was due to a glitch in the matrix, causing the emails to bounce, putting them on the block list. It took several days for the issue to surface and it would be great to get in front of this proactively so work doesn't get delayed.How would you like the feature to work - Report option to pull the informationCurrent Behaviour - Currently, only Workfront can provide this information to you if you ask for it. Some users questioned the lack of notifications in a few days....others it took 7-10 days. Deadlines were missed. You can see the notification in the Workfront record, but if someone has chosen to use their notifications as their means to work, it can take a while for it to be noticed.
Hi,We are looking for a way to allow people outside of our organization to submit requests. Is there anything like this, or workarounds, creative ideas on how to achieve this? Anyone has experience with that? Idea is to have separate request queue that's accessible to external users, and this would be the only item available to people without the account - they'd access it through shared direct link to the request queue.Looking around and trying ideas ends up with account requirement, but most of those topics are pretty old, so I'm hoping there is a way nowadays to set it up. All the best,Mateusz GolasSenior Project AdministratorEPAM Systems
Hello, I want to replace or substitute a UE field with a React component through extensions. The field is the one that says *Image which I want to replace.In my extensions project I have the following code. I've tried different data types like Image, image, media, and multi, but I haven't been able to replace that field. Could you tell me which data type is right for it?
We keep doing the normal things to try to keep our database clean (nearly all marketable contacts and getting non-marketable out when possible), but we keep growing and going over our limits. The problem is - when I'm doing a search of using the parameters below, it shows we've got plenty we could either remove or remarket. But - are my parameters even any good?1. Person was Created - on or before (2 years ago)- AND-2. Microsoft Type is not (Lead; Contact) - AND-3. Not Had Interesting Moment - Type is empty, Date of Activity in past 2 years- AND - 4. Not Was Sent Email- Email is any, Date of activity in past 2 years-AND-5. Not Campaign was Executed- Executed Campaign is any; date of activity in past 2 years
When I am using experience fragments in Adobe Target which is created in AEM at that time Jquery injected twice and some component is getting hide. Please help me with it. How we can avoid that.
Hi everyone, I would like to get certified in Adobe Customer Journey Analytics and therefore I already did several courses. However, the gained knowledge won´t help in any way if taking a certification. For getting certified you need to try things out, do some tests, use the software in practice not just theory. Salesforce therefore offers sandbox environments, but I can´t find anything comparable from Adobe. So my question is, how should I get certified, when not having access to a payd online environment? --> tutorials and webinars won´t help either I guess... Thanks in advanceSimon
I’m encountering several issues with the dataset lookup:Updated records not displaying: When records in the lookup dataset are updated, the changes are not reflected. For example, if record 101 has its name field updated, the new name value does not appear.No results returned: For another dataset, no results are returned even though there is a matching record in the lookup dataset. Gone through the thread https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/dataset-lookup-in-ajo-not-working/m-p/725853but not able to conclude what's the cause and how it or this is an issue with lookup function. @arpan-garg @ivanmi1
is there a built-in integration between AEM Forms and the AEP (dataset) to report on these forms in CJA?I'm not only referring to the forms views and forms submitted, which should be relatively easy to track with the Web SDK, but also reporting on the form questions and responses.Thank you!
Getting the below error when trying to edit / open the new letter.Thanks in advance
I have added the Forms-addon i can able to see only "Forms & Documents", Themes and Data Integration, Not getting Letters, Data Fragments or tiles related to Correspondence Management.Enabled the "Adobe LiveCycle Client SDK Configuration" config as well. Do i need to update/install anything more?Thanks in advance.
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.