Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello Team, I have a page which has these titlejcr:title has the value: ABC PagenavTitle has the value: navTitle123pageTitle has the value: myPageTitle In my custom sling model logic, I have written these statements to get the page title. private Page currentPage; // Initialized properly with annotation. String navTitle = StringUtils.defaultIfEmpty(currentPage.getNavigationTitle(), currentPage.getTitle()); // Displays Navigation title: navTitle123 String newTitle = currentPage.getTitle(); // This displays "ABC Page" instead of "myPageTitle" When I googled, i came to know that currentPage.getTitle() internally checks for page Title. If its not present, then only it returns jcr:title So, What I am missing here? cc @arunpatidar @asutosh_jena_ @vijayalakshmi_s @amitvishwakarma
Hi Team,Why do I see some Web SDK collect calls triggering as ping type returning 204 status and these have no post body. I also don't see any initiator showing for these calls, I'd like to understand couple of things,What settings in Web SDK are triggering these calls?What is the purpose of these calls? I don't see any post body so what information are they collecting and how?Why are they sent as ping instead of xhr/fetch and why the have 204 status?Thanks
Hello guys,I am trying to set up SAML authentication on my publish instance, but am having no luck.Currently have SMAL authentication working for my local author instance.When setting up the SAML authentication handler everything seems fine.Get redirected to my preferred external IDP correctly and can login fine.Then the IDP sends the SAML response to my URL: http://HOST:PORT/content/wknd/saml_login.In stead of receiving the normal 200 response code, it gives a 204 response code.Added logs after, which resulted in this error:14.12.2022 13:49:21.421 *DEBUG* [qtp1242332285-2068] com.adobe.granite.auth.saml.SamlAuthenticationHandler Private key of SP not provided: Cannot sign Authn request.Steps followed were based on this:https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/adobeexperiencemanager-tutorialAny feedback/input would be appreciated!
Hi,I need to send an email to customers who celebrate their birthday this week.I see I can create an expression based on the Month of the date of birth, and based on the day of date of birth.Is there an option to only get those who celebrate their birthday this week? I could find a date expression I could use for that purpose.
I have a e-commerce site. My products list page has big list of products, i have added a small badge to first item in the list via VEC. But i want that badge to be displayed for all products in the page. How to achieve that? I am using at.js. My app is next.js SSR.
Hi team,I use Power Apps to automate many of the tasks that we have as part of our projects. To help users access the app direct from Workfront, I have created a custom calculated task field that stings together a URL that will open the app on the page needed with the project loaded. The issue is, the URL is long and takes up a lot of room. Is there a way I can have this URL behind text such as "Go To Power App". Like you would if you were doing HTML (<a href="url">Go To Power App</a>)The calculation I am using is...CONCAT("https://apps.powerapps.com/play/e/10ce04bd-ba11-e353-9800-82af01dab1cb/a/f31e71a2-b125-4314-bcd7-511edf6fd56f?DeepLink=",{DE:SAAT Screen Code},"&PID=",{project}.{referenceNumber})Can I display this URL on each task as "Go To Power App"? Thanks for your help.
Hi, We are creating a custom user group in Adobe Campaign, which is not able to do any changes to OOTB technical workflows (start/stop/restart)The user group has the below named rights, and have read/write rights to folder 'Administration/Production/technical workflows' (including subfolders) We have tried adding all named rights (except), adding delete right on the folder level, but no luck. Also have tried copy a OOTB worfklow under custom name and can be executed without issues. Seems to be hardcoded on internalName level or similar. Any ideas?? Kind regardsMattias
Hello I am trying to update/insert SMTP header value in multiple deliveries. Lets say I have total 500 deliveries and out of those, I want to update SMTP header value for 300 deliveries using a workflow at once.Is there any possibility to do this with a workflow? Or what is the easiest and faster way to do that? Thanks in advance...!
Hello everyone,I'm encountering an issue with the Marketo form on Safari. After submitting the form, when I reload the page and try to submit a new form, the browser displays a "Welcome back" box (see the attached image below). However, clicking the "Not you?" link doesn't work as expected; it simply reloads the page without displaying a new form. This problem only occurs on Safari, while everything functions correctly on Chrome and Firefox. Does anyone have any ideas or solutions for this issue?I would greatly appreciate any insights or solutions you might have regarding this problem. Thank you all for your help, and I look forward to receiving further information on how to resolve this issue.ToanVu.
I am running an A/B test in Adobe Target with a 50/50 traffic split configuration. However, upon reviewing the data, I noticed that the actual split is 49.8% (variant) vs. 50.5% (control)—a difference of approximately 0.7%.I would like to understand:Is this level of deviation (~0.7%) considered normal in Adobe Target A/B tests?Does Adobe Target enforce an exact 50/50 split, or is there an expected margin of error?At what level of imbalance should I be concerned about test validity?The test is still ongoing, and I want to ensure that this traffic allocation discrepancy does not impact the final results. Any official Adobe documentation or expert insights would be greatly appreciated.
Hi All, We have targeted specific recipient by Email/SMS in 1st send , now we want to set follow up Direct mail workflow to Recipient who have not clicked/opened on link present in Email/SMS delivery , how can we setup this , Thanks in advance.
Hi, I am currently checking the feasibility of transferring to Asset view from Admin view.I am trying to figure out the essentials and limitaions of Assets view. Do we have facet configuration feature in Assets view? The customer configured many custom metadata for facets.I tried to look for it but the filter configuration in Assets view seems likeonly personal setting availableand available to only OOTB metadataIs there any configuration page for facets of Assets view?
Hi everyone, just finishing up the AEP Web SDK migration and ran into an issue with activity map and exit link tracking, enabled the click tracking in the extension configuration, still doesn't work (snapshot attached). Anyone else facing the same issue? Thanks!
Hi all,Using AEM Designer version 6.5.0.201 Cipher:128 bit, an XDP form is created and uploaded to AEM 6.5 (on premise). This AEM renders the XDP form as HTML5 form in a browser. This form is not an Adaptive form. The HTML5 form is tested using the 'Read aloud' feature available in MS Edge. The browser is reading the label aloud, but it does not read the caption or the custom screen reader text for input text fields, check boxes and buttons. Attached is the sample 'ScreenReaderTest.pdf'. Please save this .pdf in .xdp file format. (This post does not allow to upload an XDP file). What can be done to make this to work?Thanks
Hello AEM Community,I’m currently working on a project that involves automating interactions with pre-existing dynamic XFA forms created using Adobe LiveCycle. My goal is to automate the filling of specific fields in the form and simulate button actions (such as "Validate" and "Save"). Afterward, I plan to deploy this program in a cloud environment.I would like to know:Can AEM as a Service help automate the filling and button-click actions for dynamic LiveCycle XFA forms?Would AEM Forms provide the necessary API or integration capabilities to handle this type of automation in a cloud environment like GCP?Has anyone successfully used AEM Forms for similar cases, particularly with older dynamic XFA forms?Any insights, best practices, or suggestions on tools within the AEM ecosystem (or outside it) that could help me automate this process would be greatly appreciated.Thank you in advance!
I'm working on a Marketing Page which I can only deploy using personalisation via Adobe Target. I know this isn't the best environment to run things like Three.JS in. But I'm still trying to make this work. So I have a React App in which I'm using GSAP and ThreeJS and React Three Fiber to render a 3d Model in OBJ format. Everything works on my local. But once I build the App and deploy the generated JS using Custom Code via Adobe Target, I get this error:There are no errors on my local and everything works and builds without any issues. What could be the issue here? And is it even possible to do something like this in Adobe Target?
I am trying to call the OpenAI GPT-4 model and my request body is being stringified, how do I fix this to send correct JSON request body? First screenshot is module, second is strigified request body, last screenshot is what the correct call looks like. I am not using the last one because it would not let me update the temperature/top_p value in the "create chat completion" module.
Hi Adobe Community, I have an interesting use case. So my team has this attribute for like propensity scores in our system. We want the ability that once we create an audience, we can group that audience by that propensity score attribute and then we can sort by the top 10% of customers with that attribute. So for example, if we have an audience that 100 people qualify for, I want to see what the propensity score range for the people with the highest 10 propensity scores (top 10%). I see in audience composition, we can use the rank function so we when we can descending, we can sort from top to bottom based on this attribute but I don't see a way to rank and then sort on the top 10%. Thanks,Nick
I am trying to coordinate issue tracking when issues are submitted to a queue. In my current example, I have teams of two that are working through and submitting issues. One might submit the issue, but I want the other individual to also be updated. Is there an easy way to add multiple issue stakeholders where they're both updated when the issue is updated?
Is it possible to create a BOX (CSV file) hyperlink text into a Workfront text-with-formatting field via Fusion?
I am new to AEM .Trying to do integration of AEM As cloud with External Solr but here am trying to add dependency of solrj and zookeeper those dependency are not getting resolved. Is there any idea how we can do integration AEM as cloud .which dependency versions supported by cloud? If yes then how? your suggestions will be helpful. Thanks.
Running into issues with Fusion processing email addresses with special characters. We continue to get [422] invalid parameter: invalid email value errors with email addresses with special characters "é", "ç", "�", "ñ". Is this a known issue with Fusion?
I have completed learning RT CDP. Which one to learn post this? Is there any learning path or flow to gain better understanding of Adobe Experience Cloud applications? I am aiming for AJO or ACJA as my next target. Any guidance?
Hi AllI am looking to see if its possible to add a column within a project report that shows which tasks are needed to be completed within the project next? Maybe limiting it to the next 2-3 tasks if possible. Thank you in advance!
Hi, I am able to connect ADOBE CJA to Power BI using expiring credentials. However, I do not understand how to use the JSON Token to connect with non-expiring credentials.Where or how do I need to use or add the JSON Token in POWER BI? Can someone provide step-by-step instructions as to how to create such a connection? Notes: The documentation (https://experienceleague.adobe.com/en/docs/analytics-platform/using/cja-dataviews/bi-extension) explains how to connect with the expiring credentials but misses the steps for the non-expiring: Expiring credentials instructions in Power Bi: Look up the details of your PostgresSQL credentials in Adobe Experience Platform:Select Queries from the left rail (under DATA MANAGEMENT).Select Credentials from the top bar.Select the cja database for your sandbox from the list of databases in the Database dropdown menu. For example prod:cja.Use "copy icon" to copy each of the Postgres cre
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.