Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
issue:The system updates the project timeline nightly and when tasks are added, but not when tasks are completed, causing inaccuracies. The project dates are refreshing in real time, but not the task status.justification:The intake team must manually refresh the timeline to ensure accuracy, adding unnecessary steps and reducing reliability.Why is this feature important to you -How would you like the feature to work -Current Behaviour -
Trying to set the time of projects converted from issues using automation to 9:00am. We have an Update Record Module > Record Type Project > Planned Start Date Field. setHour(35.plannedStartDate;9) This works and changes the hours but the minutes still use whatever minute it was when the project was created. We tried to add setHour(35.plannedStartDate;9),setMinute(35.plannedStartDate;0) but it fails. Anyone know how I can accomplish this?
We would like our users with project Contribute permission to also have access to the bulk Edit option that appears when selecting multiple tasks in a project. These users can still edit some task settings (such as assignments), and it would be ideal if they did not have to make these changes one-by-one. The settings that they do not have permission to change could be deactivated on the Edit Tasks modal. Currently, users with Contribute permission do not see the Edit option in the project toolbar.
Description - In CJA, persistence setting should always be shown, even when not set ("none" or something similar) Why is this feature important to you - We teach users to use the information available for components. It's confusing to them when there's nothing shown for persistence . How would you like the feature to work - When set, show value (as it currently does). When not set, show "none" or something similar. Current Behaviour - Nothing is displayed for persistence as shown here
Hi All,We are facing an issue with the "Go to Proof" link in Workfront. The details are as follows:When clicking the "Go to Proof" link on a desktop system, all browsers (Safari, Chrome, etc.) allow access without requiring an additional Adobe Workfront login.However, when clicking the "Go to Proof" link from an iPhone (Safari/Google Chrome), it redirects to the browser but displays an "Expired Link" error.The email containing the proof link states:"This is your unique proofing link. Anyone who clicks this link accesses the proof as you. Please keep this in mind when forwarding or replying to this email."Despite this, the link does not work on an iPhone, causing inconvenience in reviewing proofs on mobile devices.Could you please check and provide a resolution for this issue? Let us know if additional details are required.
Hello everyone, According to the documentation, it is mentioned that IP Pools can be created separately for Marketing and Transactional messages to avoid issues like spam or others. However, I would like to confirm if it is also recommended to create separate IP Pools for each sandbox. https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/delegate-subdomains/ip-pools Are there any best practices or specific recommendations regarding the separation of IP Pools by sandbox, especially in environments managing multiple configurations and types of deliveries? I appreciate your guidance in advance.Best regards.Diego P.
I have a requirement to sync 2 DAMS in AEM , whenever we are uploading 1 asset to DAM then it should upload the same asset to another DAM .Or can we sync the process which will sync the assets, What would be the best solution 1 Using CTT2 Using Asset HTTP API from 1 AEM to another AEM cloud3 Connected Assets
Hi,jcr:lastModifiedBy and jcr:lastModified is not getting updated on the original/jcr:content node whenever we update the json file of DAM Asset. I checked all the permissions also JCR Observation Listeners are correctly configured, Verfied Resource Type, Getting the correct user id from session, also verified mixinType of the node and i dont see any issue. Still these two properties are not getting updated please help me on the same. Thanks & Regards,Kalyan
Having an issue with AEM Forms where elements that are configured to be hidden are still showing up on the page. Customer is testing the site on slower network speeds by using Chrome's dev tools to throttle the browser connection to 3G and disabling the cache. This causes the page to load very slowly (which is expected). However, when the page finishes loading there are blue and red alert boxes that are displayed when they should be hidden.When the page is viewed after the slow page load completes, I notice that the alert boxes don't have the "hidden" or "active" classes on their field elements. Those classes are something AEM adds based on whether the Hide Object option is checked or not in the component configuration. Since they don't have the classes, they display. So it seems like there is an AEM event or process that doesn't fire to add the appropriate class on slower connections.
We have created a project in Adobe Admin console and want to run below instance command. We are having on-premise instance.Command: nlserver config -instance:<instance_name> -setimsoauth:ims-org-id/client-id/technical-account-id/client-secret.But before executing above command, we would like to understand certain things as our instance name is same for lower & production environment. Last time when we executed this command in lower environment it also affected the production environment.1-Can you please help us in understanding the impact of running instance command?2-What will happen if the command works successfully?3-What will happen if the command doesn't work? What all parts in Adobe Campaign Classic it can affect?4-If we stop the services of production environment and execute this command in lower environment, will it still affect the Production? If yes, then how we can avoid this?5-What all areas of Adobe campaign classic this command can affect?6-What changes wil
AEM 6.5, SPA, Angular 9, Bootstrap 4AEM Forms packages:adobe-aemfd-linux-pkg-6.0.1120.zipadobe-aemfd-compat-pkg-2.0.48.zipHaving an issue with AEM Forms where elements that are configured to be hidden are still showing up on the page (submission-status-issue.png). I've been testing our site on slower network speeds by using Chrome's dev tools to throttle the browser connection to 3G and disabling the cache. This causes the page to load very slowly (which is expected). However, when the page finishes loading there are blue and red alert boxes that are displayed when they should be hidden. When I view the html after the slow page load completes, I notice that the alert boxes don't have the "hidden" or "active" classes on their field elements. I believe those classes are something AEM adds based on whether the Hide Object option is checked or not in the component configuration (submission-status-config.png). Since they don't have the classes, they display. So it seems like there is
Hi, We are working on a migration project fom AMS to ACS. Our current project heavily relies on static template that are build using JSP. Could you please clarify the following question with respect to migration -1. Is there any way to retain JSP as-is and still migrate from static template to editable template?2. Is it necessary to migrate JSP to HTL3. Are there any Adobe recommened migration guide for converting JSP based template to HTL4. Is it necessary to convert components using JSP to HTLWe are looking for the best practices and any possible workarounds that would allow us to efficiently transition to ACS without a complete rewrite.Any insight, recommendations would be appreciated. Thanks,
Hello, i'm having problems trying to debug the AndroidPushConnectorV2 javascript code. I've seen it has some logVerbose, but I'm not sure where to read them
hello experts, I am trying to run this maven command: (do not need commerce component though) mvn -B archetype:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=35 -DaemVersion="6.5.12" -Dversion="1.0.0" -DappTitle="TestProject" -DappId="TestProject" -DgroupId="com.TestProject" -DincludeFormsenrollment="y" -DincludeFormscommunications="y" -DincludeDispatcherConfig="y" Issue is: - if included -DincludeDispatcherConfig="y" - it creates commerce component here: ui.apps\target\generated-sources\htl\org\apache\sling\scripting\sightly\apps\TestProject\components\commerce\logo - then build fails with the error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project TestProject.ui.apps: Compilation failure[ERROR] /C:/Users/hrai/AEM-Forms/Test-project/ui.apps/target/generated-sources/htl/org/apache/sling/scripting/sightly/apps/TestProject/comp
Does the system recognize that an audience is a component of an another audience before you delete it? For example, if I have an activated audience (Audience X) that's made up of Attribute 2, Audience B, and Event 1, and I go to delete Audience B, will the system give a warning? What happens if I do delete Audience B?
Our company's industry is aligned to software and currently our communication limits is once per day and 2 per 7 day rolling period. We are considering making changes to our communication limits, but curious as to what other's have as their communication limits and any testing you did to come to the decision of what your comm limits should be. We want to be able to do some testing and research before making a shift randomly.
Hi team,I wanted to fully understand if we should use a visitor level container or a hit level for the case here- I want to capture the number of unique visitors over a period of time/months who have done a custom click events (e74 in the pic below). So, should i use visitor level segmentation container or a hit level- i am very sure it is visitor level but am being challenged here by a colleague so asking the experts here :). Also, any video/document which clarifies the difference between the segmentation containers with examples will be helpful. Thanks!
I'm interested in seeing what is the first clicked item when user lands on a page (at an aggregate level). Is there a way to set up a segment for this? To follow up, I would be curious what users are clicking on first, then what's the top 2nd clicked button on the page, top 3rd etc. I'm trying to build out the user journey to understand what users are clicking on (1st, 2nd,3rd, etc) when they're on a specific page. For example, I would like to be able to understand whether most users are clicking on the nav first or are they clicking on body then clicking on nav?
While creating audience in AEP, we have a option called "in last week". So want to know the start of the week is Sunday or Mondays.
Hi, I have an AEM workflow which creates lots of groups when run on a folder, but when i am assigning user to the created group i can just see an error page once i login. how can i give basic set of permission to a group so that the assigned user can login and view /content/dam/assets page.(not the folders) because folders will be assigned on some condition. I am planning to create on main group manually/programatically and assign all the workflow created groups to it, so all the basic permissions will be part of that main group.
Hello! Does anyone know how the Decisioning Method is determined? We have tests created on the same page but one shows server-side and one shows client-side. Implementation is client side but using A4T. Thanks
I am trying to insert a XF (experience fragment) or replace a component with XF however it's coming up as a blank space in the activity QA link. There is no error in the console logs. Any troubleshooting suggestions?
We are trying to add emoji icon in Subject Line, when we try to Approve and close displaying error. We are unable to save the email. Do we have any settings to be enabled for accepting the icon this in Subject Line.
Hello,We are migrating Workfront instance to unified shell. Our CSM requires customer GUID to process the request. Does anyone know where I can obtain this information?
I have a data scenario, where my primary Identity has multiple secondary identities in the source data. There is a MDM system which is generating the Primary Identity - Customer IdThe subscription system is a standalone system which is managing various subscriptions and also generate an identitifer for each customer "Subscriber Id". Now the problem is, because of not havign strong matching engine and varity of data, alsmost for 20% of cases, for same person, this system ends up creating multiple "Subscriber Id" for a person. Illustration:MDMThomas Cook and Tom Cook are identified as same customer and ends up having one Customer Id (12345679) Subscription SystemDue to the different first name, this platform generated 2 separate Subscriber Ids Thomas Cook : Subscriber Id: 50001Tom Cook : Subscriber Id: 60001Subscription system also sends various events to AEP and shares the Subscriber Id (Primary Identity) as event data (subscrition related call data etc) MDM Sys
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.